#FAEDA8

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

Shades of Drover #FAEDA8

Tints of Drover #FAEDA8

Color information

#FAEDA8 (or 0xFAEDA8) is unknown color: approx Drover. HEX triplet: FA, ED and A8. RGB value is (250,237,168). Sum of RGB (Red+Green+Blue) = 250+237+168=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA8 is #051257. Grayscale: #E9E9E9. Windows color (decimal): -332376 or 11070970. OLE color: 11070970.

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

Color convert

RGB250237168-
CMYK00.050.330.02
HSL50.49º89.13%81.96%-
HSV(B)50.49º32.8%98.04%-
XYZ76.7883.7249.16-
YUV233.0291.31140.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 168 (66.02% from 255) = 25.65%
R=38.17%
G=36.18%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023716800.050.330.0250.4989.1381.96
HexFAEDA805212325952
Octal3723552500541262131122
Binary11111010111011011010100001011000011011001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDA8; }

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

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

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

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

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

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

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

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