Shades of Cape Honey #FCE3A3
Tints of Cape Honey #FCE3A3
RGB
CMYK
RGB Variations
Color information
#FCE3A3 (or 0xFCE3A3) is known color: Cape Honey. HEX triplet: FC, E3 and A3. RGB value is (252,227,163). Sum of RGB (Red+Green+Blue) = 252+227+163=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 163 (64.06% from 255 or 25.39% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE3A3 is #031C5C. Grayscale: #E3E3E3. Windows color (decimal): -203869 or 10740732. OLE color: 10740732.
HSL color Cylindrical-coordinate representation of color #FCE3A3: hue angle of 43.15º 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 #FCE3A3 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 163 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.01 |
| HSL | 43.15º | 0.94% | 0.81% | - |
| HSV(B) | 43.15º | 0.35% | 0.99% | - |
| XYZ | 74.22 | 78.28 | 45.85 | - |
| YUV | 227.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 163 | 0 | 0.10 | 0.35 | 0.01 | 43.15 | 0.94 | 0.81 |
| Hex | FC | E3 | A3 | 0 | A | 23 | 1 | 2B | 5E | 51 |
| Octal | 374 | 343 | 243 | 0 | 12 | 43 | 1 | 53 | 136 | 121 |
| Binary | 11111100 | 11100011 | 10100011 | 0 | 1010 | 100011 | 1 | 101011 | 1011110 | 1010001 |
Color Harmonies of #FCE3A3
Complementary color
Monochromatic Colors of #FCE3A3
Black with #FCE3A3
Text Example
Text Example
White with #FCE3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3A3; }
p { color: rgb(252,227,163); }
H1.HeaderClassName
{
color: #FCE3A3;
}
.AnyTagClassName
{
color: #FCE3A3;
}
</style>
background-color css
<style>
a { background-color: #FCE3A3; }
a { background-color: rgb(252,227,163); }
div.DivClassName
{
background-color: #FCE3A3;
}
.BgClassName
{
background-color: #FCE3A3;
}
</style>
border-color css
<style>
span { border-color: #FCE3A3; }
span { border-color: rgb(252,227,163); }
td.TdClassName
{
border-color: #FCE3A3;
}
.TagClassName
{
border-color: #FCE3A3;
}
</style>