Shades of Cape Honey #FCE2A3
Tints of Cape Honey #FCE2A3
RGB
CMYK
RGB Variations
Color information
#FCE2A3 (or 0xFCE2A3) is known color: Cape Honey. HEX triplet: FC, E2 and A3. RGB value is (252,226,163). Sum of RGB (Red+Green+Blue) = 252+226+163=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 163 (64.06% from 255 or 25.43% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE2A3 is #031D5C. Grayscale: #E2E2E2. Windows color (decimal): -204125 or 10740476. OLE color: 10740476.
HSL color Cylindrical-coordinate representation of color #FCE2A3: hue angle of 42.47º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCE2A3 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 163 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.01 |
| HSL | 42.47º | 0.94% | 0.81% | - |
| HSV(B) | 42.47º | 0.35% | 0.99% | - |
| XYZ | 73.95 | 77.73 | 45.76 | - |
| YUV | 226.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 163 | 0 | 0.10 | 0.35 | 0.01 | 42.47 | 0.94 | 0.81 |
| Hex | FC | E2 | A3 | 0 | A | 23 | 1 | 2A | 5E | 51 |
| Octal | 374 | 342 | 243 | 0 | 12 | 43 | 1 | 52 | 136 | 121 |
| Binary | 11111100 | 11100010 | 10100011 | 0 | 1010 | 100011 | 1 | 101010 | 1011110 | 1010001 |
Color Harmonies of #FCE2A3
Complementary color
Monochromatic Colors of #FCE2A3
Black with #FCE2A3
Text Example
Text Example
White with #FCE2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2A3; }
p { color: rgb(252,226,163); }
H1.HeaderClassName
{
color: #FCE2A3;
}
.AnyTagClassName
{
color: #FCE2A3;
}
</style>
background-color css
<style>
a { background-color: #FCE2A3; }
a { background-color: rgb(252,226,163); }
div.DivClassName
{
background-color: #FCE2A3;
}
.BgClassName
{
background-color: #FCE2A3;
}
</style>
border-color css
<style>
span { border-color: #FCE2A3; }
span { border-color: rgb(252,226,163); }
td.TdClassName
{
border-color: #FCE2A3;
}
.TagClassName
{
border-color: #FCE2A3;
}
</style>