Color spaces of #fcb69c
RGB | 252 | 182 | 156 |
---|---|---|---|
HSL | 0.05 | 0.94 | 0.80 |
HSV | 16° | 38° | 99° |
CMYK | 0.00 | 0.28 | 0.38 0.01 |
XYZ | 62.8736 | 56.5516 | 39.0543 |
Yxy | 56.5516 | 0.3967 | 0.3568 |
Hunter Lab | 75.2008 | 17.6382 | 21.8493 |
CIE-Lab | 79.9267 | 22.1817 | 23.2891 |
#fcb69c color RGB value is (252,182,156).
#fcb69c hex color red value is 252, green value is 182 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fcb69c hue: 0.05 , saturation: 0.94 and the lightness value of fcb69c is 0.80.
The process color (four color CMYK) of #fcb69c color hex is 0.00, 0.28, 0.38, 0.01. Web safe color of #fcb69c is #ffcc99. Color #fcb69c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10110110 | 10011100 |
Octal | 374 | 266 | 234 |
Decimal | 252 | 182 | 156 |
Hex | FC | B6 | 9C |
Shades of #fcb69c
Tints of #fcb69c
RGB Percentages of Color #fcb69c
CMYK Percentages of Color #fcb69c
Complementary Color
#fcb69c | #9ce2fc |
#fcb69c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb69c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb69c Color CSS Codes
.mybgcolor {background-color:#fcb69c; } .myforecolor {color:#fcb69c; } .mybordercolor {border:3px solid #fcb69c; }
#fcb69c Text Font Color
<p style="color:#fcb69c">Text here</p>
This sample text font color is #fcb69c
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.
#fcb69c Background Color
<div style="background-color:#fcb69c">
Div content here</div>
This div background color is #fcb69c
#fcb69c Border Color
<div style="border:3px solid #fcb69c">
Div here</div>
This div border color is #fcb69c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,182,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb69c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb69c; -webkit-box-shadow: 1px 1px 3px 2px #fcb69c; box-shadow: 1px 1px 3px 2px #fcb69c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,182,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb69c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb69c; -webkit-box-shadow: 1px 1px 3px 2px #fcb69c; box-shadow: 1px 1px 3px 2px #fcb69c;">
Div content here</div>
This div box has shadow with color #fcb69c
Comments
No comments written yet.
Please login to write comment.