#FAEAA6

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

Shades of Drover #FAEAA6

Tints of Drover #FAEAA6

Color information

#FAEAA6 (or 0xFAEAA6) is unknown color: approx Drover. HEX triplet: FA, EA and A6. RGB value is (250,234,166). Sum of RGB (Red+Green+Blue) = 250+234+166=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 166 (65.23% from 255 or 25.54% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAA6 is #051559. Grayscale: #E7E7E7. Windows color (decimal): -333146 or 10939130. OLE color: 10939130.

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

Color convert

RGB250234166-
CMYK00.060.340.02
HSL48.57º89.36%81.57%-
HSV(B)48.57º33.6%98.04%-
XYZ75.7381.9247.9-
YUV231.0391.3141.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 166 (65.23% from 255) = 25.54%
R=38.46%
G=36%
B=25.54%

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
Decimal25023416600.060.340.0248.5789.3681.57
HexFAEAA606222315952
Octal3723522460642261131122
Binary11111010111010101010011001101000101011000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAA6; }

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

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

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

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

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

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

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

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