#FAFF97

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

Shades of Canary #FAFF97

Tints of Canary #FAFF97

Color information

#FAFF97 (or 0xFAFF97) is unknown color: approx Canary. HEX triplet: FA, FF and 97. RGB value is (250,255,151). Sum of RGB (Red+Green+Blue) = 250+255+151=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 151 (59.38% from 255 or 23.02% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF97 is #050068. Grayscale: #F2F2F2. Windows color (decimal): -327785 or 9961466. OLE color: 9961466.

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

Color convert

RGB250255151-
CMYK0.0200.410
HSL62.88º100%79.61%-
HSV(B)62.88º40.78%100%-
XYZ80.7794.0843.18-
YUV241.6576.84133.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 151 (59.38% from 255) = 23.02%
R=38.11%
G=38.87%
B=23.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551510.0200.41062.8810079.61
HexFAFF97202903f6450
Octal3723772272051077144120
Binary111110101111111110010111100101001011111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF97; }

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

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

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

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

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

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

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

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