Shades of Cape Honey #FCDBA5
Tints of Cape Honey #FCDBA5
RGB
CMYK
RGB Variations
Color information
#FCDBA5 (or 0xFCDBA5) is known color: Cape Honey. HEX triplet: FC, DB and A5. RGB value is (252,219,165). Sum of RGB (Red+Green+Blue) = 252+219+165=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBA5 is #03245A. Grayscale: #DEDEDE. Windows color (decimal): -205915 or 10869756. OLE color: 10869756.
HSL color Cylindrical-coordinate representation of color #FCDBA5: hue angle of 37.24º 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 #FCDBA5 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 165 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.01 |
| HSL | 37.24º | 0.94% | 0.82% | - |
| HSV(B) | 37.24º | 0.35% | 0.99% | - |
| XYZ | 72.27 | 74.08 | 46.09 | - |
| YUV | 222.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 165 | 0 | 0.13 | 0.35 | 0.01 | 37.24 | 0.94 | 0.82 |
| Hex | FC | DB | A5 | 0 | D | 23 | 1 | 25 | 5E | 52 |
| Octal | 374 | 333 | 245 | 0 | 15 | 43 | 1 | 45 | 136 | 122 |
| Binary | 11111100 | 11011011 | 10100101 | 0 | 1101 | 100011 | 1 | 100101 | 1011110 | 1010010 |
Color Harmonies of #FCDBA5
Complementary color
Monochromatic Colors of #FCDBA5
Black with #FCDBA5
Text Example
Text Example
White with #FCDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBA5; }
p { color: rgb(252,219,165); }
H1.HeaderClassName
{
color: #FCDBA5;
}
.AnyTagClassName
{
color: #FCDBA5;
}
</style>
background-color css
<style>
a { background-color: #FCDBA5; }
a { background-color: rgb(252,219,165); }
div.DivClassName
{
background-color: #FCDBA5;
}
.BgClassName
{
background-color: #FCDBA5;
}
</style>
border-color css
<style>
span { border-color: #FCDBA5; }
span { border-color: rgb(252,219,165); }
td.TdClassName
{
border-color: #FCDBA5;
}
.TagClassName
{
border-color: #FCDBA5;
}
</style>