#FAFF8D

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

Shades of Canary #FAFF8D

Tints of Canary #FAFF8D

Color information

#FAFF8D (or 0xFAFF8D) is unknown color: approx Canary. HEX triplet: FA, FF and 8D. RGB value is (250,255,141). Sum of RGB (Red+Green+Blue) = 250+255+141=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 141 (55.47% from 255 or 21.83% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF8D is #050072. Grayscale: #F0F0F0. Windows color (decimal): -327795 or 9306106. OLE color: 9306106.

HSL color Cylindrical-coordinate representation of color #FAFF8D: hue angle of 62.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAFF8D is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB250255141-
CMYK0.0200.450
HSL62.63º100%77.65%-
HSV(B)62.63º44.71%100%-
XYZ79.9993.7739.08-
YUV240.5171.84134.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 141 (55.47% from 255) = 21.83%
R=38.70%
G=39.47%
B=21.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551410.0200.45062.6310077.65
HexFAFF8D202D03f644e
Octal3723772152055077144116
Binary111110101111111110001101100101101011111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF8D; }

 p { color: rgb(250,255,141); }

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

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

 a { background-color: rgb(250,255,141); }

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

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

 span { border-color: rgb(250,255,141); }

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