Shades of Drover #FBEDA2
Tints of Drover #FBEDA2
RGB
CMYK
RGB Variations
Color information
#FBEDA2 (or 0xFBEDA2) is known color: Drover. HEX triplet: FB, ED and A2. RGB value is (251,237,162). Sum of RGB (Red+Green+Blue) = 251+237+162=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDA2 is #04125D. Grayscale: #E8E8E8. Windows color (decimal): -266846 or 10677755. OLE color: 10677755.
HSL color Cylindrical-coordinate representation of color #FBEDA2: hue angle of 50.56º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBEDA2 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 162 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.02 |
| HSL | 50.56º | 0.92% | 0.81% | - |
| HSV(B) | 50.56º | 0.35% | 0.98% | - |
| XYZ | 76.59 | 83.69 | 46.3 | - |
| YUV | 232.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 162 | 0 | 0.06 | 0.35 | 0.02 | 50.56 | 0.92 | 0.81 |
| Hex | FB | ED | A2 | 0 | 6 | 23 | 2 | 33 | 5C | 51 |
| Octal | 373 | 355 | 242 | 0 | 6 | 43 | 2 | 63 | 134 | 121 |
| Binary | 11111011 | 11101101 | 10100010 | 0 | 110 | 100011 | 10 | 110011 | 1011100 | 1010001 |
Color Harmonies of #FBEDA2
Complementary color
Monochromatic Colors of #FBEDA2
Black with #FBEDA2
Text Example
Text Example
White with #FBEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDA2; }
p { color: rgb(251,237,162); }
H1.HeaderClassName
{
color: #FBEDA2;
}
.AnyTagClassName
{
color: #FBEDA2;
}
</style>
background-color css
<style>
a { background-color: #FBEDA2; }
a { background-color: rgb(251,237,162); }
div.DivClassName
{
background-color: #FBEDA2;
}
.BgClassName
{
background-color: #FBEDA2;
}
</style>
border-color css
<style>
span { border-color: #FBEDA2; }
span { border-color: rgb(251,237,162); }
td.TdClassName
{
border-color: #FBEDA2;
}
.TagClassName
{
border-color: #FBEDA2;
}
</style>