Shades of Cape Honey #FCE0A4
Tints of Cape Honey #FCE0A4
RGB
CMYK
RGB Variations
Color information
#FCE0A4 (or 0xFCE0A4) is known color: Cape Honey. HEX triplet: FC, E0 and A4. RGB value is (252,224,164). Sum of RGB (Red+Green+Blue) = 252+224+164=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 164 (64.45% from 255 or 25.62% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE0A4 is #031F5B. Grayscale: #E1E1E1. Windows color (decimal): -204636 or 10805500. OLE color: 10805500.
HSL color Cylindrical-coordinate representation of color #FCE0A4: hue angle of 40.91º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCE0A4 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 164 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.01 |
| HSL | 40.91º | 0.94% | 0.82% | - |
| HSV(B) | 40.91º | 0.35% | 0.99% | - |
| XYZ | 73.5 | 76.69 | 46.05 | - |
| YUV | 225.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 164 | 0 | 0.11 | 0.35 | 0.01 | 40.91 | 0.94 | 0.82 |
| Hex | FC | E0 | A4 | 0 | B | 23 | 1 | 29 | 5E | 52 |
| Octal | 374 | 340 | 244 | 0 | 13 | 43 | 1 | 51 | 136 | 122 |
| Binary | 11111100 | 11100000 | 10100100 | 0 | 1011 | 100011 | 1 | 101001 | 1011110 | 1010010 |
Color Harmonies of #FCE0A4
Complementary color
Monochromatic Colors of #FCE0A4
Black with #FCE0A4
Text Example
Text Example
White with #FCE0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0A4; }
p { color: rgb(252,224,164); }
H1.HeaderClassName
{
color: #FCE0A4;
}
.AnyTagClassName
{
color: #FCE0A4;
}
</style>
background-color css
<style>
a { background-color: #FCE0A4; }
a { background-color: rgb(252,224,164); }
div.DivClassName
{
background-color: #FCE0A4;
}
.BgClassName
{
background-color: #FCE0A4;
}
</style>
border-color css
<style>
span { border-color: #FCE0A4; }
span { border-color: rgb(252,224,164); }
td.TdClassName
{
border-color: #FCE0A4;
}
.TagClassName
{
border-color: #FCE0A4;
}
</style>