Shades of Caramel #FBD28F
Tints of Caramel #FBD28F
RGB
CMYK
RGB Variations
Color information
#FBD28F (or 0xFBD28F) is known color: Caramel. HEX triplet: FB, D2 and 8F. RGB value is (251,210,143). Sum of RGB (Red+Green+Blue) = 251+210+143=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD28F is #042D70. Grayscale: #D6D6D6. Windows color (decimal): -273777 or 9425659. OLE color: 9425659.
HSL color Cylindrical-coordinate representation of color #FBD28F: hue angle of 37.22º 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 #FBD28F is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 143 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.02 |
| HSL | 37.22º | 0.93% | 0.77% | - |
| HSV(B) | 37.22º | 0.43% | 0.98% | - |
| XYZ | 67.79 | 68.59 | 35.65 | - |
| YUV | 214.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 143 | 0 | 0.16 | 0.43 | 0.02 | 37.22 | 0.93 | 0.77 |
| Hex | FB | D2 | 8F | 0 | 10 | 2B | 2 | 25 | 5D | 4D |
| Octal | 373 | 322 | 217 | 0 | 20 | 53 | 2 | 45 | 135 | 115 |
| Binary | 11111011 | 11010010 | 10001111 | 0 | 10000 | 101011 | 10 | 100101 | 1011101 | 1001101 |
Color Harmonies of #FBD28F
Complementary color
Monochromatic Colors of #FBD28F
Black with #FBD28F
Text Example
Text Example
White with #FBD28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD28F; }
p { color: rgb(251,210,143); }
H1.HeaderClassName
{
color: #FBD28F;
}
.AnyTagClassName
{
color: #FBD28F;
}
</style>
background-color css
<style>
a { background-color: #FBD28F; }
a { background-color: rgb(251,210,143); }
div.DivClassName
{
background-color: #FBD28F;
}
.BgClassName
{
background-color: #FBD28F;
}
</style>
border-color css
<style>
span { border-color: #FBD28F; }
span { border-color: rgb(251,210,143); }
td.TdClassName
{
border-color: #FBD28F;
}
.TagClassName
{
border-color: #FBD28F;
}
</style>