Shades of Caramel #FEDB98
Tints of Caramel #FEDB98
RGB
CMYK
RGB Variations
Color information
#FEDB98 (or 0xFEDB98) is known color: Caramel. HEX triplet: FE, DB and 98. RGB value is (254,219,152). Sum of RGB (Red+Green+Blue) = 254+219+152=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB98 is #012467. Grayscale: #DEDEDE. Windows color (decimal): -74856 or 10017790. OLE color: 10017790.
HSL color Cylindrical-coordinate representation of color #FEDB98: hue angle of 39.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEDB98 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 152 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.00 |
| HSL | 39.41º | 0.98% | 0.8% | - |
| HSV(B) | 39.41º | 0.4% | 1% | - |
| XYZ | 71.87 | 74 | 40.2 | - |
| YUV | 221.83 | 88.6 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 152 | 0 | 0.14 | 0.40 | 0.00 | 39.41 | 0.98 | 0.8 |
| Hex | FE | DB | 98 | 0 | E | 28 | 0 | 27 | 62 | 50 |
| Octal | 376 | 333 | 230 | 0 | 16 | 50 | 0 | 47 | 142 | 120 |
| Binary | 11111110 | 11011011 | 10011000 | 0 | 1110 | 101000 | 0 | 100111 | 1100010 | 1010000 |
Color Harmonies of #FEDB98
Complementary color
Monochromatic Colors of #FEDB98
Black with #FEDB98
Text Example
Text Example
White with #FEDB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB98; }
p { color: rgb(254,219,152); }
H1.HeaderClassName
{
color: #FEDB98;
}
.AnyTagClassName
{
color: #FEDB98;
}
</style>
background-color css
<style>
a { background-color: #FEDB98; }
a { background-color: rgb(254,219,152); }
div.DivClassName
{
background-color: #FEDB98;
}
.BgClassName
{
background-color: #FEDB98;
}
</style>
border-color css
<style>
span { border-color: #FEDB98; }
span { border-color: rgb(254,219,152); }
td.TdClassName
{
border-color: #FEDB98;
}
.TagClassName
{
border-color: #FEDB98;
}
</style>