Shades of Caramel #FED196
Tints of Caramel #FED196
RGB
CMYK
RGB Variations
Color information
#FED196 (or 0xFED196) is known color: Caramel. HEX triplet: FE, D1 and 96. RGB value is (254,209,150). Sum of RGB (Red+Green+Blue) = 254+209+150=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FED196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED196 is #012E69. Grayscale: #D8D8D8. Windows color (decimal): -77418 or 9884158. OLE color: 9884158.
HSL color Cylindrical-coordinate representation of color #FED196: hue angle of 34.04º 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 #FED196 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 150 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.00 |
| HSL | 34.04º | 0.98% | 0.79% | - |
| HSV(B) | 34.04º | 0.41% | 1% | - |
| XYZ | 69.18 | 68.87 | 38.5 | - |
| YUV | 215.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 150 | 0 | 0.18 | 0.41 | 0.00 | 34.04 | 0.98 | 0.79 |
| Hex | FE | D1 | 96 | 0 | 12 | 29 | 0 | 22 | 62 | 4F |
| Octal | 376 | 321 | 226 | 0 | 22 | 51 | 0 | 42 | 142 | 117 |
| Binary | 11111110 | 11010001 | 10010110 | 0 | 10010 | 101001 | 0 | 100010 | 1100010 | 1001111 |
Color Harmonies of #FED196
Complementary color
Monochromatic Colors of #FED196
Black with #FED196
Text Example
Text Example
White with #FED196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED196; }
p { color: rgb(254,209,150); }
H1.HeaderClassName
{
color: #FED196;
}
.AnyTagClassName
{
color: #FED196;
}
</style>
background-color css
<style>
a { background-color: #FED196; }
a { background-color: rgb(254,209,150); }
div.DivClassName
{
background-color: #FED196;
}
.BgClassName
{
background-color: #FED196;
}
</style>
border-color css
<style>
span { border-color: #FED196; }
span { border-color: rgb(254,209,150); }
td.TdClassName
{
border-color: #FED196;
}
.TagClassName
{
border-color: #FED196;
}
</style>