Shades of Cape Honey #FCDDA4
Tints of Cape Honey #FCDDA4
RGB
CMYK
RGB Variations
Color information
#FCDDA4 (or 0xFCDDA4) is known color: Cape Honey. HEX triplet: FC, DD and A4. RGB value is (252,221,164). Sum of RGB (Red+Green+Blue) = 252+221+164=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDA4 is #03225B. Grayscale: #E0E0E0. Windows color (decimal): -205404 or 10804732. OLE color: 10804732.
HSL color Cylindrical-coordinate representation of color #FCDDA4: hue angle of 38.86º 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 #FCDDA4 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 164 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.01 |
| HSL | 38.86º | 0.94% | 0.82% | - |
| HSV(B) | 38.86º | 0.35% | 0.99% | - |
| XYZ | 72.7 | 75.09 | 45.78 | - |
| YUV | 223.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 164 | 0 | 0.12 | 0.35 | 0.01 | 38.86 | 0.94 | 0.82 |
| Hex | FC | DD | A4 | 0 | C | 23 | 1 | 27 | 5E | 52 |
| Octal | 374 | 335 | 244 | 0 | 14 | 43 | 1 | 47 | 136 | 122 |
| Binary | 11111100 | 11011101 | 10100100 | 0 | 1100 | 100011 | 1 | 100111 | 1011110 | 1010010 |
Color Harmonies of #FCDDA4
Complementary color
Monochromatic Colors of #FCDDA4
Black with #FCDDA4
Text Example
Text Example
White with #FCDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDA4; }
p { color: rgb(252,221,164); }
H1.HeaderClassName
{
color: #FCDDA4;
}
.AnyTagClassName
{
color: #FCDDA4;
}
</style>
background-color css
<style>
a { background-color: #FCDDA4; }
a { background-color: rgb(252,221,164); }
div.DivClassName
{
background-color: #FCDDA4;
}
.BgClassName
{
background-color: #FCDDA4;
}
</style>
border-color css
<style>
span { border-color: #FCDDA4; }
span { border-color: rgb(252,221,164); }
td.TdClassName
{
border-color: #FCDDA4;
}
.TagClassName
{
border-color: #FCDDA4;
}
</style>