#FAFF96

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

Shades of Canary #FAFF96

Tints of Canary #FAFF96

Color information

#FAFF96 (or 0xFAFF96) is unknown color: approx Canary. HEX triplet: FA, FF and 96. RGB value is (250,255,150). Sum of RGB (Red+Green+Blue) = 250+255+150=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 150 (58.98% from 255 or 22.90% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF96 is #050069. Grayscale: #F1F1F1. Windows color (decimal): -327786 or 9895930. OLE color: 9895930.

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

Color convert

RGB250255150-
CMYK0.0200.410
HSL62.86º100%79.41%-
HSV(B)62.86º41.18%100%-
XYZ80.6994.0542.75-
YUV241.5476.34134.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 150 (58.98% from 255) = 22.90%
R=38.17%
G=38.93%
B=22.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551500.0200.41062.8610079.41
HexFAFF96202903f644f
Octal3723772262051077144117
Binary111110101111111110010110100101001011111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF96; }

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

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

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

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

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

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

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

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