#FAFD9A

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

Shades of Canary #FAFD9A

Tints of Canary #FAFD9A

Color information

#FAFD9A (or 0xFAFD9A) is unknown color: approx Canary. HEX triplet: FA, FD and 9A. RGB value is (250,253,154). Sum of RGB (Red+Green+Blue) = 250+253+154=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 154 (60.55% from 255 or 23.44% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFD9A is #050265. Grayscale: #F1F1F1. Windows color (decimal): -328294 or 10157562. OLE color: 10157562.

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

Color convert

RGB250253154-
CMYK0.0100.390.01
HSL61.82º96.12%79.8%-
HSV(B)61.82º39.13%99.22%-
XYZ80.3892.9144.27-
YUV240.8279.01134.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 154 (60.55% from 255) = 23.44%
R=38.05%
G=38.51%
B=23.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531540.0100.390.0161.8296.1279.8
HexFAFD9A102713e6050
Octal3723752321047176140120
Binary11111010111111011001101010100111111111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD9A; }

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

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

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

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

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

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

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

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