Shades of Buff #FBE384
Tints of Buff #FBE384
RGB
CMYK
RGB Variations
Color information
#FBE384 (or 0xFBE384) is known color: Buff. HEX triplet: FB, E3 and 84. RGB value is (251,227,132). Sum of RGB (Red+Green+Blue) = 251+227+132=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 132 (51.95% from 255 or 21.64% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE384 is #041C7B. Grayscale: #DFDFDF. Windows color (decimal): -269436 or 8709115. OLE color: 8709115.
HSL color Cylindrical-coordinate representation of color #FBE384: hue angle of 47.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBE384 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 132 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.02 |
| HSL | 47.9º | 0.94% | 0.75% | - |
| HSV(B) | 47.9º | 0.47% | 0.98% | - |
| XYZ | 71.42 | 77.11 | 32.95 | - |
| YUV | 223.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 132 | 0 | 0.10 | 0.47 | 0.02 | 47.9 | 0.94 | 0.75 |
| Hex | FB | E3 | 84 | 0 | A | 2F | 2 | 30 | 5E | 4B |
| Octal | 373 | 343 | 204 | 0 | 12 | 57 | 2 | 60 | 136 | 113 |
| Binary | 11111011 | 11100011 | 10000100 | 0 | 1010 | 101111 | 10 | 110000 | 1011110 | 1001011 |
Color Harmonies of #FBE384
Complementary color
Monochromatic Colors of #FBE384
Black with #FBE384
Text Example
Text Example
White with #FBE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE384; }
p { color: rgb(251,227,132); }
H1.HeaderClassName
{
color: #FBE384;
}
.AnyTagClassName
{
color: #FBE384;
}
</style>
background-color css
<style>
a { background-color: #FBE384; }
a { background-color: rgb(251,227,132); }
div.DivClassName
{
background-color: #FBE384;
}
.BgClassName
{
background-color: #FBE384;
}
</style>
border-color css
<style>
span { border-color: #FBE384; }
span { border-color: rgb(251,227,132); }
td.TdClassName
{
border-color: #FBE384;
}
.TagClassName
{
border-color: #FBE384;
}
</style>