#FDEDA4

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

Shades of Drover #FDEDA4

Tints of Drover #FDEDA4

Color information

#FDEDA4 (or 0xFDEDA4) is unknown color: approx Drover. HEX triplet: FD, ED and A4. RGB value is (253,237,164). Sum of RGB (Red+Green+Blue) = 253+237+164=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 164 (64.45% from 255 or 25.08% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDA4 is #02125B. Grayscale: #E9E9E9. Windows color (decimal): -135772 or 10808829. OLE color: 10808829.

HSL color Cylindrical-coordinate representation of color #FDEDA4: hue angle of 49.21º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDEDA4 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253237164-
CMYK00.060.350.01
HSL49.21º95.7%81.76%-
HSV(B)49.21º35.18%99.22%-
XYZ77.4984.1347.28-
YUV233.4688.8141.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 237 (92.97% from 255) = 36.24%
BLUE value IS 164 (64.45% from 255) = 25.08%
R=38.69%
G=36.24%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323716400.060.350.0149.2195.781.76
HexFDEDA406231316052
Octal3753552440643161140122
Binary1111110111101101101001000110100011111000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDA4; }

 p { color: rgb(253,237,164); }

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

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

 a { background-color: rgb(253,237,164); }

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

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

 span { border-color: rgb(253,237,164); }

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