#FBFFA2

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

Shades of Canary #FBFFA2

Tints of Canary #FBFFA2

Color information

#FBFFA2 (or 0xFBFFA2) is unknown color: approx Canary. HEX triplet: FB, FF and A2. RGB value is (251,255,162). Sum of RGB (Red+Green+Blue) = 251+255+162=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 162 (63.67% from 255 or 24.25% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA2 is #04005D. Grayscale: #F3F3F3. Windows color (decimal): -262238 or 10682363. OLE color: 10682363.

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

Color convert

RGB251255162-
CMYK0.0200.360
HSL62.58º100%81.76%-
HSV(B)62.58º36.47%100%-
XYZ82.0794.6448.12-
YUV243.282.17133.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 162 (63.67% from 255) = 24.25%
R=37.57%
G=38.17%
B=24.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551620.0200.36062.5810081.76
HexFBFFA2202403f6452
Octal3733772422044077144122
Binary111110111111111110100010100100100011111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFA2; }

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

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

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

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

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

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

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

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