Shades of Caramel #FEDA8E
Tints of Caramel #FEDA8E
RGB
CMYK
RGB Variations
Color information
#FEDA8E (or 0xFEDA8E) is known color: Caramel. HEX triplet: FE, DA and 8E. RGB value is (254,218,142). Sum of RGB (Red+Green+Blue) = 254+218+142=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA8E is #012571. Grayscale: #DCDCDC. Windows color (decimal): -75122 or 9362174. OLE color: 9362174.
HSL color Cylindrical-coordinate representation of color #FEDA8E: hue angle of 40.71º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEDA8E is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 142 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.00 |
| HSL | 40.71º | 0.98% | 0.78% | - |
| HSV(B) | 40.71º | 0.44% | 1% | - |
| XYZ | 70.83 | 73.17 | 35.98 | - |
| YUV | 220.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 142 | 0 | 0.14 | 0.44 | 0.00 | 40.71 | 0.98 | 0.78 |
| Hex | FE | DA | 8E | 0 | E | 2C | 0 | 29 | 62 | 4E |
| Octal | 376 | 332 | 216 | 0 | 16 | 54 | 0 | 51 | 142 | 116 |
| Binary | 11111110 | 11011010 | 10001110 | 0 | 1110 | 101100 | 0 | 101001 | 1100010 | 1001110 |
Color Harmonies of #FEDA8E
Complementary color
Monochromatic Colors of #FEDA8E
Black with #FEDA8E
Text Example
Text Example
White with #FEDA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA8E; }
p { color: rgb(254,218,142); }
H1.HeaderClassName
{
color: #FEDA8E;
}
.AnyTagClassName
{
color: #FEDA8E;
}
</style>
background-color css
<style>
a { background-color: #FEDA8E; }
a { background-color: rgb(254,218,142); }
div.DivClassName
{
background-color: #FEDA8E;
}
.BgClassName
{
background-color: #FEDA8E;
}
</style>
border-color css
<style>
span { border-color: #FEDA8E; }
span { border-color: rgb(254,218,142); }
td.TdClassName
{
border-color: #FEDA8E;
}
.TagClassName
{
border-color: #FEDA8E;
}
</style>