Shades of Drover #FAEDA3
Tints of Drover #FAEDA3
RGB
CMYK
RGB Variations
Color information
#FAEDA3 (or 0xFAEDA3) is known color: Drover. HEX triplet: FA, ED and A3. RGB value is (250,237,163). Sum of RGB (Red+Green+Blue) = 250+237+163=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 163 (64.06% from 255 or 25.08% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA3 is #05125C. Grayscale: #E8E8E8. Windows color (decimal): -332381 or 10743290. OLE color: 10743290.
HSL color Cylindrical-coordinate representation of color #FAEDA3: hue angle of 51.03º degrees, saturation: 0.9, 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 #FAEDA3 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 163 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.02 |
| HSL | 51.03º | 0.9% | 0.81% | - |
| HSV(B) | 51.03º | 0.35% | 0.98% | - |
| XYZ | 76.32 | 83.54 | 46.75 | - |
| YUV | 232.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 163 | 0 | 0.05 | 0.35 | 0.02 | 51.03 | 0.9 | 0.81 |
| Hex | FA | ED | A3 | 0 | 5 | 23 | 2 | 33 | 5A | 51 |
| Octal | 372 | 355 | 243 | 0 | 5 | 43 | 2 | 63 | 132 | 121 |
| Binary | 11111010 | 11101101 | 10100011 | 0 | 101 | 100011 | 10 | 110011 | 1011010 | 1010001 |
Color Harmonies of #FAEDA3
Complementary color
Monochromatic Colors of #FAEDA3
Black with #FAEDA3
Text Example
Text Example
White with #FAEDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDA3; }
p { color: rgb(250,237,163); }
H1.HeaderClassName
{
color: #FAEDA3;
}
.AnyTagClassName
{
color: #FAEDA3;
}
</style>
background-color css
<style>
a { background-color: #FAEDA3; }
a { background-color: rgb(250,237,163); }
div.DivClassName
{
background-color: #FAEDA3;
}
.BgClassName
{
background-color: #FAEDA3;
}
</style>
border-color css
<style>
span { border-color: #FAEDA3; }
span { border-color: rgb(250,237,163); }
td.TdClassName
{
border-color: #FAEDA3;
}
.TagClassName
{
border-color: #FAEDA3;
}
</style>