#FDECA6

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

Shades of Drover #FDECA6

Tints of Drover #FDECA6

Color information

#FDECA6 (or 0xFDECA6) is unknown color: approx Drover. HEX triplet: FD, EC and A6. RGB value is (253,236,166). Sum of RGB (Red+Green+Blue) = 253+236+166=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 166 (65.23% from 255 or 25.34% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECA6 is #021359. Grayscale: #E9E9E9. Windows color (decimal): -136026 or 10939645. OLE color: 10939645.

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

Color convert

RGB253236166-
CMYK00.070.340.01
HSL48.28º95.6%82.16%-
HSV(B)48.28º34.39%99.22%-
XYZ77.3983.6348.14-
YUV233.190.13142.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 166 (65.23% from 255) = 25.34%
R=38.63%
G=36.03%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323616600.070.340.0148.2895.682.16
HexFDECA607221306052
Octal3753542460742160140122
Binary1111110111101100101001100111100010111000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECA6; }

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

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

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

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

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

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

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

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