Shades of Cape Honey #FEE6A6
Tints of Cape Honey #FEE6A6
RGB
CMYK
RGB Variations
Color information
#FEE6A6 (or 0xFEE6A6) is known color: Cape Honey. HEX triplet: FE, E6 and A6. RGB value is (254,230,166). Sum of RGB (Red+Green+Blue) = 254+230+166=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 166 (65.23% from 255 or 25.54% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6A6 is #011959. Grayscale: #E6E6E6. Windows color (decimal): -72026 or 10938110. OLE color: 10938110.
HSL color Cylindrical-coordinate representation of color #FEE6A6: hue angle of 43.64º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEE6A6 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 166 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.00 |
| HSL | 43.64º | 0.98% | 0.82% | - |
| HSV(B) | 43.64º | 0.35% | 1% | - |
| XYZ | 76.05 | 80.42 | 47.59 | - |
| YUV | 229.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 166 | 0 | 0.09 | 0.35 | 0.00 | 43.64 | 0.98 | 0.82 |
| Hex | FE | E6 | A6 | 0 | 9 | 23 | 0 | 2C | 62 | 52 |
| Octal | 376 | 346 | 246 | 0 | 11 | 43 | 0 | 54 | 142 | 122 |
| Binary | 11111110 | 11100110 | 10100110 | 0 | 1001 | 100011 | 0 | 101100 | 1100010 | 1010010 |
Color Harmonies of #FEE6A6
Complementary color
Monochromatic Colors of #FEE6A6
Black with #FEE6A6
Text Example
Text Example
White with #FEE6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6A6; }
p { color: rgb(254,230,166); }
H1.HeaderClassName
{
color: #FEE6A6;
}
.AnyTagClassName
{
color: #FEE6A6;
}
</style>
background-color css
<style>
a { background-color: #FEE6A6; }
a { background-color: rgb(254,230,166); }
div.DivClassName
{
background-color: #FEE6A6;
}
.BgClassName
{
background-color: #FEE6A6;
}
</style>
border-color css
<style>
span { border-color: #FEE6A6; }
span { border-color: rgb(254,230,166); }
td.TdClassName
{
border-color: #FEE6A6;
}
.TagClassName
{
border-color: #FEE6A6;
}
</style>