Color spaces of #fcdbac
RGB | 252 | 219 | 172 |
---|---|---|---|
HSL | 0.10 | 0.93 | 0.83 |
HSV | 35° | 32° | 99° |
CMYK | 0.00 | 0.13 | 0.32 0.01 |
XYZ | 72.9228 | 74.3370 | 49.5348 |
Yxy | 74.3370 | 0.3706 | 0.3777 |
Hunter Lab | 86.2189 | 0.0898 | 26.2897 |
CIE-Lab | 89.0815 | 4.7948 | 27.3548 |
#fcdbac color RGB value is (252,219,172).
#fcdbac hex color red value is 252, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fcdbac hue: 0.10 , saturation: 0.93 and the lightness value of fcdbac is 0.83.
The process color (four color CMYK) of #fcdbac color hex is 0.00, 0.13, 0.32, 0.01. Web safe color of #fcdbac is #ffcc99. Color #fcdbac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011011 | 10101100 |
Octal | 374 | 333 | 254 |
Decimal | 252 | 219 | 172 |
Hex | FC | DB | AC |
Shades of #fcdbac
Tints of #fcdbac
RGB Percentages of Color #fcdbac
CMYK Percentages of Color #fcdbac
Complementary Color
#fcdbac | #accdfc |
#fcdbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdbac Color CSS Codes
.mybgcolor {background-color:#fcdbac; } .myforecolor {color:#fcdbac; } .mybordercolor {border:3px solid #fcdbac; }
#fcdbac Text Font Color
<p style="color:#fcdbac">Text here</p>
This sample text font color is #fcdbac
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.
#fcdbac Background Color
<div style="background-color:#fcdbac">
Div content here</div>
This div background color is #fcdbac
#fcdbac Border Color
<div style="border:3px solid #fcdbac">
Div here</div>
This div border color is #fcdbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,219,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdbac; -webkit-box-shadow: 1px 1px 3px 2px #fcdbac; box-shadow: 1px 1px 3px 2px #fcdbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,219,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdbac; -webkit-box-shadow: 1px 1px 3px 2px #fcdbac; box-shadow: 1px 1px 3px 2px #fcdbac;">
Div content here</div>
This div box has shadow with color #fcdbac
Comments
No comments written yet.
Please login to write comment.