Shades of Caramel #FEDB9B
Tints of Caramel #FEDB9B
RGB
CMYK
RGB Variations
Color information
#FEDB9B (or 0xFEDB9B) is known color: Caramel. HEX triplet: FE, DB and 9B. RGB value is (254,219,155). Sum of RGB (Red+Green+Blue) = 254+219+155=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB9B is #012464. Grayscale: #DEDEDE. Windows color (decimal): -74853 or 10214398. OLE color: 10214398.
HSL color Cylindrical-coordinate representation of color #FEDB9B: hue angle of 38.79º 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 #FEDB9B is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 155 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.00 |
| HSL | 38.79º | 0.98% | 0.8% | - |
| HSV(B) | 38.79º | 0.39% | 1% | - |
| XYZ | 72.12 | 74.1 | 41.51 | - |
| YUV | 222.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 155 | 0 | 0.14 | 0.39 | 0.00 | 38.79 | 0.98 | 0.8 |
| Hex | FE | DB | 9B | 0 | E | 27 | 0 | 27 | 62 | 50 |
| Octal | 376 | 333 | 233 | 0 | 16 | 47 | 0 | 47 | 142 | 120 |
| Binary | 11111110 | 11011011 | 10011011 | 0 | 1110 | 100111 | 0 | 100111 | 1100010 | 1010000 |
Color Harmonies of #FEDB9B
Complementary color
Monochromatic Colors of #FEDB9B
Black with #FEDB9B
Text Example
Text Example
White with #FEDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB9B; }
p { color: rgb(254,219,155); }
H1.HeaderClassName
{
color: #FEDB9B;
}
.AnyTagClassName
{
color: #FEDB9B;
}
</style>
background-color css
<style>
a { background-color: #FEDB9B; }
a { background-color: rgb(254,219,155); }
div.DivClassName
{
background-color: #FEDB9B;
}
.BgClassName
{
background-color: #FEDB9B;
}
</style>
border-color css
<style>
span { border-color: #FEDB9B; }
span { border-color: rgb(254,219,155); }
td.TdClassName
{
border-color: #FEDB9B;
}
.TagClassName
{
border-color: #FEDB9B;
}
</style>