Shades of Canary #FCFDA2
Tints of Canary #FCFDA2
RGB
CMYK
RGB Variations
Color information
#FCFDA2 (or 0xFCFDA2) is known color: Canary. HEX triplet: FC, FD and A2. RGB value is (252,253,162). Sum of RGB (Red+Green+Blue) = 252+253+162=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 162 (63.67% from 255 or 24.29% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDA2 is #03025D. Grayscale: #F2F2F2. Windows color (decimal): -197214 or 10681852. OLE color: 10681852.
HSL color Cylindrical-coordinate representation of color #FCFDA2: hue angle of 60.66º 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 #FCFDA2 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 162 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.01 |
| HSL | 60.66º | 0.96% | 0.81% | - |
| HSV(B) | 60.66º | 0.36% | 0.99% | - |
| XYZ | 81.79 | 93.55 | 47.93 | - |
| YUV | 242.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 162 | 0.00 | 0 | 0.36 | 0.01 | 60.66 | 0.96 | 0.81 |
| Hex | FC | FD | A2 | 0 | 0 | 24 | 1 | 3D | 60 | 51 |
| Octal | 374 | 375 | 242 | 0 | 0 | 44 | 1 | 75 | 140 | 121 |
| Binary | 11111100 | 11111101 | 10100010 | 0 | 0 | 100100 | 1 | 111101 | 1100000 | 1010001 |
Color Harmonies of #FCFDA2
Complementary color
Monochromatic Colors of #FCFDA2
Black with #FCFDA2
Text Example
Text Example
White with #FCFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDA2; }
p { color: rgb(252,253,162); }
H1.HeaderClassName
{
color: #FCFDA2;
}
.AnyTagClassName
{
color: #FCFDA2;
}
</style>
background-color css
<style>
a { background-color: #FCFDA2; }
a { background-color: rgb(252,253,162); }
div.DivClassName
{
background-color: #FCFDA2;
}
.BgClassName
{
background-color: #FCFDA2;
}
</style>
border-color css
<style>
span { border-color: #FCFDA2; }
span { border-color: rgb(252,253,162); }
td.TdClassName
{
border-color: #FCFDA2;
}
.TagClassName
{
border-color: #FCFDA2;
}
</style>