#FAEFA4

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

Shades of Drover #FAEFA4

Tints of Drover #FAEFA4

Color information

#FAEFA4 (or 0xFAEFA4) is unknown color: approx Drover. HEX triplet: FA, EF and A4. RGB value is (250,239,164). Sum of RGB (Red+Green+Blue) = 250+239+164=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 164 (64.45% from 255 or 25.11% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFA4 is #05105B. Grayscale: #EAEAEA. Windows color (decimal): -331868 or 10809338. OLE color: 10809338.

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

Color convert

RGB250239164-
CMYK00.040.340.02
HSL52.33º89.58%81.18%-
HSV(B)52.33º34.4%98.04%-
XYZ76.9984.7447.42-
YUV233.7488.64139.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 164 (64.45% from 255) = 25.11%
R=38.28%
G=36.60%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023916400.040.340.0252.3389.5881.18
HexFAEFA404222345a51
Octal3723572440442264132121
Binary11111010111011111010010001001000101011010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFA4; }

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

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

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

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

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

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

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

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