Shades of Cape Honey #FCDFA1
Tints of Cape Honey #FCDFA1
RGB
CMYK
RGB Variations
Color information
#FCDFA1 (or 0xFCDFA1) is known color: Cape Honey. HEX triplet: FC, DF and A1. RGB value is (252,223,161). Sum of RGB (Red+Green+Blue) = 252+223+161=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFA1 is #03205E. Grayscale: #E0E0E0. Windows color (decimal): -204895 or 10608636. OLE color: 10608636.
HSL color Cylindrical-coordinate representation of color #FCDFA1: hue angle of 40.88º 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 #FCDFA1 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 161 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.01 |
| HSL | 40.88º | 0.94% | 0.81% | - |
| HSV(B) | 40.88º | 0.36% | 0.99% | - |
| XYZ | 72.97 | 76.04 | 44.55 | - |
| YUV | 224.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 161 | 0 | 0.12 | 0.36 | 0.01 | 40.88 | 0.94 | 0.81 |
| Hex | FC | DF | A1 | 0 | C | 24 | 1 | 29 | 5E | 51 |
| Octal | 374 | 337 | 241 | 0 | 14 | 44 | 1 | 51 | 136 | 121 |
| Binary | 11111100 | 11011111 | 10100001 | 0 | 1100 | 100100 | 1 | 101001 | 1011110 | 1010001 |
Color Harmonies of #FCDFA1
Complementary color
Monochromatic Colors of #FCDFA1
Black with #FCDFA1
Text Example
Text Example
White with #FCDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFA1; }
p { color: rgb(252,223,161); }
H1.HeaderClassName
{
color: #FCDFA1;
}
.AnyTagClassName
{
color: #FCDFA1;
}
</style>
background-color css
<style>
a { background-color: #FCDFA1; }
a { background-color: rgb(252,223,161); }
div.DivClassName
{
background-color: #FCDFA1;
}
.BgClassName
{
background-color: #FCDFA1;
}
</style>
border-color css
<style>
span { border-color: #FCDFA1; }
span { border-color: rgb(252,223,161); }
td.TdClassName
{
border-color: #FCDFA1;
}
.TagClassName
{
border-color: #FCDFA1;
}
</style>