Shades of Cape Honey #FEDEA2
Tints of Cape Honey #FEDEA2
RGB
CMYK
RGB Variations
Color information
#FEDEA2 (or 0xFEDEA2) is known color: Cape Honey. HEX triplet: FE, DE and A2. RGB value is (254,222,162). Sum of RGB (Red+Green+Blue) = 254+222+162=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEA2 is #01215D. Grayscale: #E1E1E1. Windows color (decimal): -74078 or 10673918. OLE color: 10673918.
HSL color Cylindrical-coordinate representation of color #FEDEA2: hue angle of 39.13º 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 #FEDEA2 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 162 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.00 |
| HSL | 39.13º | 0.98% | 0.82% | - |
| HSV(B) | 39.13º | 0.36% | 1% | - |
| XYZ | 73.52 | 75.92 | 44.96 | - |
| YUV | 224.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 162 | 0 | 0.13 | 0.36 | 0.00 | 39.13 | 0.98 | 0.82 |
| Hex | FE | DE | A2 | 0 | D | 24 | 0 | 27 | 62 | 52 |
| Octal | 376 | 336 | 242 | 0 | 15 | 44 | 0 | 47 | 142 | 122 |
| Binary | 11111110 | 11011110 | 10100010 | 0 | 1101 | 100100 | 0 | 100111 | 1100010 | 1010010 |
Color Harmonies of #FEDEA2
Complementary color
Monochromatic Colors of #FEDEA2
Black with #FEDEA2
Text Example
Text Example
White with #FEDEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEA2; }
p { color: rgb(254,222,162); }
H1.HeaderClassName
{
color: #FEDEA2;
}
.AnyTagClassName
{
color: #FEDEA2;
}
</style>
background-color css
<style>
a { background-color: #FEDEA2; }
a { background-color: rgb(254,222,162); }
div.DivClassName
{
background-color: #FEDEA2;
}
.BgClassName
{
background-color: #FEDEA2;
}
</style>
border-color css
<style>
span { border-color: #FEDEA2; }
span { border-color: rgb(254,222,162); }
td.TdClassName
{
border-color: #FEDEA2;
}
.TagClassName
{
border-color: #FEDEA2;
}
</style>