Shades of Canary #FDFFA2
Tints of Canary #FDFFA2
RGB
CMYK
RGB Variations
Color information
#FDFFA2 (or 0xFDFFA2) is known color: Canary. HEX triplet: FD, FF and A2. RGB value is (253,255,162). Sum of RGB (Red+Green+Blue) = 253+255+162=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 162 (63.67% from 255 or 24.18% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA2 is #02005D. Grayscale: #F4F4F4. Windows color (decimal): -131166 or 10682365. OLE color: 10682365.
HSL color Cylindrical-coordinate representation of color #FDFFA2: hue angle of 61.29º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDFFA2 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 162 | - |
| CMYK | 0.01 | 0 | 0.36 | 0 |
| HSL | 61.29º | 1% | 0.82% | - |
| HSV(B) | 61.29º | 0.36% | 1% | - |
| XYZ | 82.79 | 95.01 | 48.16 | - |
| YUV | 243.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 162 | 0.01 | 0 | 0.36 | 0 | 61.29 | 1 | 0.82 |
| Hex | FD | FF | A2 | 1 | 0 | 24 | 0 | 3D | 64 | 52 |
| Octal | 375 | 377 | 242 | 1 | 0 | 44 | 0 | 75 | 144 | 122 |
| Binary | 11111101 | 11111111 | 10100010 | 1 | 0 | 100100 | 0 | 111101 | 1100100 | 1010010 |
Color Harmonies of #FDFFA2
Complementary color
Monochromatic Colors of #FDFFA2
Black with #FDFFA2
Text Example
Text Example
White with #FDFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFA2; }
p { color: rgb(253,255,162); }
H1.HeaderClassName
{
color: #FDFFA2;
}
.AnyTagClassName
{
color: #FDFFA2;
}
</style>
background-color css
<style>
a { background-color: #FDFFA2; }
a { background-color: rgb(253,255,162); }
div.DivClassName
{
background-color: #FDFFA2;
}
.BgClassName
{
background-color: #FDFFA2;
}
</style>
border-color css
<style>
span { border-color: #FDFFA2; }
span { border-color: rgb(253,255,162); }
td.TdClassName
{
border-color: #FDFFA2;
}
.TagClassName
{
border-color: #FDFFA2;
}
</style>