Shades of Cape Honey #FEDBA6
Tints of Cape Honey #FEDBA6
RGB
CMYK
RGB Variations
Color information
#FEDBA6 (or 0xFEDBA6) is known color: Cape Honey. HEX triplet: FE, DB and A6. RGB value is (254,219,166). Sum of RGB (Red+Green+Blue) = 254+219+166=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA6 is #012459. Grayscale: #DFDFDF. Windows color (decimal): -74842 or 10935294. OLE color: 10935294.
HSL color Cylindrical-coordinate representation of color #FEDBA6: hue angle of 36.14º 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 #FEDBA6 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 166 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.00 |
| HSL | 36.14º | 0.98% | 0.82% | - |
| HSV(B) | 36.14º | 0.35% | 1% | - |
| XYZ | 73.09 | 74.49 | 46.6 | - |
| YUV | 223.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 166 | 0 | 0.14 | 0.35 | 0.00 | 36.14 | 0.98 | 0.82 |
| Hex | FE | DB | A6 | 0 | E | 23 | 0 | 24 | 62 | 52 |
| Octal | 376 | 333 | 246 | 0 | 16 | 43 | 0 | 44 | 142 | 122 |
| Binary | 11111110 | 11011011 | 10100110 | 0 | 1110 | 100011 | 0 | 100100 | 1100010 | 1010010 |
Color Harmonies of #FEDBA6
Complementary color
Monochromatic Colors of #FEDBA6
Black with #FEDBA6
Text Example
Text Example
White with #FEDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBA6; }
p { color: rgb(254,219,166); }
H1.HeaderClassName
{
color: #FEDBA6;
}
.AnyTagClassName
{
color: #FEDBA6;
}
</style>
background-color css
<style>
a { background-color: #FEDBA6; }
a { background-color: rgb(254,219,166); }
div.DivClassName
{
background-color: #FEDBA6;
}
.BgClassName
{
background-color: #FEDBA6;
}
</style>
border-color css
<style>
span { border-color: #FEDBA6; }
span { border-color: rgb(254,219,166); }
td.TdClassName
{
border-color: #FEDBA6;
}
.TagClassName
{
border-color: #FEDBA6;
}
</style>