Shades of Cape Honey #FCDBA4
Tints of Cape Honey #FCDBA4
RGB
CMYK
RGB Variations
Color information
#FCDBA4 (or 0xFCDBA4) is known color: Cape Honey. HEX triplet: FC, DB and A4. RGB value is (252,219,164). Sum of RGB (Red+Green+Blue) = 252+219+164=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 164 (64.45% from 255 or 25.83% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBA4 is #03245B. Grayscale: #DEDEDE. Windows color (decimal): -205916 or 10804220. OLE color: 10804220.
HSL color Cylindrical-coordinate representation of color #FCDBA4: hue angle of 37.5º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCDBA4 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 164 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.01 |
| HSL | 37.5º | 0.94% | 0.82% | - |
| HSV(B) | 37.5º | 0.35% | 0.99% | - |
| XYZ | 72.18 | 74.04 | 45.61 | - |
| YUV | 222.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 164 | 0 | 0.13 | 0.35 | 0.01 | 37.5 | 0.94 | 0.82 |
| Hex | FC | DB | A4 | 0 | D | 23 | 1 | 26 | 5E | 52 |
| Octal | 374 | 333 | 244 | 0 | 15 | 43 | 1 | 46 | 136 | 122 |
| Binary | 11111100 | 11011011 | 10100100 | 0 | 1101 | 100011 | 1 | 100110 | 1011110 | 1010010 |
Color Harmonies of #FCDBA4
Complementary color
Monochromatic Colors of #FCDBA4
Black with #FCDBA4
Text Example
Text Example
White with #FCDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBA4; }
p { color: rgb(252,219,164); }
H1.HeaderClassName
{
color: #FCDBA4;
}
.AnyTagClassName
{
color: #FCDBA4;
}
</style>
background-color css
<style>
a { background-color: #FCDBA4; }
a { background-color: rgb(252,219,164); }
div.DivClassName
{
background-color: #FCDBA4;
}
.BgClassName
{
background-color: #FCDBA4;
}
</style>
border-color css
<style>
span { border-color: #FCDBA4; }
span { border-color: rgb(252,219,164); }
td.TdClassName
{
border-color: #FCDBA4;
}
.TagClassName
{
border-color: #FCDBA4;
}
</style>