#FDEBA2

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

Shades of Drover #FDEBA2

Tints of Drover #FDEBA2

Color information

#FDEBA2 (or 0xFDEBA2) is unknown color: approx Drover. HEX triplet: FD, EB and A2. RGB value is (253,235,162). Sum of RGB (Red+Green+Blue) = 253+235+162=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEBA2 is #02145D. Grayscale: #E8E8E8. Windows color (decimal): -136286 or 10677245. OLE color: 10677245.

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

Color convert

RGB253235162-
CMYK00.070.360.01
HSL48.13º95.79%81.37%-
HSV(B)48.13º35.97%99.22%-
XYZ76.7482.9146.14-
YUV232.0688.46142.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 162 (63.67% from 255) = 24.92%
R=38.92%
G=36.15%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323516200.070.360.0148.1395.7981.37
HexFDEBA207241306051
Octal3753532420744160140121
Binary1111110111101011101000100111100100111000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBA2; }

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

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

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

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

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

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

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

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