Shades of Drover #FBEA9D
Tints of Drover #FBEA9D
RGB
CMYK
RGB Variations
Color information
#FBEA9D (or 0xFBEA9D) is known color: Drover. HEX triplet: FB, EA and 9D. RGB value is (251,234,157). Sum of RGB (Red+Green+Blue) = 251+234+157=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 157 (61.72% from 255 or 24.45% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEA9D is #041562. Grayscale: #E6E6E6. Windows color (decimal): -267619 or 10349307. OLE color: 10349307.
HSL color Cylindrical-coordinate representation of color #FBEA9D: hue angle of 49.15º 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 #FBEA9D is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 157 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.02 |
| HSL | 49.15º | 0.92% | 0.8% | - |
| HSV(B) | 49.15º | 0.37% | 0.98% | - |
| XYZ | 75.29 | 81.79 | 43.72 | - |
| YUV | 230.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 157 | 0 | 0.07 | 0.37 | 0.02 | 49.15 | 0.92 | 0.8 |
| Hex | FB | EA | 9D | 0 | 7 | 25 | 2 | 31 | 5C | 50 |
| Octal | 373 | 352 | 235 | 0 | 7 | 45 | 2 | 61 | 134 | 120 |
| Binary | 11111011 | 11101010 | 10011101 | 0 | 111 | 100101 | 10 | 110001 | 1011100 | 1010000 |
Color Harmonies of #FBEA9D
Complementary color
Monochromatic Colors of #FBEA9D
Black with #FBEA9D
Text Example
Text Example
White with #FBEA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEA9D; }
p { color: rgb(251,234,157); }
H1.HeaderClassName
{
color: #FBEA9D;
}
.AnyTagClassName
{
color: #FBEA9D;
}
</style>
background-color css
<style>
a { background-color: #FBEA9D; }
a { background-color: rgb(251,234,157); }
div.DivClassName
{
background-color: #FBEA9D;
}
.BgClassName
{
background-color: #FBEA9D;
}
</style>
border-color css
<style>
span { border-color: #FBEA9D; }
span { border-color: rgb(251,234,157); }
td.TdClassName
{
border-color: #FBEA9D;
}
.TagClassName
{
border-color: #FBEA9D;
}
</style>