#FBFFA0

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

Shades of Canary #FBFFA0

Tints of Canary #FBFFA0

Color information

#FBFFA0 (or 0xFBFFA0) is unknown color: approx Canary. HEX triplet: FB, FF and A0. RGB value is (251,255,160). Sum of RGB (Red+Green+Blue) = 251+255+160=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 160 (62.89% from 255 or 24.02% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA0 is #04005F. Grayscale: #F3F3F3. Windows color (decimal): -262240 or 10551291. OLE color: 10551291.

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

Color convert

RGB251255160-
CMYK0.0200.370
HSL62.53º100%81.37%-
HSV(B)62.53º37.25%100%-
XYZ81.8994.5747.2-
YUV242.9781.17133.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 160 (62.89% from 255) = 24.02%
R=37.69%
G=38.29%
B=24.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551600.0200.37062.5310081.37
HexFBFFA0202503f6451
Octal3733772402045077144121
Binary111110111111111110100000100100101011111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFA0; }

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

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

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

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

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

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

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

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