Shades of Canary #FBFDA1
Tints of Canary #FBFDA1
RGB
CMYK
RGB Variations
Color information
#FBFDA1 (or 0xFBFDA1) is known color: Canary. HEX triplet: FB, FD and A1. RGB value is (251,253,161). Sum of RGB (Red+Green+Blue) = 251+253+161=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 161 (63.28% from 255 or 24.21% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDA1 is #04025E. Grayscale: #F2F2F2. Windows color (decimal): -262751 or 10616315. OLE color: 10616315.
HSL color Cylindrical-coordinate representation of color #FBFDA1: hue angle of 61.3º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBFDA1 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 161 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.01 |
| HSL | 61.3º | 0.96% | 0.81% | - |
| HSV(B) | 61.3º | 0.36% | 0.99% | - |
| XYZ | 81.34 | 93.33 | 47.45 | - |
| YUV | 241.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 161 | 0.01 | 0 | 0.36 | 0.01 | 61.3 | 0.96 | 0.81 |
| Hex | FB | FD | A1 | 1 | 0 | 24 | 1 | 3D | 60 | 51 |
| Octal | 373 | 375 | 241 | 1 | 0 | 44 | 1 | 75 | 140 | 121 |
| Binary | 11111011 | 11111101 | 10100001 | 1 | 0 | 100100 | 1 | 111101 | 1100000 | 1010001 |
Color Harmonies of #FBFDA1
Complementary color
Monochromatic Colors of #FBFDA1
Black with #FBFDA1
Text Example
Text Example
White with #FBFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDA1; }
p { color: rgb(251,253,161); }
H1.HeaderClassName
{
color: #FBFDA1;
}
.AnyTagClassName
{
color: #FBFDA1;
}
</style>
background-color css
<style>
a { background-color: #FBFDA1; }
a { background-color: rgb(251,253,161); }
div.DivClassName
{
background-color: #FBFDA1;
}
.BgClassName
{
background-color: #FBFDA1;
}
</style>
border-color css
<style>
span { border-color: #FBFDA1; }
span { border-color: rgb(251,253,161); }
td.TdClassName
{
border-color: #FBFDA1;
}
.TagClassName
{
border-color: #FBFDA1;
}
</style>