Color spaces of #fcccbf
RGB | 252 | 204 | 191 |
---|---|---|---|
HSL | 0.04 | 0.91 | 0.87 |
HSV | 13° | 24° | 99° |
CMYK | 0.00 | 0.19 | 0.24 0.01 |
XYZ | 71.1417 | 67.6428 | 58.5970 |
Yxy | 67.6428 | 0.3604 | 0.3427 |
Hunter Lab | 82.2452 | 10.4724 | 15.3295 |
CIE-Lab | 85.8275 | 15.0633 | 12.8843 |
#fcccbf color RGB value is (252,204,191).
#fcccbf hex color red value is 252, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fcccbf hue: 0.04 , saturation: 0.91 and the lightness value of fcccbf is 0.87.
The process color (four color CMYK) of #fcccbf color hex is 0.00, 0.19, 0.24, 0.01. Web safe color of #fcccbf is #ffcccc. Color #fcccbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001100 | 10111111 |
Octal | 374 | 314 | 277 |
Decimal | 252 | 204 | 191 |
Hex | FC | CC | BF |
Shades of #fcccbf
Tints of #fcccbf
RGB Percentages of Color #fcccbf
CMYK Percentages of Color #fcccbf
Complementary Color
#fcccbf | #bfeffc |
#fcccbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcccbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcccbf Color CSS Codes
.mybgcolor {background-color:#fcccbf; } .myforecolor {color:#fcccbf; } .mybordercolor {border:3px solid #fcccbf; }
#fcccbf Text Font Color
<p style="color:#fcccbf">Text here</p>
This sample text font color is #fcccbf
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.
#fcccbf Background Color
<div style="background-color:#fcccbf">
Div content here</div>
This div background color is #fcccbf
#fcccbf Border Color
<div style="border:3px solid #fcccbf">
Div here</div>
This div border color is #fcccbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,204,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcccbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcccbf; -webkit-box-shadow: 1px 1px 3px 2px #fcccbf; box-shadow: 1px 1px 3px 2px #fcccbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,204,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcccbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcccbf; -webkit-box-shadow: 1px 1px 3px 2px #fcccbf; box-shadow: 1px 1px 3px 2px #fcccbf;">
Div content here</div>
This div box has shadow with color #fcccbf
Comments
No comments written yet.
Please login to write comment.