Shades of Caramel #FED996
Tints of Caramel #FED996
RGB
CMYK
RGB Variations
Color information
#FED996 (or 0xFED996) is known color: Caramel. HEX triplet: FE, D9 and 96. RGB value is (254,217,150). Sum of RGB (Red+Green+Blue) = 254+217+150=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED996 is #012669. Grayscale: #DCDCDC. Windows color (decimal): -75370 or 9886206. OLE color: 9886206.
HSL color Cylindrical-coordinate representation of color #FED996: hue angle of 38.65º 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 #FED996 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 150 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.00 |
| HSL | 38.65º | 0.98% | 0.79% | - |
| HSV(B) | 38.65º | 0.41% | 1% | - |
| XYZ | 71.19 | 72.9 | 39.17 | - |
| YUV | 220.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 150 | 0 | 0.15 | 0.41 | 0.00 | 38.65 | 0.98 | 0.79 |
| Hex | FE | D9 | 96 | 0 | F | 29 | 0 | 27 | 62 | 4F |
| Octal | 376 | 331 | 226 | 0 | 17 | 51 | 0 | 47 | 142 | 117 |
| Binary | 11111110 | 11011001 | 10010110 | 0 | 1111 | 101001 | 0 | 100111 | 1100010 | 1001111 |
Color Harmonies of #FED996
Complementary color
Monochromatic Colors of #FED996
Black with #FED996
Text Example
Text Example
White with #FED996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED996; }
p { color: rgb(254,217,150); }
H1.HeaderClassName
{
color: #FED996;
}
.AnyTagClassName
{
color: #FED996;
}
</style>
background-color css
<style>
a { background-color: #FED996; }
a { background-color: rgb(254,217,150); }
div.DivClassName
{
background-color: #FED996;
}
.BgClassName
{
background-color: #FED996;
}
</style>
border-color css
<style>
span { border-color: #FED996; }
span { border-color: rgb(254,217,150); }
td.TdClassName
{
border-color: #FED996;
}
.TagClassName
{
border-color: #FED996;
}
</style>