#FAEA9F

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

Shades of Drover #FAEA9F

Tints of Drover #FAEA9F

Color information

#FAEA9F (or 0xFAEA9F) is unknown color: approx Drover. HEX triplet: FA, EA and 9F. RGB value is (250,234,159). Sum of RGB (Red+Green+Blue) = 250+234+159=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 159 (62.5% from 255 or 24.73% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA9F is #051560. Grayscale: #E6E6E6. Windows color (decimal): -333153 or 10480378. OLE color: 10480378.

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

Color convert

RGB250234159-
CMYK00.060.360.02
HSL49.45º90.1%80.2%-
HSV(B)49.45º36.4%98.04%-
XYZ75.1181.6744.61-
YUV230.2387.8142.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 159 (62.5% from 255) = 24.73%
R=38.88%
G=36.39%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023415900.060.360.0249.4590.180.2
HexFAEA9F06242315a50
Octal3723522370644261132120
Binary11111010111010101001111101101001001011000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA9F; }

 p { color: rgb(250,234,159); }

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

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

 a { background-color: rgb(250,234,159); }

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

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

 span { border-color: rgb(250,234,159); }

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