Shades of Caramel #FED19C
Tints of Caramel #FED19C
RGB
CMYK
RGB Variations
Color information
#FED19C (or 0xFED19C) is known color: Caramel. HEX triplet: FE, D1 and 9C. RGB value is (254,209,156). Sum of RGB (Red+Green+Blue) = 254+209+156=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 156 (61.33% from 255 or 25.20% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FED19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED19C is #012E63. Grayscale: #D8D8D8. Windows color (decimal): -77412 or 10277374. OLE color: 10277374.
HSL color Cylindrical-coordinate representation of color #FED19C: hue angle of 32.45º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FED19C is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 156 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.00 |
| HSL | 32.45º | 0.98% | 0.8% | - |
| HSV(B) | 32.45º | 0.39% | 1% | - |
| XYZ | 69.67 | 69.07 | 41.11 | - |
| YUV | 216.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 156 | 0 | 0.18 | 0.39 | 0.00 | 32.45 | 0.98 | 0.8 |
| Hex | FE | D1 | 9C | 0 | 12 | 27 | 0 | 20 | 62 | 50 |
| Octal | 376 | 321 | 234 | 0 | 22 | 47 | 0 | 40 | 142 | 120 |
| Binary | 11111110 | 11010001 | 10011100 | 0 | 10010 | 100111 | 0 | 100000 | 1100010 | 1010000 |
Color Harmonies of #FED19C
Complementary color
Monochromatic Colors of #FED19C
Black with #FED19C
Text Example
Text Example
White with #FED19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED19C; }
p { color: rgb(254,209,156); }
H1.HeaderClassName
{
color: #FED19C;
}
.AnyTagClassName
{
color: #FED19C;
}
</style>
background-color css
<style>
a { background-color: #FED19C; }
a { background-color: rgb(254,209,156); }
div.DivClassName
{
background-color: #FED19C;
}
.BgClassName
{
background-color: #FED19C;
}
</style>
border-color css
<style>
span { border-color: #FED19C; }
span { border-color: rgb(254,209,156); }
td.TdClassName
{
border-color: #FED19C;
}
.TagClassName
{
border-color: #FED19C;
}
</style>