#FAFE8E

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

Shades of Canary #FAFE8E

Tints of Canary #FAFE8E

Color information

#FAFE8E (or 0xFAFE8E) is unknown color: approx Canary. HEX triplet: FA, FE and 8E. RGB value is (250,254,142). Sum of RGB (Red+Green+Blue) = 250+254+142=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 142 (55.86% from 255 or 21.98% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE8E is #050171. Grayscale: #F0F0F0. Windows color (decimal): -328050 or 9371386. OLE color: 9371386.

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

Color convert

RGB250254142-
CMYK0.0200.440.00
HSL62.14º98.25%77.65%-
HSV(B)62.14º44.09%99.61%-
XYZ79.7593.1639.37-
YUV240.0472.67135.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 142 (55.86% from 255) = 21.98%
R=38.70%
G=39.32%
B=21.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541420.0200.440.0062.1498.2577.65
HexFAFE8E202C03e624e
Octal3723762162054076142116
Binary111110101111111010001110100101100011111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE8E; }

 p { color: rgb(250,254,142); }

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

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

 a { background-color: rgb(250,254,142); }

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

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

 span { border-color: rgb(250,254,142); }

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