#FBFEA2

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

Shades of Canary #FBFEA2

Tints of Canary #FBFEA2

Color information

#FBFEA2 (or 0xFBFEA2) is unknown color: approx Canary. HEX triplet: FB, FE and A2. RGB value is (251,254,162). Sum of RGB (Red+Green+Blue) = 251+254+162=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 162 (63.67% from 255 or 24.29% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEA2 is #04015D. Grayscale: #F2F2F2. Windows color (decimal): -262494 or 10682107. OLE color: 10682107.

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

Color convert

RGB251254162-
CMYK0.0100.360.00
HSL61.96º97.87%81.57%-
HSV(B)61.96º36.22%99.61%-
XYZ81.759448.02-
YUV242.6182.51133.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 162 (63.67% from 255) = 24.29%
R=37.63%
G=38.08%
B=24.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512541620.0100.360.0061.9697.8781.57
HexFBFEA2102403e6252
Octal3733762421044076142122
Binary11111011111111101010001010100100011111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFEA2; }

 p { color: rgb(251,254,162); }

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

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

 a { background-color: rgb(251,254,162); }

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

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

 span { border-color: rgb(251,254,162); }

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