Shades of Cape Honey #FDDFA2
Tints of Cape Honey #FDDFA2
RGB
CMYK
RGB Variations
Color information
#FDDFA2 (or 0xFDDFA2) is known color: Cape Honey. HEX triplet: FD, DF and A2. RGB value is (253,223,162). Sum of RGB (Red+Green+Blue) = 253+223+162=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFA2 is #02205D. Grayscale: #E1E1E1. Windows color (decimal): -139358 or 10674173. OLE color: 10674173.
HSL color Cylindrical-coordinate representation of color #FDDFA2: hue angle of 40.22º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDDFA2 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 162 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.01 |
| HSL | 40.22º | 0.96% | 0.81% | - |
| HSV(B) | 40.22º | 0.36% | 0.99% | - |
| XYZ | 73.42 | 76.27 | 45.03 | - |
| YUV | 225.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 162 | 0 | 0.12 | 0.36 | 0.01 | 40.22 | 0.96 | 0.81 |
| Hex | FD | DF | A2 | 0 | C | 24 | 1 | 28 | 60 | 51 |
| Octal | 375 | 337 | 242 | 0 | 14 | 44 | 1 | 50 | 140 | 121 |
| Binary | 11111101 | 11011111 | 10100010 | 0 | 1100 | 100100 | 1 | 101000 | 1100000 | 1010001 |
Color Harmonies of #FDDFA2
Complementary color
Monochromatic Colors of #FDDFA2
Black with #FDDFA2
Text Example
Text Example
White with #FDDFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFA2; }
p { color: rgb(253,223,162); }
H1.HeaderClassName
{
color: #FDDFA2;
}
.AnyTagClassName
{
color: #FDDFA2;
}
</style>
background-color css
<style>
a { background-color: #FDDFA2; }
a { background-color: rgb(253,223,162); }
div.DivClassName
{
background-color: #FDDFA2;
}
.BgClassName
{
background-color: #FDDFA2;
}
</style>
border-color css
<style>
span { border-color: #FDDFA2; }
span { border-color: rgb(253,223,162); }
td.TdClassName
{
border-color: #FDDFA2;
}
.TagClassName
{
border-color: #FDDFA2;
}
</style>