Html Css Color HEX #FAFB9B Canary

📋 copy color: '#FAFB9B'

red 250 ◦ green 251 ◦ blue 155

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

Shades of Canary #FAFB9B

Tints of Canary #FAFB9B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.26%

 BLUE value IS 155 (60.94% from 255) = 23.63%

R = 38.11%
G = 38.26%
B = 23.63%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAFB9B (or 0xFAFB9B) is known color: Canary. HEX triplet: FA, FB and 9B. RGB value is (250,251,155). Sum of RGB (Red+Green+Blue) = 250+251+155=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 155 (60.94% from 255 or 23.63% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFB9B is #050464. Grayscale: #F0F0F0. Windows color (decimal): -328805 or 10222586. OLE color: 10222586.

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

Color convert

RGB 250 251 155 -
CMYK 0.00 0 0.38 0.02
HSL 60.63º 0.92% 0.8% -
HSV(B) 60.63º 0.38% 0.98% -
XYZ 79.84 91.68 44.5 -
YUV 239.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 250 251 155 0.00 0 0.38 0.02 60.63 0.92 0.8
Hex FA FB 9B 0 0 26 2 3D 5C 50
Octal 372 373 233 0 0 46 2 75 134 120
Binary 11111010 11111011 10011011 0 0 100110 10 111101 1011100 1010000

Color Harmonies of #FAFB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFB9B

Black with #FAFB9B

Text Example


Text Example

White with #FAFB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFB9B; }

 p { color: rgb(250,251,155); }

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

background-color css

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

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

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

border-color css

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

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

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