Shades of Cape Honey #FEDDA2
Tints of Cape Honey #FEDDA2
RGB
CMYK
RGB Variations
Color information
#FEDDA2 (or 0xFEDDA2) is known color: Cape Honey. HEX triplet: FE, DD and A2. RGB value is (254,221,162). Sum of RGB (Red+Green+Blue) = 254+221+162=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDA2 is #01225D. Grayscale: #E0E0E0. Windows color (decimal): -74334 or 10673662. OLE color: 10673662.
HSL color Cylindrical-coordinate representation of color #FEDDA2: hue angle of 38.48º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEDDA2 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 162 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.00 |
| HSL | 38.48º | 0.98% | 0.82% | - |
| HSV(B) | 38.48º | 0.36% | 1% | - |
| XYZ | 73.25 | 75.39 | 44.87 | - |
| YUV | 224.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 162 | 0 | 0.13 | 0.36 | 0.00 | 38.48 | 0.98 | 0.82 |
| Hex | FE | DD | A2 | 0 | D | 24 | 0 | 26 | 62 | 52 |
| Octal | 376 | 335 | 242 | 0 | 15 | 44 | 0 | 46 | 142 | 122 |
| Binary | 11111110 | 11011101 | 10100010 | 0 | 1101 | 100100 | 0 | 100110 | 1100010 | 1010010 |
Color Harmonies of #FEDDA2
Complementary color
Monochromatic Colors of #FEDDA2
Black with #FEDDA2
Text Example
Text Example
White with #FEDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDA2; }
p { color: rgb(254,221,162); }
H1.HeaderClassName
{
color: #FEDDA2;
}
.AnyTagClassName
{
color: #FEDDA2;
}
</style>
background-color css
<style>
a { background-color: #FEDDA2; }
a { background-color: rgb(254,221,162); }
div.DivClassName
{
background-color: #FEDDA2;
}
.BgClassName
{
background-color: #FEDDA2;
}
</style>
border-color css
<style>
span { border-color: #FEDDA2; }
span { border-color: rgb(254,221,162); }
td.TdClassName
{
border-color: #FEDDA2;
}
.TagClassName
{
border-color: #FEDDA2;
}
</style>