#FAFA97

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

Shades of Canary #FAFA97

Tints of Canary #FAFA97

Color information

#FAFA97 (or 0xFAFA97) is unknown color: approx Canary. HEX triplet: FA, FA and 97. RGB value is (250,250,151). Sum of RGB (Red+Green+Blue) = 250+250+151=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 151 (59.38% from 255 or 23.20% from 651); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA97 is #050568. Grayscale: #EFEFEF. Windows color (decimal): -329065 or 9960186. OLE color: 9960186.

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

Color convert

RGB250250151-
CMYK000.400.02
HSL60º90.83%78.63%-
HSV(B)60º39.6%98.04%-
XYZ79.290.9342.66-
YUV238.7178.5136.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 151 (59.38% from 255) = 23.20%
R=38.40%
G=38.40%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250151000.400.026090.8378.63
HexFAFA97002823c5b4f
Octal3723722270050274133117
Binary111110101111101010010111001010001011110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFA97; }

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

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

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

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

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

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

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

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