Shades of Caramel #FBD88F
Tints of Caramel #FBD88F
RGB
CMYK
RGB Variations
Color information
#FBD88F (or 0xFBD88F) is known color: Caramel. HEX triplet: FB, D8 and 8F. RGB value is (251,216,143). Sum of RGB (Red+Green+Blue) = 251+216+143=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD88F is #042770. Grayscale: #DADADA. Windows color (decimal): -272241 or 9427195. OLE color: 9427195.
HSL color Cylindrical-coordinate representation of color #FBD88F: hue angle of 40.56º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBD88F is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 143 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.02 |
| HSL | 40.56º | 0.93% | 0.77% | - |
| HSV(B) | 40.56º | 0.43% | 0.98% | - |
| XYZ | 69.3 | 71.6 | 36.16 | - |
| YUV | 218.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 143 | 0 | 0.14 | 0.43 | 0.02 | 40.56 | 0.93 | 0.77 |
| Hex | FB | D8 | 8F | 0 | E | 2B | 2 | 29 | 5D | 4D |
| Octal | 373 | 330 | 217 | 0 | 16 | 53 | 2 | 51 | 135 | 115 |
| Binary | 11111011 | 11011000 | 10001111 | 0 | 1110 | 101011 | 10 | 101001 | 1011101 | 1001101 |
Color Harmonies of #FBD88F
Complementary color
Monochromatic Colors of #FBD88F
Black with #FBD88F
Text Example
Text Example
White with #FBD88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD88F; }
p { color: rgb(251,216,143); }
H1.HeaderClassName
{
color: #FBD88F;
}
.AnyTagClassName
{
color: #FBD88F;
}
</style>
background-color css
<style>
a { background-color: #FBD88F; }
a { background-color: rgb(251,216,143); }
div.DivClassName
{
background-color: #FBD88F;
}
.BgClassName
{
background-color: #FBD88F;
}
</style>
border-color css
<style>
span { border-color: #FBD88F; }
span { border-color: rgb(251,216,143); }
td.TdClassName
{
border-color: #FBD88F;
}
.TagClassName
{
border-color: #FBD88F;
}
</style>