Shades of Drover #FBEDA0
Tints of Drover #FBEDA0
RGB
CMYK
RGB Variations
Color information
#FBEDA0 (or 0xFBEDA0) is known color: Drover. HEX triplet: FB, ED and A0. RGB value is (251,237,160). Sum of RGB (Red+Green+Blue) = 251+237+160=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDA0 is #04125F. Grayscale: #E8E8E8. Windows color (decimal): -266848 or 10546683. OLE color: 10546683.
HSL color Cylindrical-coordinate representation of color #FBEDA0: hue angle of 50.77º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBEDA0 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 237 | 160 | - |
CMYK | 0 | 0.06 | 0.36 | 0.02 |
HSL | 50.77º | 0.92% | 0.81% | - |
HSV(B) | 50.77º | 0.36% | 0.98% | - |
XYZ | 76.41 | 83.62 | 45.37 | - |
YUV | 232.41 | 87.14 | 141.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 237 | 160 | 0 | 0.06 | 0.36 | 0.02 | 50.77 | 0.92 | 0.81 |
Hex | FB | ED | A0 | 0 | 6 | 24 | 2 | 33 | 5C | 51 |
Octal | 373 | 355 | 240 | 0 | 6 | 44 | 2 | 63 | 134 | 121 |
Binary | 11111011 | 11101101 | 10100000 | 0 | 110 | 100100 | 10 | 110011 | 1011100 | 1010001 |
Color Harmonies of #FBEDA0
Complementary color
Monochromatic Colors of #FBEDA0
Black with #FBEDA0
Text Example
Text Example
White with #FBEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDA0; }
p { color: rgb(251,237,160); }
H1.HeaderClassName
{
color: #FBEDA0;
}
.AnyTagClassName
{
color: #FBEDA0;
}
</style>
background-color css
<style>
a { background-color: #FBEDA0; }
a { background-color: rgb(251,237,160); }
div.DivClassName
{
background-color: #FBEDA0;
}
.BgClassName
{
background-color: #FBEDA0;
}
</style>
border-color css
<style>
span { border-color: #FBEDA0; }
span { border-color: rgb(251,237,160); }
td.TdClassName
{
border-color: #FBEDA0;
}
.TagClassName
{
border-color: #FBEDA0;
}
</style>