#FDFEA2

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

Shades of Canary #FDFEA2

Tints of Canary #FDFEA2

Color information

#FDFEA2 (or 0xFDFEA2) is unknown color: approx Canary. HEX triplet: FD, FE and A2. RGB value is (253,254,162). Sum of RGB (Red+Green+Blue) = 253+254+162=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 162 (63.67% from 255 or 24.22% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEA2 is #02015D. Grayscale: #F3F3F3. Windows color (decimal): -131422 or 10682109. OLE color: 10682109.

HSL color Cylindrical-coordinate representation of color #FDFEA2: hue angle of 60.65º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDFEA2 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB253254162-
CMYK0.0000.360.00
HSL60.65º97.87%81.57%-
HSV(B)60.65º36.22%99.61%-
XYZ82.4794.3748.05-
YUV243.2182.17134.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 162 (63.67% from 255) = 24.22%
R=37.82%
G=37.97%
B=24.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541620.0000.360.0060.6597.8781.57
HexFDFEA2002403d6252
Octal3753762420044075142122
Binary11111101111111101010001000100100011110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEA2; }

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

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

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

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

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

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

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

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