Shades of Caramel #FBD69D
Tints of Caramel #FBD69D
RGB
CMYK
RGB Variations
Color information
#FBD69D (or 0xFBD69D) is known color: Caramel. HEX triplet: FB, D6 and 9D. RGB value is (251,214,157). Sum of RGB (Red+Green+Blue) = 251+214+157=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD69D is #042962. Grayscale: #DADADA. Windows color (decimal): -272739 or 10344187. OLE color: 10344187.
HSL color Cylindrical-coordinate representation of color #FBD69D: hue angle of 36.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBD69D is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 214 | 157 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.02 |
| HSL | 36.38º | 0.92% | 0.8% | - |
| HSV(B) | 36.38º | 0.37% | 0.98% | - |
| XYZ | 69.92 | 71.04 | 41.92 | - |
| YUV | 218.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 214 | 157 | 0 | 0.15 | 0.37 | 0.02 | 36.38 | 0.92 | 0.8 |
| Hex | FB | D6 | 9D | 0 | F | 25 | 2 | 24 | 5C | 50 |
| Octal | 373 | 326 | 235 | 0 | 17 | 45 | 2 | 44 | 134 | 120 |
| Binary | 11111011 | 11010110 | 10011101 | 0 | 1111 | 100101 | 10 | 100100 | 1011100 | 1010000 |
Color Harmonies of #FBD69D
Complementary color
Monochromatic Colors of #FBD69D
Black with #FBD69D
Text Example
Text Example
White with #FBD69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD69D; }
p { color: rgb(251,214,157); }
H1.HeaderClassName
{
color: #FBD69D;
}
.AnyTagClassName
{
color: #FBD69D;
}
</style>
background-color css
<style>
a { background-color: #FBD69D; }
a { background-color: rgb(251,214,157); }
div.DivClassName
{
background-color: #FBD69D;
}
.BgClassName
{
background-color: #FBD69D;
}
</style>
border-color css
<style>
span { border-color: #FBD69D; }
span { border-color: rgb(251,214,157); }
td.TdClassName
{
border-color: #FBD69D;
}
.TagClassName
{
border-color: #FBD69D;
}
</style>