Shades of Cape Honey #FCDD9F
Tints of Cape Honey #FCDD9F
RGB
CMYK
RGB Variations
Color information
#FCDD9F (or 0xFCDD9F) is known color: Cape Honey. HEX triplet: FC, DD and 9F. RGB value is (252,221,159). Sum of RGB (Red+Green+Blue) = 252+221+159=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD9F is #032260. Grayscale: #DFDFDF. Windows color (decimal): -205409 or 10477052. OLE color: 10477052.
HSL color Cylindrical-coordinate representation of color #FCDD9F: hue angle of 40º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCDD9F is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 159 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.01 |
| HSL | 40º | 0.94% | 0.81% | - |
| HSV(B) | 40º | 0.37% | 0.99% | - |
| XYZ | 72.26 | 74.91 | 43.45 | - |
| YUV | 223.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 159 | 0 | 0.12 | 0.37 | 0.01 | 40 | 0.94 | 0.81 |
| Hex | FC | DD | 9F | 0 | C | 25 | 1 | 28 | 5E | 51 |
| Octal | 374 | 335 | 237 | 0 | 14 | 45 | 1 | 50 | 136 | 121 |
| Binary | 11111100 | 11011101 | 10011111 | 0 | 1100 | 100101 | 1 | 101000 | 1011110 | 1010001 |
Color Harmonies of #FCDD9F
Complementary color
Monochromatic Colors of #FCDD9F
Black with #FCDD9F
Text Example
Text Example
White with #FCDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD9F; }
p { color: rgb(252,221,159); }
H1.HeaderClassName
{
color: #FCDD9F;
}
.AnyTagClassName
{
color: #FCDD9F;
}
</style>
background-color css
<style>
a { background-color: #FCDD9F; }
a { background-color: rgb(252,221,159); }
div.DivClassName
{
background-color: #FCDD9F;
}
.BgClassName
{
background-color: #FCDD9F;
}
</style>
border-color css
<style>
span { border-color: #FCDD9F; }
span { border-color: rgb(252,221,159); }
td.TdClassName
{
border-color: #FCDD9F;
}
.TagClassName
{
border-color: #FCDD9F;
}
</style>