#FAEFA1

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

Shades of Drover #FAEFA1

Tints of Drover #FAEFA1

Color information

#FAEFA1 (or 0xFAEFA1) is unknown color: approx Drover. HEX triplet: FA, EF and A1. RGB value is (250,239,161). Sum of RGB (Red+Green+Blue) = 250+239+161=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 161 (63.28% from 255 or 24.77% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFA1 is #05105E. Grayscale: #E9E9E9. Windows color (decimal): -331871 or 10612730. OLE color: 10612730.

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

Color convert

RGB250239161-
CMYK00.040.360.02
HSL52.58º89.9%80.59%-
HSV(B)52.58º35.6%98.04%-
XYZ76.7284.6346.01-
YUV233.487.14139.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 161 (63.28% from 255) = 24.77%
R=38.46%
G=36.77%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023916100.040.360.0252.5889.980.59
HexFAEFA104242355a51
Octal3723572410444265132121
Binary11111010111011111010000101001001001011010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFA1; }

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

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

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

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

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

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

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

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