#FAEE9E

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

Shades of Drover #FAEE9E

Tints of Drover #FAEE9E

Color information

#FAEE9E (or 0xFAEE9E) is unknown color: approx Drover. HEX triplet: FA, EE and 9E. RGB value is (250,238,158). Sum of RGB (Red+Green+Blue) = 250+238+158=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 158 (62.11% from 255 or 24.46% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE9E is #051161. Grayscale: #E8E8E8. Windows color (decimal): -332130 or 10415866. OLE color: 10415866.

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

Color convert

RGB250238158-
CMYK00.050.370.02
HSL52.17º90.2%80%-
HSV(B)52.17º36.8%98.04%-
XYZ76.1783.9444.54-
YUV232.4785.98140.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 238 (93.36% from 255) = 36.84%
BLUE value IS 158 (62.11% from 255) = 24.46%
R=38.70%
G=36.84%
B=24.46%

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
Decimal25023815800.050.370.0252.1790.280
HexFAEE9E05252345a50
Octal3723562360545264132120
Binary11111010111011101001111001011001011011010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE9E; }

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

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

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

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

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

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

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

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