#FAEB9E

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

Shades of Drover #FAEB9E

Tints of Drover #FAEB9E

Color information

#FAEB9E (or 0xFAEB9E) is unknown color: approx Drover. HEX triplet: FA, EB and 9E. RGB value is (250,235,158). Sum of RGB (Red+Green+Blue) = 250+235+158=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 158 (62.11% from 255 or 24.57% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEB9E is #051461. Grayscale: #E7E7E7. Windows color (decimal): -332898 or 10415098. OLE color: 10415098.

HSL color Cylindrical-coordinate representation of color #FAEB9E: hue angle of 50.22º 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 #FAEB9E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250235158-
CMYK00.060.370.02
HSL50.22º90.2%80%-
HSV(B)50.22º36.8%98.04%-
XYZ75.382.2144.25-
YUV230.7186.97141.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 158 (62.11% from 255) = 24.57%
R=38.88%
G=36.55%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023515800.060.370.0250.2290.280
HexFAEB9E06252325a50
Octal3723532360645262132120
Binary11111010111010111001111001101001011011001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEB9E; }

 p { color: rgb(250,235,158); }

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

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

 a { background-color: rgb(250,235,158); }

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

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

 span { border-color: rgb(250,235,158); }

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