Shades of Drover #FBEDA8
Tints of Drover #FBEDA8
RGB
CMYK
RGB Variations
Color information
#FBEDA8 (or 0xFBEDA8) is known color: Drover. HEX triplet: FB, ED and A8. RGB value is (251,237,168). Sum of RGB (Red+Green+Blue) = 251+237+168=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDA8 is #041257. Grayscale: #E9E9E9. Windows color (decimal): -266840 or 11070971. OLE color: 11070971.
HSL color Cylindrical-coordinate representation of color #FBEDA8: hue angle of 49.88º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBEDA8 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 168 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.02 |
| HSL | 49.88º | 0.91% | 0.82% | - |
| HSV(B) | 49.88º | 0.33% | 0.98% | - |
| XYZ | 77.14 | 83.9 | 49.18 | - |
| YUV | 233.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 168 | 0 | 0.06 | 0.33 | 0.02 | 49.88 | 0.91 | 0.82 |
| Hex | FB | ED | A8 | 0 | 6 | 21 | 2 | 32 | 5B | 52 |
| Octal | 373 | 355 | 250 | 0 | 6 | 41 | 2 | 62 | 133 | 122 |
| Binary | 11111011 | 11101101 | 10101000 | 0 | 110 | 100001 | 10 | 110010 | 1011011 | 1010010 |
Color Harmonies of #FBEDA8
Complementary color
Monochromatic Colors of #FBEDA8
Black with #FBEDA8
Text Example
Text Example
White with #FBEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDA8; }
p { color: rgb(251,237,168); }
H1.HeaderClassName
{
color: #FBEDA8;
}
.AnyTagClassName
{
color: #FBEDA8;
}
</style>
background-color css
<style>
a { background-color: #FBEDA8; }
a { background-color: rgb(251,237,168); }
div.DivClassName
{
background-color: #FBEDA8;
}
.BgClassName
{
background-color: #FBEDA8;
}
</style>
border-color css
<style>
span { border-color: #FBEDA8; }
span { border-color: rgb(251,237,168); }
td.TdClassName
{
border-color: #FBEDA8;
}
.TagClassName
{
border-color: #FBEDA8;
}
</style>