#FDEDA6

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

Shades of Drover #FDEDA6

Tints of Drover #FDEDA6

Color information

#FDEDA6 (or 0xFDEDA6) is unknown color: approx Drover. HEX triplet: FD, ED and A6. RGB value is (253,237,166). Sum of RGB (Red+Green+Blue) = 253+237+166=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 166 (65.23% from 255 or 25.30% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDA6 is #021259. Grayscale: #E9E9E9. Windows color (decimal): -135770 or 10939901. OLE color: 10939901.

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

Color convert

RGB253237166-
CMYK00.060.340.01
HSL48.97º95.6%82.16%-
HSV(B)48.97º34.39%99.22%-
XYZ77.6884.248.24-
YUV233.6989.8141.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 166 (65.23% from 255) = 25.30%
R=38.57%
G=36.13%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323716600.060.340.0148.9795.682.16
HexFDEDA606221316052
Octal3753552460642161140122
Binary1111110111101101101001100110100010111000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDA6; }

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

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

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

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

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

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

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

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