Shades of Buff #FBE188
Tints of Buff #FBE188
RGB
CMYK
RGB Variations
Color information
#FBE188 (or 0xFBE188) is known color: Buff. HEX triplet: FB, E1 and 88. RGB value is (251,225,136). Sum of RGB (Red+Green+Blue) = 251+225+136=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 136 (53.52% from 255 or 22.22% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE188 is #041E77. Grayscale: #DFDFDF. Windows color (decimal): -269944 or 8970747. OLE color: 8970747.
HSL color Cylindrical-coordinate representation of color #FBE188: hue angle of 46.43º degrees, saturation: 0.93, 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 #FBE188 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 136 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.02 |
| HSL | 46.43º | 0.93% | 0.76% | - |
| HSV(B) | 46.43º | 0.46% | 0.98% | - |
| XYZ | 71.15 | 76.14 | 34.24 | - |
| YUV | 222.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 136 | 0 | 0.10 | 0.46 | 0.02 | 46.43 | 0.93 | 0.76 |
| Hex | FB | E1 | 88 | 0 | A | 2E | 2 | 2E | 5D | 4C |
| Octal | 373 | 341 | 210 | 0 | 12 | 56 | 2 | 56 | 135 | 114 |
| Binary | 11111011 | 11100001 | 10001000 | 0 | 1010 | 101110 | 10 | 101110 | 1011101 | 1001100 |
Color Harmonies of #FBE188
Complementary color
Monochromatic Colors of #FBE188
Black with #FBE188
Text Example
Text Example
White with #FBE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE188; }
p { color: rgb(251,225,136); }
H1.HeaderClassName
{
color: #FBE188;
}
.AnyTagClassName
{
color: #FBE188;
}
</style>
background-color css
<style>
a { background-color: #FBE188; }
a { background-color: rgb(251,225,136); }
div.DivClassName
{
background-color: #FBE188;
}
.BgClassName
{
background-color: #FBE188;
}
</style>
border-color css
<style>
span { border-color: #FBE188; }
span { border-color: rgb(251,225,136); }
td.TdClassName
{
border-color: #FBE188;
}
.TagClassName
{
border-color: #FBE188;
}
</style>