Shades of Cape Honey #FCDCA1
Tints of Cape Honey #FCDCA1
RGB
CMYK
RGB Variations
Color information
#FCDCA1 (or 0xFCDCA1) is known color: Cape Honey. HEX triplet: FC, DC and A1. RGB value is (252,220,161). Sum of RGB (Red+Green+Blue) = 252+220+161=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDCA1 is #03235E. Grayscale: #DFDFDF. Windows color (decimal): -205663 or 10607868. OLE color: 10607868.
HSL color Cylindrical-coordinate representation of color #FCDCA1: hue angle of 38.9º 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 #FCDCA1 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 161 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.01 |
| HSL | 38.9º | 0.94% | 0.81% | - |
| HSV(B) | 38.9º | 0.36% | 0.99% | - |
| XYZ | 72.17 | 74.46 | 44.29 | - |
| YUV | 222.84 | 93.1 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 161 | 0 | 0.13 | 0.36 | 0.01 | 38.9 | 0.94 | 0.81 |
| Hex | FC | DC | A1 | 0 | D | 24 | 1 | 27 | 5E | 51 |
| Octal | 374 | 334 | 241 | 0 | 15 | 44 | 1 | 47 | 136 | 121 |
| Binary | 11111100 | 11011100 | 10100001 | 0 | 1101 | 100100 | 1 | 100111 | 1011110 | 1010001 |
Color Harmonies of #FCDCA1
Complementary color
Monochromatic Colors of #FCDCA1
Black with #FCDCA1
Text Example
Text Example
White with #FCDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCA1; }
p { color: rgb(252,220,161); }
H1.HeaderClassName
{
color: #FCDCA1;
}
.AnyTagClassName
{
color: #FCDCA1;
}
</style>
background-color css
<style>
a { background-color: #FCDCA1; }
a { background-color: rgb(252,220,161); }
div.DivClassName
{
background-color: #FCDCA1;
}
.BgClassName
{
background-color: #FCDCA1;
}
</style>
border-color css
<style>
span { border-color: #FCDCA1; }
span { border-color: rgb(252,220,161); }
td.TdClassName
{
border-color: #FCDCA1;
}
.TagClassName
{
border-color: #FCDCA1;
}
</style>