#FAFD90

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

Shades of Canary #FAFD90

Tints of Canary #FAFD90

Color information

#FAFD90 (or 0xFAFD90) is unknown color: approx Canary. HEX triplet: FA, FD and 90. RGB value is (250,253,144). Sum of RGB (Red+Green+Blue) = 250+253+144=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 144 (56.64% from 255 or 22.26% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFD90 is #05026F. Grayscale: #F0F0F0. Windows color (decimal): -328304 or 9502202. OLE color: 9502202.

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

Color convert

RGB250253144-
CMYK0.0100.430.01
HSL61.65º96.46%77.84%-
HSV(B)61.65º43.08%99.22%-
XYZ79.5892.5940.06-
YUV239.6874.01135.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 144 (56.64% from 255) = 22.26%
R=38.64%
G=39.10%
B=22.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531440.0100.430.0161.6596.4677.84
HexFAFD90102B13e604e
Octal3723752201053176140116
Binary11111010111111011001000010101011111111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD90; }

 p { color: rgb(250,253,144); }

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

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

 a { background-color: rgb(250,253,144); }

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

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

 span { border-color: rgb(250,253,144); }

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