Shades of Caramel #FEDB93
Tints of Caramel #FEDB93
RGB
CMYK
RGB Variations
Color information
#FEDB93 (or 0xFEDB93) is known color: Caramel. HEX triplet: FE, DB and 93. RGB value is (254,219,147). Sum of RGB (Red+Green+Blue) = 254+219+147=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 147 (57.81% from 255 or 23.71% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB93 is #01246C. Grayscale: #DDDDDD. Windows color (decimal): -74861 or 9690110. OLE color: 9690110.
HSL color Cylindrical-coordinate representation of color #FEDB93: hue angle of 40.37º 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 #FEDB93 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 147 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.00 |
| HSL | 40.37º | 0.98% | 0.79% | - |
| HSV(B) | 40.37º | 0.42% | 1% | - |
| XYZ | 71.47 | 73.84 | 38.09 | - |
| YUV | 221.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 147 | 0 | 0.14 | 0.42 | 0.00 | 40.37 | 0.98 | 0.79 |
| Hex | FE | DB | 93 | 0 | E | 2A | 0 | 28 | 62 | 4F |
| Octal | 376 | 333 | 223 | 0 | 16 | 52 | 0 | 50 | 142 | 117 |
| Binary | 11111110 | 11011011 | 10010011 | 0 | 1110 | 101010 | 0 | 101000 | 1100010 | 1001111 |
Color Harmonies of #FEDB93
Complementary color
Monochromatic Colors of #FEDB93
Black with #FEDB93
Text Example
Text Example
White with #FEDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB93; }
p { color: rgb(254,219,147); }
H1.HeaderClassName
{
color: #FEDB93;
}
.AnyTagClassName
{
color: #FEDB93;
}
</style>
background-color css
<style>
a { background-color: #FEDB93; }
a { background-color: rgb(254,219,147); }
div.DivClassName
{
background-color: #FEDB93;
}
.BgClassName
{
background-color: #FEDB93;
}
</style>
border-color css
<style>
span { border-color: #FEDB93; }
span { border-color: rgb(254,219,147); }
td.TdClassName
{
border-color: #FEDB93;
}
.TagClassName
{
border-color: #FEDB93;
}
</style>