Html Css Color HEX #FAFC9C Canary

📋 copy color: '#FAFC9C'

red 250 ◦ green 252 ◦ blue 156

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

Shades of Canary #FAFC9C

Tints of Canary #FAFC9C

RGB

 RED value IS 250 (98.05% from 255) = 37.99%

 GREEN value IS 252 (98.83% from 255) = 38.3%

 BLUE value IS 156 (61.33% from 255) = 23.71%

R = 37.99%
G = 38.3%
B = 23.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FAFC9C (or 0xFAFC9C) is known color: Canary. HEX triplet: FA, FC and 9C. RGB value is (250,252,156). Sum of RGB (Red+Green+Blue) = 250+252+156=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 156 (61.33% from 255 or 23.71% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFC9C is #050363. Grayscale: #F0F0F0. Windows color (decimal): -328548 or 10288378. OLE color: 10288378.

HSL color Cylindrical-coordinate representation of color #FAFC9C: hue angle of 61.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAFC9C is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 252 156 -
CMYK 0.01 0 0.38 0.01
HSL 61.25º 0.94% 0.8% -
HSV(B) 61.25º 0.38% 0.99% -
XYZ 80.24 92.35 45.05 -
YUV 240.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 250 252 156 0.01 0 0.38 0.01 61.25 0.94 0.8
Hex FA FC 9C 1 0 26 1 3D 5E 50
Octal 372 374 234 1 0 46 1 75 136 120
Binary 11111010 11111100 10011100 1 0 100110 1 111101 1011110 1010000

Color Harmonies of #FAFC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC9C

Black with #FAFC9C

Text Example


Text Example

White with #FAFC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC9C; }

 p { color: rgb(250,252,156); }

 H1.HeaderClassName
 {
   color: #FAFC9C;
 }
 .AnyTagClassName
 {
   color: #FAFC9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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