Shades of Cape Honey #FCE2A1
Tints of Cape Honey #FCE2A1
RGB
CMYK
RGB Variations
Color information
#FCE2A1 (or 0xFCE2A1) is known color: Cape Honey. HEX triplet: FC, E2 and A1. RGB value is (252,226,161). Sum of RGB (Red+Green+Blue) = 252+226+161=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE2A1 is #031D5E. Grayscale: #E2E2E2. Windows color (decimal): -204127 or 10609404. OLE color: 10609404.
HSL color Cylindrical-coordinate representation of color #FCE2A1: hue angle of 42.86º 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 #FCE2A1 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 161 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.01 |
| HSL | 42.86º | 0.94% | 0.81% | - |
| HSV(B) | 42.86º | 0.36% | 0.99% | - |
| XYZ | 73.77 | 77.66 | 44.82 | - |
| YUV | 226.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 161 | 0 | 0.10 | 0.36 | 0.01 | 42.86 | 0.94 | 0.81 |
| Hex | FC | E2 | A1 | 0 | A | 24 | 1 | 2B | 5E | 51 |
| Octal | 374 | 342 | 241 | 0 | 12 | 44 | 1 | 53 | 136 | 121 |
| Binary | 11111100 | 11100010 | 10100001 | 0 | 1010 | 100100 | 1 | 101011 | 1011110 | 1010001 |
Color Harmonies of #FCE2A1
Complementary color
Monochromatic Colors of #FCE2A1
Black with #FCE2A1
Text Example
Text Example
White with #FCE2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2A1; }
p { color: rgb(252,226,161); }
H1.HeaderClassName
{
color: #FCE2A1;
}
.AnyTagClassName
{
color: #FCE2A1;
}
</style>
background-color css
<style>
a { background-color: #FCE2A1; }
a { background-color: rgb(252,226,161); }
div.DivClassName
{
background-color: #FCE2A1;
}
.BgClassName
{
background-color: #FCE2A1;
}
</style>
border-color css
<style>
span { border-color: #FCE2A1; }
span { border-color: rgb(252,226,161); }
td.TdClassName
{
border-color: #FCE2A1;
}
.TagClassName
{
border-color: #FCE2A1;
}
</style>