Shades of Canary #FBFDA2
Tints of Canary #FBFDA2
RGB
CMYK
RGB Variations
Color information
#FBFDA2 (or 0xFBFDA2) is known color: Canary. HEX triplet: FB, FD and A2. RGB value is (251,253,162). Sum of RGB (Red+Green+Blue) = 251+253+162=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 162 (63.67% from 255 or 24.32% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDA2 is #04025D. Grayscale: #F2F2F2. Windows color (decimal): -262750 or 10681851. OLE color: 10681851.
HSL color Cylindrical-coordinate representation of color #FBFDA2: hue angle of 61.32º 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 #FBFDA2 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 162 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.01 |
| HSL | 61.32º | 0.96% | 0.81% | - |
| HSV(B) | 61.32º | 0.36% | 0.99% | - |
| XYZ | 81.43 | 93.37 | 47.91 | - |
| YUV | 242.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 162 | 0.01 | 0 | 0.36 | 0.01 | 61.32 | 0.96 | 0.81 |
| Hex | FB | FD | A2 | 1 | 0 | 24 | 1 | 3D | 60 | 51 |
| Octal | 373 | 375 | 242 | 1 | 0 | 44 | 1 | 75 | 140 | 121 |
| Binary | 11111011 | 11111101 | 10100010 | 1 | 0 | 100100 | 1 | 111101 | 1100000 | 1010001 |
Color Harmonies of #FBFDA2
Complementary color
Monochromatic Colors of #FBFDA2
Black with #FBFDA2
Text Example
Text Example
White with #FBFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDA2; }
p { color: rgb(251,253,162); }
H1.HeaderClassName
{
color: #FBFDA2;
}
.AnyTagClassName
{
color: #FBFDA2;
}
</style>
background-color css
<style>
a { background-color: #FBFDA2; }
a { background-color: rgb(251,253,162); }
div.DivClassName
{
background-color: #FBFDA2;
}
.BgClassName
{
background-color: #FBFDA2;
}
</style>
border-color css
<style>
span { border-color: #FBFDA2; }
span { border-color: rgb(251,253,162); }
td.TdClassName
{
border-color: #FBFDA2;
}
.TagClassName
{
border-color: #FBFDA2;
}
</style>