Shades of Cape Honey #FCDCA0
Tints of Cape Honey #FCDCA0
RGB
CMYK
RGB Variations
Color information
#FCDCA0 (or 0xFCDCA0) is known color: Cape Honey. HEX triplet: FC, DC and A0. RGB value is (252,220,160). Sum of RGB (Red+Green+Blue) = 252+220+160=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDCA0 is #03235F. Grayscale: #DEDEDE. Windows color (decimal): -205664 or 10542332. OLE color: 10542332.
HSL color Cylindrical-coordinate representation of color #FCDCA0: hue angle of 39.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCDCA0 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 160 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.01 |
| HSL | 39.13º | 0.94% | 0.81% | - |
| HSV(B) | 39.13º | 0.37% | 0.99% | - |
| XYZ | 72.08 | 74.42 | 43.82 | - |
| YUV | 222.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 160 | 0 | 0.13 | 0.37 | 0.01 | 39.13 | 0.94 | 0.81 |
| Hex | FC | DC | A0 | 0 | D | 25 | 1 | 27 | 5E | 51 |
| Octal | 374 | 334 | 240 | 0 | 15 | 45 | 1 | 47 | 136 | 121 |
| Binary | 11111100 | 11011100 | 10100000 | 0 | 1101 | 100101 | 1 | 100111 | 1011110 | 1010001 |
Color Harmonies of #FCDCA0
Complementary color
Monochromatic Colors of #FCDCA0
Black with #FCDCA0
Text Example
Text Example
White with #FCDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCA0; }
p { color: rgb(252,220,160); }
H1.HeaderClassName
{
color: #FCDCA0;
}
.AnyTagClassName
{
color: #FCDCA0;
}
</style>
background-color css
<style>
a { background-color: #FCDCA0; }
a { background-color: rgb(252,220,160); }
div.DivClassName
{
background-color: #FCDCA0;
}
.BgClassName
{
background-color: #FCDCA0;
}
</style>
border-color css
<style>
span { border-color: #FCDCA0; }
span { border-color: rgb(252,220,160); }
td.TdClassName
{
border-color: #FCDCA0;
}
.TagClassName
{
border-color: #FCDCA0;
}
</style>