Shades of Caramel #FED895
Tints of Caramel #FED895
RGB
CMYK
RGB Variations
Color information
#FED895 (or 0xFED895) is known color: Caramel. HEX triplet: FE, D8 and 95. RGB value is (254,216,149). Sum of RGB (Red+Green+Blue) = 254+216+149=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FED895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED895 is #01276A. Grayscale: #DCDCDC. Windows color (decimal): -75627 or 9820414. OLE color: 9820414.
HSL color Cylindrical-coordinate representation of color #FED895: hue angle of 38.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FED895 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 149 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.00 |
| HSL | 38.29º | 0.98% | 0.79% | - |
| HSV(B) | 38.29º | 0.41% | 1% | - |
| XYZ | 70.85 | 72.35 | 38.66 | - |
| YUV | 219.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 149 | 0 | 0.15 | 0.41 | 0.00 | 38.29 | 0.98 | 0.79 |
| Hex | FE | D8 | 95 | 0 | F | 29 | 0 | 26 | 62 | 4F |
| Octal | 376 | 330 | 225 | 0 | 17 | 51 | 0 | 46 | 142 | 117 |
| Binary | 11111110 | 11011000 | 10010101 | 0 | 1111 | 101001 | 0 | 100110 | 1100010 | 1001111 |
Color Harmonies of #FED895
Complementary color
Monochromatic Colors of #FED895
Black with #FED895
Text Example
Text Example
White with #FED895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED895; }
p { color: rgb(254,216,149); }
H1.HeaderClassName
{
color: #FED895;
}
.AnyTagClassName
{
color: #FED895;
}
</style>
background-color css
<style>
a { background-color: #FED895; }
a { background-color: rgb(254,216,149); }
div.DivClassName
{
background-color: #FED895;
}
.BgClassName
{
background-color: #FED895;
}
</style>
border-color css
<style>
span { border-color: #FED895; }
span { border-color: rgb(254,216,149); }
td.TdClassName
{
border-color: #FED895;
}
.TagClassName
{
border-color: #FED895;
}
</style>