Shades of Cape Honey #FEDF9F
Tints of Cape Honey #FEDF9F
RGB
CMYK
RGB Variations
Color information
#FEDF9F (or 0xFEDF9F) is known color: Cape Honey. HEX triplet: FE, DF and 9F. RGB value is (254,223,159). Sum of RGB (Red+Green+Blue) = 254+223+159=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 159 (62.5% from 255 or 25% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF9F is #012060. Grayscale: #E1E1E1. Windows color (decimal): -73825 or 10477566. OLE color: 10477566.
HSL color Cylindrical-coordinate representation of color #FEDF9F: hue angle of 40.42º 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 #FEDF9F is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 159 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.00 |
| HSL | 40.42º | 0.98% | 0.81% | - |
| HSV(B) | 40.42º | 0.37% | 1% | - |
| XYZ | 73.52 | 76.35 | 43.66 | - |
| YUV | 224.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 159 | 0 | 0.12 | 0.37 | 0.00 | 40.42 | 0.98 | 0.81 |
| Hex | FE | DF | 9F | 0 | C | 25 | 0 | 28 | 62 | 51 |
| Octal | 376 | 337 | 237 | 0 | 14 | 45 | 0 | 50 | 142 | 121 |
| Binary | 11111110 | 11011111 | 10011111 | 0 | 1100 | 100101 | 0 | 101000 | 1100010 | 1010001 |
Color Harmonies of #FEDF9F
Complementary color
Monochromatic Colors of #FEDF9F
Black with #FEDF9F
Text Example
Text Example
White with #FEDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF9F; }
p { color: rgb(254,223,159); }
H1.HeaderClassName
{
color: #FEDF9F;
}
.AnyTagClassName
{
color: #FEDF9F;
}
</style>
background-color css
<style>
a { background-color: #FEDF9F; }
a { background-color: rgb(254,223,159); }
div.DivClassName
{
background-color: #FEDF9F;
}
.BgClassName
{
background-color: #FEDF9F;
}
</style>
border-color css
<style>
span { border-color: #FEDF9F; }
span { border-color: rgb(254,223,159); }
td.TdClassName
{
border-color: #FEDF9F;
}
.TagClassName
{
border-color: #FEDF9F;
}
</style>