Shades of Cape Honey #FCE0A1
Tints of Cape Honey #FCE0A1
RGB
CMYK
RGB Variations
Color information
#FCE0A1 (or 0xFCE0A1) is known color: Cape Honey. HEX triplet: FC, E0 and A1. RGB value is (252,224,161). Sum of RGB (Red+Green+Blue) = 252+224+161=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE0A1 is #031F5E. Grayscale: #E1E1E1. Windows color (decimal): -204639 or 10608892. OLE color: 10608892.
HSL color Cylindrical-coordinate representation of color #FCE0A1: hue angle of 41.54º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCE0A1 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 161 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.01 |
| HSL | 41.54º | 0.94% | 0.81% | - |
| HSV(B) | 41.54º | 0.36% | 0.99% | - |
| XYZ | 73.23 | 76.58 | 44.64 | - |
| YUV | 225.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 161 | 0 | 0.11 | 0.36 | 0.01 | 41.54 | 0.94 | 0.81 |
| Hex | FC | E0 | A1 | 0 | B | 24 | 1 | 2A | 5E | 51 |
| Octal | 374 | 340 | 241 | 0 | 13 | 44 | 1 | 52 | 136 | 121 |
| Binary | 11111100 | 11100000 | 10100001 | 0 | 1011 | 100100 | 1 | 101010 | 1011110 | 1010001 |
Color Harmonies of #FCE0A1
Complementary color
Monochromatic Colors of #FCE0A1
Black with #FCE0A1
Text Example
Text Example
White with #FCE0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0A1; }
p { color: rgb(252,224,161); }
H1.HeaderClassName
{
color: #FCE0A1;
}
.AnyTagClassName
{
color: #FCE0A1;
}
</style>
background-color css
<style>
a { background-color: #FCE0A1; }
a { background-color: rgb(252,224,161); }
div.DivClassName
{
background-color: #FCE0A1;
}
.BgClassName
{
background-color: #FCE0A1;
}
</style>
border-color css
<style>
span { border-color: #FCE0A1; }
span { border-color: rgb(252,224,161); }
td.TdClassName
{
border-color: #FCE0A1;
}
.TagClassName
{
border-color: #FCE0A1;
}
</style>