Shades of Canary #FCFEA1
Tints of Canary #FCFEA1
RGB
CMYK
RGB Variations
Color information
#FCFEA1 (or 0xFCFEA1) is known color: Canary. HEX triplet: FC, FE and A1. RGB value is (252,254,161). Sum of RGB (Red+Green+Blue) = 252+254+161=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 161 (63.28% from 255 or 24.14% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEA1 is #03015E. Grayscale: #F3F3F3. Windows color (decimal): -196959 or 10616572. OLE color: 10616572.
HSL color Cylindrical-coordinate representation of color #FCFEA1: hue angle of 61.29º 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 #FCFEA1 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 161 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.00 |
| HSL | 61.29º | 0.98% | 0.81% | - |
| HSV(B) | 61.29º | 0.37% | 1% | - |
| XYZ | 82.02 | 94.15 | 47.57 | - |
| YUV | 242.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 161 | 0.01 | 0 | 0.37 | 0.00 | 61.29 | 0.98 | 0.81 |
| Hex | FC | FE | A1 | 1 | 0 | 25 | 0 | 3D | 62 | 51 |
| Octal | 374 | 376 | 241 | 1 | 0 | 45 | 0 | 75 | 142 | 121 |
| Binary | 11111100 | 11111110 | 10100001 | 1 | 0 | 100101 | 0 | 111101 | 1100010 | 1010001 |
Color Harmonies of #FCFEA1
Complementary color
Monochromatic Colors of #FCFEA1
Black with #FCFEA1
Text Example
Text Example
White with #FCFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEA1; }
p { color: rgb(252,254,161); }
H1.HeaderClassName
{
color: #FCFEA1;
}
.AnyTagClassName
{
color: #FCFEA1;
}
</style>
background-color css
<style>
a { background-color: #FCFEA1; }
a { background-color: rgb(252,254,161); }
div.DivClassName
{
background-color: #FCFEA1;
}
.BgClassName
{
background-color: #FCFEA1;
}
</style>
border-color css
<style>
span { border-color: #FCFEA1; }
span { border-color: rgb(252,254,161); }
td.TdClassName
{
border-color: #FCFEA1;
}
.TagClassName
{
border-color: #FCFEA1;
}
</style>