Shades of Cape Honey #FCDDA7
Tints of Cape Honey #FCDDA7
RGB
CMYK
RGB Variations
Color information
#FCDDA7 (or 0xFCDDA7) is known color: Cape Honey. HEX triplet: FC, DD and A7. RGB value is (252,221,167). Sum of RGB (Red+Green+Blue) = 252+221+167=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDA7 is #032258. Grayscale: #E0E0E0. Windows color (decimal): -205401 or 11001340. OLE color: 11001340.
HSL color Cylindrical-coordinate representation of color #FCDDA7: hue angle of 38.12º 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 #FCDDA7 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 167 | - |
CMYK | 0 | 0.12 | 0.34 | 0.01 |
HSL | 38.12º | 0.93% | 0.82% | - |
HSV(B) | 38.12º | 0.34% | 0.99% | - |
XYZ | 72.98 | 75.2 | 47.23 | - |
YUV | 224.11 | 95.77 | 147.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 167 | 0 | 0.12 | 0.34 | 0.01 | 38.12 | 0.93 | 0.82 |
Hex | FC | DD | A7 | 0 | C | 22 | 1 | 26 | 5D | 52 |
Octal | 374 | 335 | 247 | 0 | 14 | 42 | 1 | 46 | 135 | 122 |
Binary | 11111100 | 11011101 | 10100111 | 0 | 1100 | 100010 | 1 | 100110 | 1011101 | 1010010 |
Color Harmonies of #FCDDA7
Complementary color
Monochromatic Colors of #FCDDA7
Black with #FCDDA7
Text Example
Text Example
White with #FCDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDA7; }
p { color: rgb(252,221,167); }
H1.HeaderClassName
{
color: #FCDDA7;
}
.AnyTagClassName
{
color: #FCDDA7;
}
</style>
background-color css
<style>
a { background-color: #FCDDA7; }
a { background-color: rgb(252,221,167); }
div.DivClassName
{
background-color: #FCDDA7;
}
.BgClassName
{
background-color: #FCDDA7;
}
</style>
border-color css
<style>
span { border-color: #FCDDA7; }
span { border-color: rgb(252,221,167); }
td.TdClassName
{
border-color: #FCDDA7;
}
.TagClassName
{
border-color: #FCDDA7;
}
</style>