Shades of Caramel #FED194
Tints of Caramel #FED194
RGB
CMYK
RGB Variations
Color information
#FED194 (or 0xFED194) is known color: Caramel. HEX triplet: FE, D1 and 94. RGB value is (254,209,148). Sum of RGB (Red+Green+Blue) = 254+209+148=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FED194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED194 is #012E6B. Grayscale: #D7D7D7. Windows color (decimal): -77420 or 9753086. OLE color: 9753086.
HSL color Cylindrical-coordinate representation of color #FED194: hue angle of 34.53º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FED194 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 148 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.00 |
| HSL | 34.53º | 0.98% | 0.79% | - |
| HSV(B) | 34.53º | 0.42% | 1% | - |
| XYZ | 69.02 | 68.81 | 37.66 | - |
| YUV | 215.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 148 | 0 | 0.18 | 0.42 | 0.00 | 34.53 | 0.98 | 0.79 |
| Hex | FE | D1 | 94 | 0 | 12 | 2A | 0 | 23 | 62 | 4F |
| Octal | 376 | 321 | 224 | 0 | 22 | 52 | 0 | 43 | 142 | 117 |
| Binary | 11111110 | 11010001 | 10010100 | 0 | 10010 | 101010 | 0 | 100011 | 1100010 | 1001111 |
Color Harmonies of #FED194
Complementary color
Monochromatic Colors of #FED194
Black with #FED194
Text Example
Text Example
White with #FED194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED194; }
p { color: rgb(254,209,148); }
H1.HeaderClassName
{
color: #FED194;
}
.AnyTagClassName
{
color: #FED194;
}
</style>
background-color css
<style>
a { background-color: #FED194; }
a { background-color: rgb(254,209,148); }
div.DivClassName
{
background-color: #FED194;
}
.BgClassName
{
background-color: #FED194;
}
</style>
border-color css
<style>
span { border-color: #FED194; }
span { border-color: rgb(254,209,148); }
td.TdClassName
{
border-color: #FED194;
}
.TagClassName
{
border-color: #FED194;
}
</style>