Shades of Caramel #FBD49A
Tints of Caramel #FBD49A
RGB
CMYK
RGB Variations
Color information
#FBD49A (or 0xFBD49A) is known color: Caramel. HEX triplet: FB, D4 and 9A. RGB value is (251,212,154). Sum of RGB (Red+Green+Blue) = 251+212+154=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD49A is #042B65. Grayscale: #D9D9D9. Windows color (decimal): -273254 or 10147067. OLE color: 10147067.
HSL color Cylindrical-coordinate representation of color #FBD49A: hue angle of 35.88º 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 #FBD49A is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 212 | 154 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.02 |
| HSL | 35.88º | 0.92% | 0.79% | - |
| HSV(B) | 35.88º | 0.39% | 0.98% | - |
| XYZ | 69.16 | 69.93 | 40.42 | - |
| YUV | 217.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 212 | 154 | 0 | 0.16 | 0.39 | 0.02 | 35.88 | 0.92 | 0.79 |
| Hex | FB | D4 | 9A | 0 | 10 | 27 | 2 | 24 | 5C | 4F |
| Octal | 373 | 324 | 232 | 0 | 20 | 47 | 2 | 44 | 134 | 117 |
| Binary | 11111011 | 11010100 | 10011010 | 0 | 10000 | 100111 | 10 | 100100 | 1011100 | 1001111 |
Color Harmonies of #FBD49A
Complementary color
Monochromatic Colors of #FBD49A
Black with #FBD49A
Text Example
Text Example
White with #FBD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD49A; }
p { color: rgb(251,212,154); }
H1.HeaderClassName
{
color: #FBD49A;
}
.AnyTagClassName
{
color: #FBD49A;
}
</style>
background-color css
<style>
a { background-color: #FBD49A; }
a { background-color: rgb(251,212,154); }
div.DivClassName
{
background-color: #FBD49A;
}
.BgClassName
{
background-color: #FBD49A;
}
</style>
border-color css
<style>
span { border-color: #FBD49A; }
span { border-color: rgb(251,212,154); }
td.TdClassName
{
border-color: #FBD49A;
}
.TagClassName
{
border-color: #FBD49A;
}
</style>