Shades of Cape Honey #FDDDA4
Tints of Cape Honey #FDDDA4
RGB
CMYK
RGB Variations
Color information
#FDDDA4 (or 0xFDDDA4) is known color: Cape Honey. HEX triplet: FD, DD and A4. RGB value is (253,221,164). Sum of RGB (Red+Green+Blue) = 253+221+164=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDDA4 is #02225B. Grayscale: #E0E0E0. Windows color (decimal): -139868 or 10804733. OLE color: 10804733.
HSL color Cylindrical-coordinate representation of color #FDDDA4: hue angle of 38.43º degrees, saturation: 0.96, 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 #FDDDA4 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 164 | - |
CMYK | 0 | 0.13 | 0.35 | 0.01 |
HSL | 38.43º | 0.96% | 0.82% | - |
HSV(B) | 38.43º | 0.35% | 0.99% | - |
XYZ | 73.07 | 75.28 | 45.8 | - |
YUV | 224.07 | 94.1 | 148.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 164 | 0 | 0.13 | 0.35 | 0.01 | 38.43 | 0.96 | 0.82 |
Hex | FD | DD | A4 | 0 | D | 23 | 1 | 26 | 60 | 52 |
Octal | 375 | 335 | 244 | 0 | 15 | 43 | 1 | 46 | 140 | 122 |
Binary | 11111101 | 11011101 | 10100100 | 0 | 1101 | 100011 | 1 | 100110 | 1100000 | 1010010 |
Color Harmonies of #FDDDA4
Complementary color
Monochromatic Colors of #FDDDA4
Black with #FDDDA4
Text Example
Text Example
White with #FDDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDA4; }
p { color: rgb(253,221,164); }
H1.HeaderClassName
{
color: #FDDDA4;
}
.AnyTagClassName
{
color: #FDDDA4;
}
</style>
background-color css
<style>
a { background-color: #FDDDA4; }
a { background-color: rgb(253,221,164); }
div.DivClassName
{
background-color: #FDDDA4;
}
.BgClassName
{
background-color: #FDDDA4;
}
</style>
border-color css
<style>
span { border-color: #FDDDA4; }
span { border-color: rgb(253,221,164); }
td.TdClassName
{
border-color: #FDDDA4;
}
.TagClassName
{
border-color: #FDDDA4;
}
</style>