Shades of Drover #FBED9F
Tints of Drover #FBED9F
RGB
CMYK
RGB Variations
Color information
#FBED9F (or 0xFBED9F) is known color: Drover. HEX triplet: FB, ED and 9F. RGB value is (251,237,159). Sum of RGB (Red+Green+Blue) = 251+237+159=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 159 (62.5% from 255 or 24.57% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED9F is #041260. Grayscale: #E8E8E8. Windows color (decimal): -266849 or 10481147. OLE color: 10481147.
HSL color Cylindrical-coordinate representation of color #FBED9F: hue angle of 50.87º 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 #FBED9F is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 159 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.02 |
| HSL | 50.87º | 0.92% | 0.8% | - |
| HSV(B) | 50.87º | 0.37% | 0.98% | - |
| XYZ | 76.33 | 83.58 | 44.91 | - |
| YUV | 232.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 159 | 0 | 0.06 | 0.37 | 0.02 | 50.87 | 0.92 | 0.8 |
| Hex | FB | ED | 9F | 0 | 6 | 25 | 2 | 33 | 5C | 50 |
| Octal | 373 | 355 | 237 | 0 | 6 | 45 | 2 | 63 | 134 | 120 |
| Binary | 11111011 | 11101101 | 10011111 | 0 | 110 | 100101 | 10 | 110011 | 1011100 | 1010000 |
Color Harmonies of #FBED9F
Complementary color
Monochromatic Colors of #FBED9F
Black with #FBED9F
Text Example
Text Example
White with #FBED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED9F; }
p { color: rgb(251,237,159); }
H1.HeaderClassName
{
color: #FBED9F;
}
.AnyTagClassName
{
color: #FBED9F;
}
</style>
background-color css
<style>
a { background-color: #FBED9F; }
a { background-color: rgb(251,237,159); }
div.DivClassName
{
background-color: #FBED9F;
}
.BgClassName
{
background-color: #FBED9F;
}
</style>
border-color css
<style>
span { border-color: #FBED9F; }
span { border-color: rgb(251,237,159); }
td.TdClassName
{
border-color: #FBED9F;
}
.TagClassName
{
border-color: #FBED9F;
}
</style>