#FAEE9B

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

Shades of Drover #FAEE9B

Tints of Drover #FAEE9B

Color information

#FAEE9B (or 0xFAEE9B) is unknown color: approx Drover. HEX triplet: FA, EE and 9B. RGB value is (250,238,155). Sum of RGB (Red+Green+Blue) = 250+238+155=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 155 (60.94% from 255 or 24.11% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE9B is #051164. Grayscale: #E8E8E8. Windows color (decimal): -332133 or 10219258. OLE color: 10219258.

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

Color convert

RGB250238155-
CMYK00.050.380.02
HSL52.42º90.48%79.41%-
HSV(B)52.42º38%98.04%-
XYZ75.9283.8443.19-
YUV232.1384.48140.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 155 (60.94% from 255) = 24.11%
R=38.88%
G=37.01%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023815500.050.380.0252.4290.4879.41
HexFAEE9B05262345a4f
Octal3723562330546264132117
Binary11111010111011101001101101011001101011010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE9B; }

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

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

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

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

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

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

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

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