#FDEDA3

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

Shades of Drover #FDEDA3

Tints of Drover #FDEDA3

Color information

#FDEDA3 (or 0xFDEDA3) is unknown color: approx Drover. HEX triplet: FD, ED and A3. RGB value is (253,237,163). Sum of RGB (Red+Green+Blue) = 253+237+163=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 163 (64.06% from 255 or 24.96% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDA3 is #02125C. Grayscale: #E9E9E9. Windows color (decimal): -135773 or 10743293. OLE color: 10743293.

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

Color convert

RGB253237163-
CMYK00.060.360.01
HSL49.33º95.74%81.57%-
HSV(B)49.33º35.57%99.22%-
XYZ77.484.146.8-
YUV233.3588.3142.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 163 (64.06% from 255) = 24.96%
R=38.74%
G=36.29%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323716300.060.360.0149.3395.7481.57
HexFDEDA306241316052
Octal3753552430644161140122
Binary1111110111101101101000110110100100111000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDA3; }

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

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

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

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

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

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

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

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