Shades of Canary #FAFE99
Tints of Canary #FAFE99
RGB
CMYK
RGB Variations
Color information
#FAFE99 (or 0xFAFE99) is known color: Canary. HEX triplet: FA, FE and 99. RGB value is (250,254,153). Sum of RGB (Red+Green+Blue) = 250+254+153=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 153 (60.16% from 255 or 23.29% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE99 is #050166. Grayscale: #F1F1F1. Windows color (decimal): -328039 or 10092282. OLE color: 10092282.
HSL color Cylindrical-coordinate representation of color #FAFE99: hue angle of 62.38º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAFE99 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 153 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.00 |
| HSL | 62.38º | 0.98% | 0.8% | - |
| HSV(B) | 62.38º | 0.4% | 1% | - |
| XYZ | 80.62 | 93.51 | 43.94 | - |
| YUV | 241.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 153 | 0.02 | 0 | 0.40 | 0.00 | 62.38 | 0.98 | 0.8 |
| Hex | FA | FE | 99 | 2 | 0 | 28 | 0 | 3E | 62 | 50 |
| Octal | 372 | 376 | 231 | 2 | 0 | 50 | 0 | 76 | 142 | 120 |
| Binary | 11111010 | 11111110 | 10011001 | 10 | 0 | 101000 | 0 | 111110 | 1100010 | 1010000 |
Color Harmonies of #FAFE99
Complementary color
Monochromatic Colors of #FAFE99
Black with #FAFE99
Text Example
Text Example
White with #FAFE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE99; }
p { color: rgb(250,254,153); }
H1.HeaderClassName
{
color: #FAFE99;
}
.AnyTagClassName
{
color: #FAFE99;
}
</style>
background-color css
<style>
a { background-color: #FAFE99; }
a { background-color: rgb(250,254,153); }
div.DivClassName
{
background-color: #FAFE99;
}
.BgClassName
{
background-color: #FAFE99;
}
</style>
border-color css
<style>
span { border-color: #FAFE99; }
span { border-color: rgb(250,254,153); }
td.TdClassName
{
border-color: #FAFE99;
}
.TagClassName
{
border-color: #FAFE99;
}
</style>