#FAFEA2

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

Shades of Canary #FAFEA2

Tints of Canary #FAFEA2

Color information

#FAFEA2 (or 0xFAFEA2) is unknown color: approx Canary. HEX triplet: FA, FE and A2. RGB value is (250,254,162). Sum of RGB (Red+Green+Blue) = 250+254+162=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 162 (63.67% from 255 or 24.32% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEA2 is #05015D. Grayscale: #F2F2F2. Windows color (decimal): -328030 or 10682106. OLE color: 10682106.

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

Color convert

RGB250254162-
CMYK0.0200.360.00
HSL62.61º97.87%81.57%-
HSV(B)62.61º36.22%99.61%-
XYZ81.3993.8248-
YUV242.3282.67133.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 162 (63.67% from 255) = 24.32%
R=37.54%
G=38.14%
B=24.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541620.0200.360.0062.6197.8781.57
HexFAFEA2202403f6252
Octal3723762422044077142122
Binary111110101111111010100010100100100011111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEA2; }

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

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

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

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

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

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

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

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