Shades of Caramel #FBD49C
Tints of Caramel #FBD49C
RGB
CMYK
RGB Variations
Color information
#FBD49C (or 0xFBD49C) is known color: Caramel. HEX triplet: FB, D4 and 9C. RGB value is (251,212,156). Sum of RGB (Red+Green+Blue) = 251+212+156=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 156 (61.33% from 255 or 25.20% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD49C is #042B63. Grayscale: #D9D9D9. Windows color (decimal): -273252 or 10278139. OLE color: 10278139.
HSL color Cylindrical-coordinate representation of color #FBD49C: hue angle of 35.37º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBD49C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 212 | 156 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.02 |
| HSL | 35.37º | 0.92% | 0.8% | - |
| HSV(B) | 35.37º | 0.38% | 0.98% | - |
| XYZ | 69.33 | 70 | 41.31 | - |
| YUV | 217.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 212 | 156 | 0 | 0.16 | 0.38 | 0.02 | 35.37 | 0.92 | 0.8 |
| Hex | FB | D4 | 9C | 0 | 10 | 26 | 2 | 23 | 5C | 50 |
| Octal | 373 | 324 | 234 | 0 | 20 | 46 | 2 | 43 | 134 | 120 |
| Binary | 11111011 | 11010100 | 10011100 | 0 | 10000 | 100110 | 10 | 100011 | 1011100 | 1010000 |
Color Harmonies of #FBD49C
Complementary color
Monochromatic Colors of #FBD49C
Black with #FBD49C
Text Example
Text Example
White with #FBD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD49C; }
p { color: rgb(251,212,156); }
H1.HeaderClassName
{
color: #FBD49C;
}
.AnyTagClassName
{
color: #FBD49C;
}
</style>
background-color css
<style>
a { background-color: #FBD49C; }
a { background-color: rgb(251,212,156); }
div.DivClassName
{
background-color: #FBD49C;
}
.BgClassName
{
background-color: #FBD49C;
}
</style>
border-color css
<style>
span { border-color: #FBD49C; }
span { border-color: rgb(251,212,156); }
td.TdClassName
{
border-color: #FBD49C;
}
.TagClassName
{
border-color: #FBD49C;
}
</style>