Shades of Canary #FAFF8E
Tints of Canary #FAFF8E
RGB
CMYK
RGB Variations
Color information
#FAFF8E (or 0xFAFF8E) is known color: Canary. HEX triplet: FA, FF and 8E. RGB value is (250,255,142). Sum of RGB (Red+Green+Blue) = 250+255+142=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 142 (55.86% from 255 or 21.95% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF8E is #050071. Grayscale: #F1F1F1. Windows color (decimal): -327794 or 9371642. OLE color: 9371642.
HSL color Cylindrical-coordinate representation of color #FAFF8E: hue angle of 62.65º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAFF8E is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 142 | - |
| CMYK | 0.02 | 0 | 0.44 | 0 |
| HSL | 62.65º | 1% | 0.78% | - |
| HSV(B) | 62.65º | 0.44% | 1% | - |
| XYZ | 80.07 | 93.8 | 39.48 | - |
| YUV | 240.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 142 | 0.02 | 0 | 0.44 | 0 | 62.65 | 1 | 0.78 |
| Hex | FA | FF | 8E | 2 | 0 | 2C | 0 | 3F | 64 | 4E |
| Octal | 372 | 377 | 216 | 2 | 0 | 54 | 0 | 77 | 144 | 116 |
| Binary | 11111010 | 11111111 | 10001110 | 10 | 0 | 101100 | 0 | 111111 | 1100100 | 1001110 |
Color Harmonies of #FAFF8E
Complementary color
Monochromatic Colors of #FAFF8E
Black with #FAFF8E
Text Example
Text Example
White with #FAFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF8E; }
p { color: rgb(250,255,142); }
H1.HeaderClassName
{
color: #FAFF8E;
}
.AnyTagClassName
{
color: #FAFF8E;
}
</style>
background-color css
<style>
a { background-color: #FAFF8E; }
a { background-color: rgb(250,255,142); }
div.DivClassName
{
background-color: #FAFF8E;
}
.BgClassName
{
background-color: #FAFF8E;
}
</style>
border-color css
<style>
span { border-color: #FAFF8E; }
span { border-color: rgb(250,255,142); }
td.TdClassName
{
border-color: #FAFF8E;
}
.TagClassName
{
border-color: #FAFF8E;
}
</style>