Shades of Canary #F8FFA2
Tints of Canary #F8FFA2
RGB
CMYK
RGB Variations
Color information
#F8FFA2 (or 0xF8FFA2) is known color: Canary. HEX triplet: F8, FF and A2. RGB value is (248,255,162). Sum of RGB (Red+Green+Blue) = 248+255+162=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 162 (63.67% from 255 or 24.36% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FFA2 is #07005D. Grayscale: #F2F2F2. Windows color (decimal): -458846 or 10682360. OLE color: 10682360.
HSL color Cylindrical-coordinate representation of color #F8FFA2: hue angle of 64.52º 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 #F8FFA2 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 162 | - |
| CMYK | 0.03 | 0 | 0.36 | 0 |
| HSL | 64.52º | 1% | 0.82% | - |
| HSV(B) | 64.52º | 0.36% | 1% | - |
| XYZ | 80.99 | 94.09 | 48.07 | - |
| YUV | 242.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 162 | 0.03 | 0 | 0.36 | 0 | 64.52 | 1 | 0.82 |
| Hex | F8 | FF | A2 | 3 | 0 | 24 | 0 | 41 | 64 | 52 |
| Octal | 370 | 377 | 242 | 3 | 0 | 44 | 0 | 101 | 144 | 122 |
| Binary | 11111000 | 11111111 | 10100010 | 11 | 0 | 100100 | 0 | 1000001 | 1100100 | 1010010 |
Color Harmonies of #F8FFA2
Complementary color
Monochromatic Colors of #F8FFA2
Black with #F8FFA2
Text Example
Text Example
White with #F8FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFA2; }
p { color: rgb(248,255,162); }
H1.HeaderClassName
{
color: #F8FFA2;
}
.AnyTagClassName
{
color: #F8FFA2;
}
</style>
background-color css
<style>
a { background-color: #F8FFA2; }
a { background-color: rgb(248,255,162); }
div.DivClassName
{
background-color: #F8FFA2;
}
.BgClassName
{
background-color: #F8FFA2;
}
</style>
border-color css
<style>
span { border-color: #F8FFA2; }
span { border-color: rgb(248,255,162); }
td.TdClassName
{
border-color: #F8FFA2;
}
.TagClassName
{
border-color: #F8FFA2;
}
</style>