Shades of Canary #FAFFA2
Tints of Canary #FAFFA2
RGB
CMYK
RGB Variations
Color information
#FAFFA2 (or 0xFAFFA2) is known color: Canary. HEX triplet: FA, FF and A2. RGB value is (250,255,162). Sum of RGB (Red+Green+Blue) = 250+255+162=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 162 (63.67% from 255 or 24.29% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFA2 is #05005D. Grayscale: #F3F3F3. Windows color (decimal): -327774 or 10682362. OLE color: 10682362.
HSL color Cylindrical-coordinate representation of color #FAFFA2: hue angle of 63.23º 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 #FAFFA2 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 162 | - |
| CMYK | 0.02 | 0 | 0.36 | 0 |
| HSL | 63.23º | 1% | 0.82% | - |
| HSV(B) | 63.23º | 0.36% | 1% | - |
| XYZ | 81.71 | 94.45 | 48.11 | - |
| YUV | 242.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 162 | 0.02 | 0 | 0.36 | 0 | 63.23 | 1 | 0.82 |
| Hex | FA | FF | A2 | 2 | 0 | 24 | 0 | 3F | 64 | 52 |
| Octal | 372 | 377 | 242 | 2 | 0 | 44 | 0 | 77 | 144 | 122 |
| Binary | 11111010 | 11111111 | 10100010 | 10 | 0 | 100100 | 0 | 111111 | 1100100 | 1010010 |
Color Harmonies of #FAFFA2
Complementary color
Monochromatic Colors of #FAFFA2
Black with #FAFFA2
Text Example
Text Example
White with #FAFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFA2; }
p { color: rgb(250,255,162); }
H1.HeaderClassName
{
color: #FAFFA2;
}
.AnyTagClassName
{
color: #FAFFA2;
}
</style>
background-color css
<style>
a { background-color: #FAFFA2; }
a { background-color: rgb(250,255,162); }
div.DivClassName
{
background-color: #FAFFA2;
}
.BgClassName
{
background-color: #FAFFA2;
}
</style>
border-color css
<style>
span { border-color: #FAFFA2; }
span { border-color: rgb(250,255,162); }
td.TdClassName
{
border-color: #FAFFA2;
}
.TagClassName
{
border-color: #FAFFA2;
}
</style>