Shades of Canary #FBFFA1
Tints of Canary #FBFFA1
RGB
CMYK
RGB Variations
Color information
#FBFFA1 (or 0xFBFFA1) is known color: Canary. HEX triplet: FB, FF and A1. RGB value is (251,255,161). Sum of RGB (Red+Green+Blue) = 251+255+161=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 161 (63.28% from 255 or 24.14% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA1 is #04005E. Grayscale: #F3F3F3. Windows color (decimal): -262239 or 10616827. OLE color: 10616827.
HSL color Cylindrical-coordinate representation of color #FBFFA1: hue angle of 62.55º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBFFA1 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 161 | - |
| CMYK | 0.02 | 0 | 0.37 | 0 |
| HSL | 62.55º | 1% | 0.82% | - |
| HSV(B) | 62.55º | 0.37% | 1% | - |
| XYZ | 81.98 | 94.6 | 47.66 | - |
| YUV | 243.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 161 | 0.02 | 0 | 0.37 | 0 | 62.55 | 1 | 0.82 |
| Hex | FB | FF | A1 | 2 | 0 | 25 | 0 | 3F | 64 | 52 |
| Octal | 373 | 377 | 241 | 2 | 0 | 45 | 0 | 77 | 144 | 122 |
| Binary | 11111011 | 11111111 | 10100001 | 10 | 0 | 100101 | 0 | 111111 | 1100100 | 1010010 |
Color Harmonies of #FBFFA1
Complementary color
Monochromatic Colors of #FBFFA1
Black with #FBFFA1
Text Example
Text Example
White with #FBFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFA1; }
p { color: rgb(251,255,161); }
H1.HeaderClassName
{
color: #FBFFA1;
}
.AnyTagClassName
{
color: #FBFFA1;
}
</style>
background-color css
<style>
a { background-color: #FBFFA1; }
a { background-color: rgb(251,255,161); }
div.DivClassName
{
background-color: #FBFFA1;
}
.BgClassName
{
background-color: #FBFFA1;
}
</style>
border-color css
<style>
span { border-color: #FBFFA1; }
span { border-color: rgb(251,255,161); }
td.TdClassName
{
border-color: #FBFFA1;
}
.TagClassName
{
border-color: #FBFFA1;
}
</style>