Shades of Buff #FBE187
Tints of Buff #FBE187
RGB
CMYK
RGB Variations
Color information
#FBE187 (or 0xFBE187) is known color: Buff. HEX triplet: FB, E1 and 87. RGB value is (251,225,135). Sum of RGB (Red+Green+Blue) = 251+225+135=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 135 (53.12% from 255 or 22.09% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE187 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE187 is #041E78. Grayscale: #DEDEDE. Windows color (decimal): -269945 or 8905211. OLE color: 8905211.
HSL color Cylindrical-coordinate representation of color #FBE187: hue angle of 46.55º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBE187 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 135 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.02 |
| HSL | 46.55º | 0.94% | 0.76% | - |
| HSV(B) | 46.55º | 0.46% | 0.98% | - |
| XYZ | 71.08 | 76.11 | 33.87 | - |
| YUV | 222.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 135 | 0 | 0.10 | 0.46 | 0.02 | 46.55 | 0.94 | 0.76 |
| Hex | FB | E1 | 87 | 0 | A | 2E | 2 | 2F | 5E | 4C |
| Octal | 373 | 341 | 207 | 0 | 12 | 56 | 2 | 57 | 136 | 114 |
| Binary | 11111011 | 11100001 | 10000111 | 0 | 1010 | 101110 | 10 | 101111 | 1011110 | 1001100 |
Color Harmonies of #FBE187
Complementary color
Monochromatic Colors of #FBE187
Black with #FBE187
Text Example
Text Example
White with #FBE187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE187; }
p { color: rgb(251,225,135); }
H1.HeaderClassName
{
color: #FBE187;
}
.AnyTagClassName
{
color: #FBE187;
}
</style>
background-color css
<style>
a { background-color: #FBE187; }
a { background-color: rgb(251,225,135); }
div.DivClassName
{
background-color: #FBE187;
}
.BgClassName
{
background-color: #FBE187;
}
</style>
border-color css
<style>
span { border-color: #FBE187; }
span { border-color: rgb(251,225,135); }
td.TdClassName
{
border-color: #FBE187;
}
.TagClassName
{
border-color: #FBE187;
}
</style>