Shades of Drover #FAEDA2
Tints of Drover #FAEDA2
RGB
CMYK
RGB Variations
Color information
#FAEDA2 (or 0xFAEDA2) is known color: Drover. HEX triplet: FA, ED and A2. RGB value is (250,237,162). Sum of RGB (Red+Green+Blue) = 250+237+162=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 162 (63.67% from 255 or 24.96% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA2 is #05125D. Grayscale: #E8E8E8. Windows color (decimal): -332382 or 10677754. OLE color: 10677754.
HSL color Cylindrical-coordinate representation of color #FAEDA2: hue angle of 51.14º 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 #FAEDA2 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 237 | 162 | - |
CMYK | 0 | 0.05 | 0.35 | 0.02 |
HSL | 51.14º | 0.9% | 0.81% | - |
HSV(B) | 51.14º | 0.35% | 0.98% | - |
XYZ | 76.23 | 83.5 | 46.28 | - |
YUV | 232.34 | 88.31 | 140.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 237 | 162 | 0 | 0.05 | 0.35 | 0.02 | 51.14 | 0.9 | 0.81 |
Hex | FA | ED | A2 | 0 | 5 | 23 | 2 | 33 | 5A | 51 |
Octal | 372 | 355 | 242 | 0 | 5 | 43 | 2 | 63 | 132 | 121 |
Binary | 11111010 | 11101101 | 10100010 | 0 | 101 | 100011 | 10 | 110011 | 1011010 | 1010001 |
Color Harmonies of #FAEDA2
Complementary color
Monochromatic Colors of #FAEDA2
Black with #FAEDA2
Text Example
Text Example
White with #FAEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDA2; }
p { color: rgb(250,237,162); }
H1.HeaderClassName
{
color: #FAEDA2;
}
.AnyTagClassName
{
color: #FAEDA2;
}
</style>
background-color css
<style>
a { background-color: #FAEDA2; }
a { background-color: rgb(250,237,162); }
div.DivClassName
{
background-color: #FAEDA2;
}
.BgClassName
{
background-color: #FAEDA2;
}
</style>
border-color css
<style>
span { border-color: #FAEDA2; }
span { border-color: rgb(250,237,162); }
td.TdClassName
{
border-color: #FAEDA2;
}
.TagClassName
{
border-color: #FAEDA2;
}
</style>