Shades of Canary #FBFDA0
Tints of Canary #FBFDA0
RGB
CMYK
RGB Variations
Color information
#FBFDA0 (or 0xFBFDA0) is known color: Canary. HEX triplet: FB, FD and A0. RGB value is (251,253,160). Sum of RGB (Red+Green+Blue) = 251+253+160=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 160 (62.89% from 255 or 24.10% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDA0 is #04025F. Grayscale: #F2F2F2. Windows color (decimal): -262752 or 10550779. OLE color: 10550779.
HSL color Cylindrical-coordinate representation of color #FBFDA0: hue angle of 61.29º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBFDA0 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 160 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.01 |
| HSL | 61.29º | 0.96% | 0.81% | - |
| HSV(B) | 61.29º | 0.37% | 0.99% | - |
| XYZ | 81.25 | 93.3 | 46.98 | - |
| YUV | 241.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 160 | 0.01 | 0 | 0.37 | 0.01 | 61.29 | 0.96 | 0.81 |
| Hex | FB | FD | A0 | 1 | 0 | 25 | 1 | 3D | 60 | 51 |
| Octal | 373 | 375 | 240 | 1 | 0 | 45 | 1 | 75 | 140 | 121 |
| Binary | 11111011 | 11111101 | 10100000 | 1 | 0 | 100101 | 1 | 111101 | 1100000 | 1010001 |
Color Harmonies of #FBFDA0
Complementary color
Monochromatic Colors of #FBFDA0
Black with #FBFDA0
Text Example
Text Example
White with #FBFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDA0; }
p { color: rgb(251,253,160); }
H1.HeaderClassName
{
color: #FBFDA0;
}
.AnyTagClassName
{
color: #FBFDA0;
}
</style>
background-color css
<style>
a { background-color: #FBFDA0; }
a { background-color: rgb(251,253,160); }
div.DivClassName
{
background-color: #FBFDA0;
}
.BgClassName
{
background-color: #FBFDA0;
}
</style>
border-color css
<style>
span { border-color: #FBFDA0; }
span { border-color: rgb(251,253,160); }
td.TdClassName
{
border-color: #FBFDA0;
}
.TagClassName
{
border-color: #FBFDA0;
}
</style>