Color spaces of #fccdcb
RGB | 252 | 205 | 203 |
---|---|---|---|
HSL | 0.01 | 0.89 | 0.89 |
HSV | 2° | 19° | 99° |
CMYK | 0.00 | 0.19 | 0.19 0.01 |
XYZ | 72.7557 | 68.6699 | 65.9199 |
Yxy | 68.6699 | 0.3509 | 0.3312 |
Hunter Lab | 82.8673 | 11.7014 | 10.8427 |
CIE-Lab | 86.3403 | 16.2604 | 7.2559 |
#fccdcb color RGB value is (252,205,203).
#fccdcb hex color red value is 252, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fccdcb hue: 0.01 , saturation: 0.89 and the lightness value of fccdcb is 0.89.
The process color (four color CMYK) of #fccdcb color hex is 0.00, 0.19, 0.19, 0.01. Web safe color of #fccdcb is #ffcccc. Color #fccdcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001101 | 11001011 |
Octal | 374 | 315 | 313 |
Decimal | 252 | 205 | 203 |
Hex | FC | CD | CB |
Shades of #fccdcb
Tints of #fccdcb
RGB Percentages of Color #fccdcb
CMYK Percentages of Color #fccdcb
Complementary Color
#fccdcb | #cbfafc |
#fccdcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccdcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccdcb Color CSS Codes
.mybgcolor {background-color:#fccdcb; } .myforecolor {color:#fccdcb; } .mybordercolor {border:3px solid #fccdcb; }
#fccdcb Text Font Color
<p style="color:#fccdcb">Text here</p>
This sample text font color is #fccdcb
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.
#fccdcb Background Color
<div style="background-color:#fccdcb">
Div content here</div>
This div background color is #fccdcb
#fccdcb Border Color
<div style="border:3px solid #fccdcb">
Div here</div>
This div border color is #fccdcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,205,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccdcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccdcb; -webkit-box-shadow: 1px 1px 3px 2px #fccdcb; box-shadow: 1px 1px 3px 2px #fccdcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,205,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccdcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccdcb; -webkit-box-shadow: 1px 1px 3px 2px #fccdcb; box-shadow: 1px 1px 3px 2px #fccdcb;">
Div content here</div>
This div box has shadow with color #fccdcb
Comments
No comments written yet.
Please login to write comment.