Color spaces of #fdcadc
RGB | 253 | 202 | 220 |
---|---|---|---|
HSL | 0.94 | 0.93 | 0.89 |
HSV | 339° | 20° | 99° |
CMYK | 0.00 | 0.20 | 0.13 0.01 |
XYZ | 74.5468 | 68.2910 | 76.9626 |
Yxy | 68.2910 | 0.3392 | 0.3107 |
Hunter Lab | 82.6384 | 16.4050 | 2.6290 |
CIE-Lab | 86.1518 | 20.7961 | -2.0334 |
#fdcadc color RGB value is (253,202,220).
#fdcadc hex color red value is 253, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fdcadc hue: 0.94 , saturation: 0.93 and the lightness value of fdcadc is 0.89.
The process color (four color CMYK) of #fdcadc color hex is 0.00, 0.20, 0.13, 0.01. Web safe color of #fdcadc is #ffcccc. Color #fdcadc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001010 | 11011100 |
Octal | 375 | 312 | 334 |
Decimal | 253 | 202 | 220 |
Hex | FD | CA | DC |
Shades of #fdcadc
Tints of #fdcadc
RGB Percentages of Color #fdcadc
CMYK Percentages of Color #fdcadc
Complementary Color
#fdcadc | #cafdeb |
#fdcadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdcadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdcadc Color CSS Codes
.mybgcolor {background-color:#fdcadc; } .myforecolor {color:#fdcadc; } .mybordercolor {border:3px solid #fdcadc; }
#fdcadc Text Font Color
<p style="color:#fdcadc">Text here</p>
This sample text font color is #fdcadc
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.
#fdcadc Background Color
<div style="background-color:#fdcadc">
Div content here</div>
This div background color is #fdcadc
#fdcadc Border Color
<div style="border:3px solid #fdcadc">
Div here</div>
This div border color is #fdcadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,202,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdcadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdcadc; -webkit-box-shadow: 1px 1px 3px 2px #fdcadc; box-shadow: 1px 1px 3px 2px #fdcadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,202,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdcadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcadc; -webkit-box-shadow: 1px 1px 3px 2px #fdcadc; box-shadow: 1px 1px 3px 2px #fdcadc;">
Div content here</div>
This div box has shadow with color #fdcadc
Comments
No comments written yet.
Please login to write comment.