#FDEFA2

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

Shades of Drover #FDEFA2

Tints of Drover #FDEFA2

Color information

#FDEFA2 (or 0xFDEFA2) is unknown color: approx Drover. HEX triplet: FD, EF and A2. RGB value is (253,239,162). Sum of RGB (Red+Green+Blue) = 253+239+162=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 162 (63.67% from 255 or 24.77% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFA2 is #02105D. Grayscale: #EAEAEA. Windows color (decimal): -135262 or 10678269. OLE color: 10678269.

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

Color convert

RGB253239162-
CMYK00.060.360.01
HSL50.77º95.79%81.37%-
HSV(B)50.77º35.97%99.22%-
XYZ77.985.2246.53-
YUV234.4187.14141.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 162 (63.67% from 255) = 24.77%
R=38.69%
G=36.54%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323916200.060.360.0150.7795.7981.37
HexFDEFA206241336051
Octal3753572420644163140121
Binary1111110111101111101000100110100100111001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFA2; }

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

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

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

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

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

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

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

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