Shades of Cape Honey #FEDFA0
Tints of Cape Honey #FEDFA0
RGB
CMYK
RGB Variations
Color information
#FEDFA0 (or 0xFEDFA0) is known color: Cape Honey. HEX triplet: FE, DF and A0. RGB value is (254,223,160). Sum of RGB (Red+Green+Blue) = 254+223+160=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFA0 is #01205F. Grayscale: #E1E1E1. Windows color (decimal): -73824 or 10543102. OLE color: 10543102.
HSL color Cylindrical-coordinate representation of color #FEDFA0: hue angle of 40.21º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEDFA0 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 160 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.00 |
| HSL | 40.21º | 0.98% | 0.81% | - |
| HSV(B) | 40.21º | 0.37% | 1% | - |
| XYZ | 73.61 | 76.38 | 44.12 | - |
| YUV | 225.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 160 | 0 | 0.12 | 0.37 | 0.00 | 40.21 | 0.98 | 0.81 |
| Hex | FE | DF | A0 | 0 | C | 25 | 0 | 28 | 62 | 51 |
| Octal | 376 | 337 | 240 | 0 | 14 | 45 | 0 | 50 | 142 | 121 |
| Binary | 11111110 | 11011111 | 10100000 | 0 | 1100 | 100101 | 0 | 101000 | 1100010 | 1010001 |
Color Harmonies of #FEDFA0
Complementary color
Monochromatic Colors of #FEDFA0
Black with #FEDFA0
Text Example
Text Example
White with #FEDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFA0; }
p { color: rgb(254,223,160); }
H1.HeaderClassName
{
color: #FEDFA0;
}
.AnyTagClassName
{
color: #FEDFA0;
}
</style>
background-color css
<style>
a { background-color: #FEDFA0; }
a { background-color: rgb(254,223,160); }
div.DivClassName
{
background-color: #FEDFA0;
}
.BgClassName
{
background-color: #FEDFA0;
}
</style>
border-color css
<style>
span { border-color: #FEDFA0; }
span { border-color: rgb(254,223,160); }
td.TdClassName
{
border-color: #FEDFA0;
}
.TagClassName
{
border-color: #FEDFA0;
}
</style>