Shades of Cape Honey #FCE3A7
Tints of Cape Honey #FCE3A7
RGB
CMYK
RGB Variations
Color information
#FCE3A7 (or 0xFCE3A7) is known color: Cape Honey. HEX triplet: FC, E3 and A7. RGB value is (252,227,167). Sum of RGB (Red+Green+Blue) = 252+227+167=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 167 (65.62% from 255 or 25.85% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE3A7 is #031C58. Grayscale: #E3E3E3. Windows color (decimal): -203865 or 11002876. OLE color: 11002876.
HSL color Cylindrical-coordinate representation of color #FCE3A7: hue angle of 42.35º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCE3A7 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 167 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.01 |
| HSL | 42.35º | 0.93% | 0.82% | - |
| HSV(B) | 42.35º | 0.34% | 0.99% | - |
| XYZ | 74.59 | 78.42 | 47.77 | - |
| YUV | 227.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 167 | 0 | 0.10 | 0.34 | 0.01 | 42.35 | 0.93 | 0.82 |
| Hex | FC | E3 | A7 | 0 | A | 22 | 1 | 2A | 5D | 52 |
| Octal | 374 | 343 | 247 | 0 | 12 | 42 | 1 | 52 | 135 | 122 |
| Binary | 11111100 | 11100011 | 10100111 | 0 | 1010 | 100010 | 1 | 101010 | 1011101 | 1010010 |
Color Harmonies of #FCE3A7
Complementary color
Monochromatic Colors of #FCE3A7
Black with #FCE3A7
Text Example
Text Example
White with #FCE3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3A7; }
p { color: rgb(252,227,167); }
H1.HeaderClassName
{
color: #FCE3A7;
}
.AnyTagClassName
{
color: #FCE3A7;
}
</style>
background-color css
<style>
a { background-color: #FCE3A7; }
a { background-color: rgb(252,227,167); }
div.DivClassName
{
background-color: #FCE3A7;
}
.BgClassName
{
background-color: #FCE3A7;
}
</style>
border-color css
<style>
span { border-color: #FCE3A7; }
span { border-color: rgb(252,227,167); }
td.TdClassName
{
border-color: #FCE3A7;
}
.TagClassName
{
border-color: #FCE3A7;
}
</style>