#FAFE97

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

Shades of Canary #FAFE97

Tints of Canary #FAFE97

Color information

#FAFE97 (or 0xFAFE97) is unknown color: approx Canary. HEX triplet: FA, FE and 97. RGB value is (250,254,151). Sum of RGB (Red+Green+Blue) = 250+254+151=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 151 (59.38% from 255 or 23.05% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE97 is #050168. Grayscale: #F1F1F1. Windows color (decimal): -328041 or 9961210. OLE color: 9961210.

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

Color convert

RGB250254151-
CMYK0.0200.410.00
HSL62.33º98.1%79.41%-
HSV(B)62.33º40.55%99.61%-
XYZ80.4593.4443.07-
YUV241.0677.17134.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 151 (59.38% from 255) = 23.05%
R=38.17%
G=38.78%
B=23.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541510.0200.410.0062.3398.179.41
HexFAFE97202903e624f
Octal3723762272051076142117
Binary111110101111111010010111100101001011111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE97; }

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

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

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

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

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

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

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

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