#FAEAA4

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

Shades of Drover #FAEAA4

Tints of Drover #FAEAA4

Color information

#FAEAA4 (or 0xFAEAA4) is unknown color: approx Drover. HEX triplet: FA, EA and A4. RGB value is (250,234,164). Sum of RGB (Red+Green+Blue) = 250+234+164=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 164 (64.45% from 255 or 25.31% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAA4 is #05155B. Grayscale: #E7E7E7. Windows color (decimal): -333148 or 10808058. OLE color: 10808058.

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

Color convert

RGB250234164-
CMYK00.060.340.02
HSL48.84º89.58%81.18%-
HSV(B)48.84º34.4%98.04%-
XYZ75.5581.8546.94-
YUV230.890.3141.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 164 (64.45% from 255) = 25.31%
R=38.58%
G=36.11%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023416400.060.340.0248.8489.5881.18
HexFAEAA406222315a51
Octal3723522440642261132121
Binary11111010111010101010010001101000101011000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAA4; }

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

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

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

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

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

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

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

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