#FDEDA5

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

Shades of Drover #FDEDA5

Tints of Drover #FDEDA5

Color information

#FDEDA5 (or 0xFDEDA5) is unknown color: approx Drover. HEX triplet: FD, ED and A5. RGB value is (253,237,165). Sum of RGB (Red+Green+Blue) = 253+237+165=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 165 (64.84% from 255 or 25.19% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDA5 is #02125A. Grayscale: #E9E9E9. Windows color (decimal): -135771 or 10874365. OLE color: 10874365.

HSL color Cylindrical-coordinate representation of color #FDEDA5: hue angle of 49.09º 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 #FDEDA5 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253237165-
CMYK00.060.350.01
HSL49.09º95.65%81.96%-
HSV(B)49.09º34.78%99.22%-
XYZ77.5884.1747.75-
YUV233.5889.3141.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 165 (64.84% from 255) = 25.19%
R=38.63%
G=36.18%
B=25.19%

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
Decimal25323716500.060.350.0149.0995.6581.96
HexFDEDA506231316052
Octal3753552450643161140122
Binary1111110111101101101001010110100011111000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDA5; }

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

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

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

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

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

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

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

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