Shades of Caramel #FBD89A
Tints of Caramel #FBD89A
RGB
CMYK
RGB Variations
Color information
#FBD89A (or 0xFBD89A) is known color: Caramel. HEX triplet: FB, D8 and 9A. RGB value is (251,216,154). Sum of RGB (Red+Green+Blue) = 251+216+154=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD89A is #042765. Grayscale: #DBDBDB. Windows color (decimal): -272230 or 10148091. OLE color: 10148091.
HSL color Cylindrical-coordinate representation of color #FBD89A: hue angle of 38.35º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBD89A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 154 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.02 |
| HSL | 38.35º | 0.92% | 0.79% | - |
| HSV(B) | 38.35º | 0.39% | 0.98% | - |
| XYZ | 70.17 | 71.95 | 40.76 | - |
| YUV | 219.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 154 | 0 | 0.14 | 0.39 | 0.02 | 38.35 | 0.92 | 0.79 |
| Hex | FB | D8 | 9A | 0 | E | 27 | 2 | 26 | 5C | 4F |
| Octal | 373 | 330 | 232 | 0 | 16 | 47 | 2 | 46 | 134 | 117 |
| Binary | 11111011 | 11011000 | 10011010 | 0 | 1110 | 100111 | 10 | 100110 | 1011100 | 1001111 |
Color Harmonies of #FBD89A
Complementary color
Monochromatic Colors of #FBD89A
Black with #FBD89A
Text Example
Text Example
White with #FBD89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD89A; }
p { color: rgb(251,216,154); }
H1.HeaderClassName
{
color: #FBD89A;
}
.AnyTagClassName
{
color: #FBD89A;
}
</style>
background-color css
<style>
a { background-color: #FBD89A; }
a { background-color: rgb(251,216,154); }
div.DivClassName
{
background-color: #FBD89A;
}
.BgClassName
{
background-color: #FBD89A;
}
</style>
border-color css
<style>
span { border-color: #FBD89A; }
span { border-color: rgb(251,216,154); }
td.TdClassName
{
border-color: #FBD89A;
}
.TagClassName
{
border-color: #FBD89A;
}
</style>