Html Css Color HEX #FAFB9A Canary

📋 copy color: '#FAFB9A'

red 250 ◦ green 251 ◦ blue 154

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

Shades of Canary #FAFB9A

Tints of Canary #FAFB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 23.51%

R = 38.17%
G = 38.32%
B = 23.51%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAFB9A (or 0xFAFB9A) is known color: Canary. HEX triplet: FA, FB and 9A. RGB value is (250,251,154). Sum of RGB (Red+Green+Blue) = 250+251+154=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 154 (60.55% from 255 or 23.51% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFB9A is #050465. Grayscale: #F0F0F0. Windows color (decimal): -328806 or 10157050. OLE color: 10157050.

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

Color convert

RGB 250 251 154 -
CMYK 0.00 0 0.39 0.02
HSL 60.62º 0.92% 0.79% -
HSV(B) 60.62º 0.39% 0.98% -
XYZ 79.75 91.65 44.06 -
YUV 239.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 250 251 154 0.00 0 0.39 0.02 60.62 0.92 0.79
Hex FA FB 9A 0 0 27 2 3D 5C 4F
Octal 372 373 232 0 0 47 2 75 134 117
Binary 11111010 11111011 10011010 0 0 100111 10 111101 1011100 1001111

Color Harmonies of #FAFB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFB9A

Black with #FAFB9A

Text Example


Text Example

White with #FAFB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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