Shades of Cape Honey #FCE3A8
Tints of Cape Honey #FCE3A8
RGB
CMYK
RGB Variations
Color information
#FCE3A8 (or 0xFCE3A8) is known color: Cape Honey. HEX triplet: FC, E3 and A8. RGB value is (252,227,168). Sum of RGB (Red+Green+Blue) = 252+227+168=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 168 (66.02% from 255 or 25.97% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE3A8 is #031C57. Grayscale: #E4E4E4. Windows color (decimal): -203864 or 11068412. OLE color: 11068412.
HSL color Cylindrical-coordinate representation of color #FCE3A8: hue angle of 42.14º 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 #FCE3A8 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 168 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.01 |
| HSL | 42.14º | 0.93% | 0.82% | - |
| HSV(B) | 42.14º | 0.33% | 0.99% | - |
| XYZ | 74.68 | 78.46 | 48.25 | - |
| YUV | 227.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 168 | 0 | 0.10 | 0.33 | 0.01 | 42.14 | 0.93 | 0.82 |
| Hex | FC | E3 | A8 | 0 | A | 21 | 1 | 2A | 5D | 52 |
| Octal | 374 | 343 | 250 | 0 | 12 | 41 | 1 | 52 | 135 | 122 |
| Binary | 11111100 | 11100011 | 10101000 | 0 | 1010 | 100001 | 1 | 101010 | 1011101 | 1010010 |
Color Harmonies of #FCE3A8
Complementary color
Monochromatic Colors of #FCE3A8
Black with #FCE3A8
Text Example
Text Example
White with #FCE3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3A8; }
p { color: rgb(252,227,168); }
H1.HeaderClassName
{
color: #FCE3A8;
}
.AnyTagClassName
{
color: #FCE3A8;
}
</style>
background-color css
<style>
a { background-color: #FCE3A8; }
a { background-color: rgb(252,227,168); }
div.DivClassName
{
background-color: #FCE3A8;
}
.BgClassName
{
background-color: #FCE3A8;
}
</style>
border-color css
<style>
span { border-color: #FCE3A8; }
span { border-color: rgb(252,227,168); }
td.TdClassName
{
border-color: #FCE3A8;
}
.TagClassName
{
border-color: #FCE3A8;
}
</style>