#FDECA5

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

Shades of Drover #FDECA5

Tints of Drover #FDECA5

Color information

#FDECA5 (or 0xFDECA5) is unknown color: approx Drover. HEX triplet: FD, EC and A5. RGB value is (253,236,165). Sum of RGB (Red+Green+Blue) = 253+236+165=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 165 (64.84% from 255 or 25.23% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECA5 is #02135A. Grayscale: #E9E9E9. Windows color (decimal): -136027 or 10874109. OLE color: 10874109.

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

Color convert

RGB253236165-
CMYK00.070.350.01
HSL48.41º95.65%81.96%-
HSV(B)48.41º34.78%99.22%-
XYZ77.2983.5947.66-
YUV232.9989.63142.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 165 (64.84% from 255) = 25.23%
R=38.69%
G=36.09%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323616500.070.350.0148.4195.6581.96
HexFDECA507231306052
Octal3753542450743160140122
Binary1111110111101100101001010111100011111000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECA5; }

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

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

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

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

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

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

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

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