Shades of Canary #FAFEA2
Tints of Canary #FAFEA2
RGB
CMYK
RGB Variations
Color information
#FAFEA2 (or 0xFAFEA2) is known color: Canary. HEX triplet: FA, FE and A2. RGB value is (250,254,162). Sum of RGB (Red+Green+Blue) = 250+254+162=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 162 (63.67% from 255 or 24.32% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEA2 is #05015D. Grayscale: #F2F2F2. Windows color (decimal): -328030 or 10682106. OLE color: 10682106.
HSL color Cylindrical-coordinate representation of color #FAFEA2: hue angle of 62.61º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAFEA2 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 162 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.00 |
| HSL | 62.61º | 0.98% | 0.82% | - |
| HSV(B) | 62.61º | 0.36% | 1% | - |
| XYZ | 81.39 | 93.82 | 48 | - |
| YUV | 242.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 162 | 0.02 | 0 | 0.36 | 0.00 | 62.61 | 0.98 | 0.82 |
| Hex | FA | FE | A2 | 2 | 0 | 24 | 0 | 3F | 62 | 52 |
| Octal | 372 | 376 | 242 | 2 | 0 | 44 | 0 | 77 | 142 | 122 |
| Binary | 11111010 | 11111110 | 10100010 | 10 | 0 | 100100 | 0 | 111111 | 1100010 | 1010010 |
Color Harmonies of #FAFEA2
Complementary color
Monochromatic Colors of #FAFEA2
Black with #FAFEA2
Text Example
Text Example
White with #FAFEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEA2; }
p { color: rgb(250,254,162); }
H1.HeaderClassName
{
color: #FAFEA2;
}
.AnyTagClassName
{
color: #FAFEA2;
}
</style>
background-color css
<style>
a { background-color: #FAFEA2; }
a { background-color: rgb(250,254,162); }
div.DivClassName
{
background-color: #FAFEA2;
}
.BgClassName
{
background-color: #FAFEA2;
}
</style>
border-color css
<style>
span { border-color: #FAFEA2; }
span { border-color: rgb(250,254,162); }
td.TdClassName
{
border-color: #FAFEA2;
}
.TagClassName
{
border-color: #FAFEA2;
}
</style>