Shades of Canary #FBFEA0
Tints of Canary #FBFEA0
RGB
CMYK
RGB Variations
Color information
#FBFEA0 (or 0xFBFEA0) is known color: Canary. HEX triplet: FB, FE and A0. RGB value is (251,254,160). Sum of RGB (Red+Green+Blue) = 251+254+160=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 160 (62.89% from 255 or 24.06% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEA0 is #04015F. Grayscale: #F2F2F2. Windows color (decimal): -262496 or 10551035. OLE color: 10551035.
HSL color Cylindrical-coordinate representation of color #FBFEA0: hue angle of 61.91º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBFEA0 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 160 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.00 |
| HSL | 61.91º | 0.98% | 0.81% | - |
| HSV(B) | 61.91º | 0.37% | 1% | - |
| XYZ | 81.57 | 93.93 | 47.09 | - |
| YUV | 242.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 160 | 0.01 | 0 | 0.37 | 0.00 | 61.91 | 0.98 | 0.81 |
| Hex | FB | FE | A0 | 1 | 0 | 25 | 0 | 3E | 62 | 51 |
| Octal | 373 | 376 | 240 | 1 | 0 | 45 | 0 | 76 | 142 | 121 |
| Binary | 11111011 | 11111110 | 10100000 | 1 | 0 | 100101 | 0 | 111110 | 1100010 | 1010001 |
Color Harmonies of #FBFEA0
Complementary color
Monochromatic Colors of #FBFEA0
Black with #FBFEA0
Text Example
Text Example
White with #FBFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEA0; }
p { color: rgb(251,254,160); }
H1.HeaderClassName
{
color: #FBFEA0;
}
.AnyTagClassName
{
color: #FBFEA0;
}
</style>
background-color css
<style>
a { background-color: #FBFEA0; }
a { background-color: rgb(251,254,160); }
div.DivClassName
{
background-color: #FBFEA0;
}
.BgClassName
{
background-color: #FBFEA0;
}
</style>
border-color css
<style>
span { border-color: #FBFEA0; }
span { border-color: rgb(251,254,160); }
td.TdClassName
{
border-color: #FBFEA0;
}
.TagClassName
{
border-color: #FBFEA0;
}
</style>