#FDFEA3

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

Shades of Canary #FDFEA3

Tints of Canary #FDFEA3

Color information

#FDFEA3 (or 0xFDFEA3) is unknown color: approx Canary. HEX triplet: FD, FE and A3. RGB value is (253,254,163). Sum of RGB (Red+Green+Blue) = 253+254+163=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 163 (64.06% from 255 or 24.33% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEA3 is #02015C. Grayscale: #F3F3F3. Windows color (decimal): -131421 or 10747645. OLE color: 10747645.

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

Color convert

RGB253254163-
CMYK0.0000.360.00
HSL60.66º97.85%81.76%-
HSV(B)60.66º35.83%99.61%-
XYZ82.5694.4148.52-
YUV243.3382.67134.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 163 (64.06% from 255) = 24.33%
R=37.76%
G=37.91%
B=24.33%

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
Decimal2532541630.0000.360.0060.6697.8581.76
HexFDFEA3002403d6252
Octal3753762430044075142122
Binary11111101111111101010001100100100011110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEA3; }

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

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

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

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

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

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

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

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