Shades of Cape Honey #FCDEA8
Tints of Cape Honey #FCDEA8
RGB
CMYK
RGB Variations
Color information
#FCDEA8 (or 0xFCDEA8) is known color: Cape Honey. HEX triplet: FC, DE and A8. RGB value is (252,222,168). Sum of RGB (Red+Green+Blue) = 252+222+168=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 168 (66.02% from 255 or 26.17% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEA8 is #032157. Grayscale: #E1E1E1. Windows color (decimal): -205144 or 11067132. OLE color: 11067132.
HSL color Cylindrical-coordinate representation of color #FCDEA8: hue angle of 38.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCDEA8 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 168 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.01 |
| HSL | 38.57º | 0.93% | 0.82% | - |
| HSV(B) | 38.57º | 0.33% | 0.99% | - |
| XYZ | 73.33 | 75.77 | 47.8 | - |
| YUV | 224.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 168 | 0 | 0.12 | 0.33 | 0.01 | 38.57 | 0.93 | 0.82 |
| Hex | FC | DE | A8 | 0 | C | 21 | 1 | 27 | 5D | 52 |
| Octal | 374 | 336 | 250 | 0 | 14 | 41 | 1 | 47 | 135 | 122 |
| Binary | 11111100 | 11011110 | 10101000 | 0 | 1100 | 100001 | 1 | 100111 | 1011101 | 1010010 |
Color Harmonies of #FCDEA8
Complementary color
Monochromatic Colors of #FCDEA8
Black with #FCDEA8
Text Example
Text Example
White with #FCDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEA8; }
p { color: rgb(252,222,168); }
H1.HeaderClassName
{
color: #FCDEA8;
}
.AnyTagClassName
{
color: #FCDEA8;
}
</style>
background-color css
<style>
a { background-color: #FCDEA8; }
a { background-color: rgb(252,222,168); }
div.DivClassName
{
background-color: #FCDEA8;
}
.BgClassName
{
background-color: #FCDEA8;
}
</style>
border-color css
<style>
span { border-color: #FCDEA8; }
span { border-color: rgb(252,222,168); }
td.TdClassName
{
border-color: #FCDEA8;
}
.TagClassName
{
border-color: #FCDEA8;
}
</style>