#FAEDA6

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

Shades of Drover #FAEDA6

Tints of Drover #FAEDA6

Color information

#FAEDA6 (or 0xFAEDA6) is unknown color: approx Drover. HEX triplet: FA, ED and A6. RGB value is (250,237,166). Sum of RGB (Red+Green+Blue) = 250+237+166=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 166 (65.23% from 255 or 25.42% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA6 is #051259. Grayscale: #E9E9E9. Windows color (decimal): -332378 or 10939898. OLE color: 10939898.

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

Color convert

RGB250237166-
CMYK00.050.340.02
HSL50.71º89.36%81.57%-
HSV(B)50.71º33.6%98.04%-
XYZ76.5983.6548.18-
YUV232.7990.31140.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 166 (65.23% from 255) = 25.42%
R=38.28%
G=36.29%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023716600.050.340.0250.7189.3681.57
HexFAEDA605222335952
Octal3723552460542263131122
Binary11111010111011011010011001011000101011001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDA6; }

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

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

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

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

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

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

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

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