#FAFE95

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

Shades of Canary #FAFE95

Tints of Canary #FAFE95

Color information

#FAFE95 (or 0xFAFE95) is unknown color: approx Canary. HEX triplet: FA, FE and 95. RGB value is (250,254,149). Sum of RGB (Red+Green+Blue) = 250+254+149=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 149 (58.59% from 255 or 22.82% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE95 is #05016A. Grayscale: #F1F1F1. Windows color (decimal): -328043 or 9830138. OLE color: 9830138.

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

Color convert

RGB250254149-
CMYK0.0200.410.00
HSL62.29º98.13%79.02%-
HSV(B)62.29º41.34%99.61%-
XYZ80.2993.3842.23-
YUV240.8376.17134.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 149 (58.59% from 255) = 22.82%
R=38.28%
G=38.90%
B=22.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541490.0200.410.0062.2998.1379.02
HexFAFE95202903e624f
Octal3723762252051076142117
Binary111110101111111010010101100101001011111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE95; }

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

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

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

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

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

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

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

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