#FDEBA0

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

Shades of Drover #FDEBA0

Tints of Drover #FDEBA0

Color information

#FDEBA0 (or 0xFDEBA0) is unknown color: approx Drover. HEX triplet: FD, EB and A0. RGB value is (253,235,160). Sum of RGB (Red+Green+Blue) = 253+235+160=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEBA0 is #02145F. Grayscale: #E8E8E8. Windows color (decimal): -136288 or 10546173. OLE color: 10546173.

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

Color convert

RGB253235160-
CMYK00.070.370.01
HSL48.39º95.88%80.98%-
HSV(B)48.39º36.76%99.22%-
XYZ76.5682.8445.21-
YUV231.8387.46143.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.04%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 160 (62.89% from 255) = 24.69%
R=39.04%
G=36.27%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323516000.070.370.0148.3995.8880.98
HexFDEBA007251306051
Octal3753532400745160140121
Binary1111110111101011101000000111100101111000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBA0; }

 p { color: rgb(253,235,160); }

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

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

 a { background-color: rgb(253,235,160); }

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

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

 span { border-color: rgb(253,235,160); }

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