Shades of Canary #FCFDA0
Tints of Canary #FCFDA0
RGB
CMYK
RGB Variations
Color information
#FCFDA0 (or 0xFCFDA0) is known color: Canary. HEX triplet: FC, FD and A0. RGB value is (252,253,160). Sum of RGB (Red+Green+Blue) = 252+253+160=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 160 (62.89% from 255 or 24.06% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDA0 is #03025F. Grayscale: #F2F2F2. Windows color (decimal): -197216 or 10550780. OLE color: 10550780.
HSL color Cylindrical-coordinate representation of color #FCFDA0: hue angle of 60.65º 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 #FCFDA0 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 160 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.01 |
| HSL | 60.65º | 0.96% | 0.81% | - |
| HSV(B) | 60.65º | 0.37% | 0.99% | - |
| XYZ | 81.62 | 93.48 | 47 | - |
| YUV | 242.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 160 | 0.00 | 0 | 0.37 | 0.01 | 60.65 | 0.96 | 0.81 |
| Hex | FC | FD | A0 | 0 | 0 | 25 | 1 | 3D | 60 | 51 |
| Octal | 374 | 375 | 240 | 0 | 0 | 45 | 1 | 75 | 140 | 121 |
| Binary | 11111100 | 11111101 | 10100000 | 0 | 0 | 100101 | 1 | 111101 | 1100000 | 1010001 |
Color Harmonies of #FCFDA0
Complementary color
Monochromatic Colors of #FCFDA0
Black with #FCFDA0
Text Example
Text Example
White with #FCFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDA0; }
p { color: rgb(252,253,160); }
H1.HeaderClassName
{
color: #FCFDA0;
}
.AnyTagClassName
{
color: #FCFDA0;
}
</style>
background-color css
<style>
a { background-color: #FCFDA0; }
a { background-color: rgb(252,253,160); }
div.DivClassName
{
background-color: #FCFDA0;
}
.BgClassName
{
background-color: #FCFDA0;
}
</style>
border-color css
<style>
span { border-color: #FCFDA0; }
span { border-color: rgb(252,253,160); }
td.TdClassName
{
border-color: #FCFDA0;
}
.TagClassName
{
border-color: #FCFDA0;
}
</style>