Shades of Cape Honey #FCDDA6
Tints of Cape Honey #FCDDA6
RGB
CMYK
RGB Variations
Color information
#FCDDA6 (or 0xFCDDA6) is known color: Cape Honey. HEX triplet: FC, DD and A6. RGB value is (252,221,166). Sum of RGB (Red+Green+Blue) = 252+221+166=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDA6 is #032259. Grayscale: #E0E0E0. Windows color (decimal): -205402 or 10935804. OLE color: 10935804.
HSL color Cylindrical-coordinate representation of color #FCDDA6: hue angle of 38.37º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCDDA6 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 166 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.01 |
| HSL | 38.37º | 0.93% | 0.82% | - |
| HSV(B) | 38.37º | 0.34% | 0.99% | - |
| XYZ | 72.88 | 75.16 | 46.74 | - |
| YUV | 224 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 166 | 0 | 0.12 | 0.34 | 0.01 | 38.37 | 0.93 | 0.82 |
| Hex | FC | DD | A6 | 0 | C | 22 | 1 | 26 | 5D | 52 |
| Octal | 374 | 335 | 246 | 0 | 14 | 42 | 1 | 46 | 135 | 122 |
| Binary | 11111100 | 11011101 | 10100110 | 0 | 1100 | 100010 | 1 | 100110 | 1011101 | 1010010 |
Color Harmonies of #FCDDA6
Complementary color
Monochromatic Colors of #FCDDA6
Black with #FCDDA6
Text Example
Text Example
White with #FCDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDA6; }
p { color: rgb(252,221,166); }
H1.HeaderClassName
{
color: #FCDDA6;
}
.AnyTagClassName
{
color: #FCDDA6;
}
</style>
background-color css
<style>
a { background-color: #FCDDA6; }
a { background-color: rgb(252,221,166); }
div.DivClassName
{
background-color: #FCDDA6;
}
.BgClassName
{
background-color: #FCDDA6;
}
</style>
border-color css
<style>
span { border-color: #FCDDA6; }
span { border-color: rgb(252,221,166); }
td.TdClassName
{
border-color: #FCDDA6;
}
.TagClassName
{
border-color: #FCDDA6;
}
</style>