Html Css Color HEX #FAFF97 Canary

📋 copy color: '#FAFF97'

red 250 ◦ green 255 ◦ blue 151

#FAFF97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Canary #FAFF97

Tints of Canary #FAFF97

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 value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FAFF97 (or 0xFAFF97) is known color: 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

RGB 250 255 151 -
CMYK 0.02 0 0.41 0
HSL 62.88º 1% 0.8% -
HSV(B) 62.88º 0.41% 1% -
XYZ 80.77 94.08 43.18 -
YUV 241.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 250 255 151 0.02 0 0.41 0 62.88 1 0.8
Hex FA FF 97 2 0 29 0 3F 64 50
Octal 372 377 227 2 0 51 0 77 144 120
Binary 11111010 11111111 10010111 10 0 101001 0 111111 1100100 1010000

Color Harmonies of #FAFF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF97

Black with #FAFF97

Text Example


Text Example

White with #FAFF97

Text Example


Text Example

HTML Codes & Css Web 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>