#FDEFA1

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

Shades of Drover #FDEFA1

Tints of Drover #FDEFA1

Color information

#FDEFA1 (or 0xFDEFA1) is unknown color: approx Drover. HEX triplet: FD, EF and A1. RGB value is (253,239,161). Sum of RGB (Red+Green+Blue) = 253+239+161=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 161 (63.28% from 255 or 24.66% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFA1 is #02105E. Grayscale: #EAEAEA. Windows color (decimal): -135263 or 10612733. OLE color: 10612733.

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

Color convert

RGB253239161-
CMYK00.060.360.01
HSL50.87º95.83%81.18%-
HSV(B)50.87º36.36%99.22%-
XYZ77.8185.1946.06-
YUV234.2986.64141.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 161 (63.28% from 255) = 24.66%
R=38.74%
G=36.60%
B=24.66%

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
Decimal25323916100.060.360.0150.8795.8381.18
HexFDEFA106241336051
Octal3753572410644163140121
Binary1111110111101111101000010110100100111001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFA1; }

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

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

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

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

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

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

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

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