Color spaces of #fccada
RGB | 252 | 202 | 218 |
---|---|---|---|
HSL | 0.95 | 0.89 | 0.89 |
HSV | 341° | 20° | 99° |
CMYK | 0.00 | 0.20 | 0.13 0.01 |
XYZ | 73.9203 | 67.9985 | 75.5587 |
Yxy | 67.9985 | 0.3399 | 0.3127 |
Hunter Lab | 82.4612 | 15.7048 | 3.3958 |
CIE-Lab | 86.0057 | 20.1303 | -1.1953 |
#fccada color RGB value is (252,202,218).
#fccada hex color red value is 252, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fccada hue: 0.95 , saturation: 0.89 and the lightness value of fccada is 0.89.
The process color (four color CMYK) of #fccada color hex is 0.00, 0.20, 0.13, 0.01. Web safe color of #fccada is #ffcccc. Color #fccada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001010 | 11011010 |
Octal | 374 | 312 | 332 |
Decimal | 252 | 202 | 218 |
Hex | FC | CA | DA |
Shades of #fccada
Tints of #fccada
RGB Percentages of Color #fccada
CMYK Percentages of Color #fccada
Complementary Color
#fccada | #cafcec |
#fccada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccada Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccada Color CSS Codes
.mybgcolor {background-color:#fccada; } .myforecolor {color:#fccada; } .mybordercolor {border:3px solid #fccada; }
#fccada Text Font Color
<p style="color:#fccada">Text here</p>
This sample text font color is #fccada
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fccada Background Color
<div style="background-color:#fccada">
Div content here</div>
This div background color is #fccada
#fccada Border Color
<div style="border:3px solid #fccada">
Div here</div>
This div border color is #fccada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,202,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccada; -webkit-box-shadow: 1px 1px 3px 2px #fccada; box-shadow: 1px 1px 3px 2px #fccada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,202,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccada; -webkit-box-shadow: 1px 1px 3px 2px #fccada; box-shadow: 1px 1px 3px 2px #fccada;">
Div content here</div>
This div box has shadow with color #fccada
Comments
No comments written yet.
Please login to write comment.