#FAFFA2

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

Shades of Canary #FAFFA2

Tints of Canary #FAFFA2

Color information

#FAFFA2 (or 0xFAFFA2) is unknown color: approx Canary. HEX triplet: FA, FF and A2. RGB value is (250,255,162). Sum of RGB (Red+Green+Blue) = 250+255+162=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 162 (63.67% from 255 or 24.29% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFA2 is #05005D. Grayscale: #F3F3F3. Windows color (decimal): -327774 or 10682362. OLE color: 10682362.

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

Color convert

RGB250255162-
CMYK0.0200.360
HSL63.23º100%81.76%-
HSV(B)63.23º36.47%100%-
XYZ81.7194.4548.11-
YUV242.982.34133.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 162 (63.67% from 255) = 24.29%
R=37.48%
G=38.23%
B=24.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551620.0200.36063.2310081.76
HexFAFFA2202403f6452
Octal3723772422044077144122
Binary111110101111111110100010100100100011111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFA2; }

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

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

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

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

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

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

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

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