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