#FAED9D

Color #FAED9D Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #FAED9D

Tints of Drover #FAED9D

Color information

#FAED9D (or 0xFAED9D) is unknown color: approx Drover. HEX triplet: FA, ED and 9D. RGB value is (250,237,157). Sum of RGB (Red+Green+Blue) = 250+237+157=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 157 (61.72% from 255 or 24.38% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED9D is #051262. Grayscale: #E8E8E8. Windows color (decimal): -332387 or 10350074. OLE color: 10350074.

HSL color Cylindrical-coordinate representation of color #FAED9D: hue angle of 51.61º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAED9D is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250237157-
CMYK00.050.370.02
HSL51.61º90.29%79.8%-
HSV(B)51.61º37.2%98.04%-
XYZ75.7983.3343.99-
YUV231.7785.81141-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 157 (61.72% from 255) = 24.38%
R=38.82%
G=36.80%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023715700.050.370.0251.6190.2979.8
HexFAED9D05252345a50
Octal3723552350545264132120
Binary11111010111011011001110101011001011011010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED9D; }

 p { color: rgb(250,237,157); }

 H1.HeaderClassName
 {
   color: #FAED9D;
 }
 .AnyTagClassName
 {
   color: #FAED9D;
 }
</style>
background-color css

<style>
 a { background-color: #FAED9D; }

 a { background-color: rgb(250,237,157); }

 div.DivClassName
 {
   background-color: #FAED9D;
 }
 .BgClassName
 {
   background-color: #FAED9D;
 }
</style>
border-color css

<style>
 span { border-color: #FAED9D; }

 span { border-color: rgb(250,237,157); }

 td.TdClassName
 {
   border-color: #FAED9D;
 }
 .TagClassName
 {
   border-color: #FAED9D;
 }
</style>