Shades of Canary #FAFE9C
Tints of Canary #FAFE9C
RGB
CMYK
RGB Variations
Color information
#FAFE9C (or 0xFAFE9C) is known color: Canary. HEX triplet: FA, FE and 9C. RGB value is (250,254,156). Sum of RGB (Red+Green+Blue) = 250+254+156=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 156 (61.33% from 255 or 23.64% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE9C is #050163. Grayscale: #F2F2F2. Windows color (decimal): -328036 or 10288890. OLE color: 10288890.
HSL color Cylindrical-coordinate representation of color #FAFE9C: hue angle of 62.45º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAFE9C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 156 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.00 |
| HSL | 62.45º | 0.98% | 0.8% | - |
| HSV(B) | 62.45º | 0.39% | 1% | - |
| XYZ | 80.87 | 93.61 | 45.26 | - |
| YUV | 241.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 156 | 0.02 | 0 | 0.39 | 0.00 | 62.45 | 0.98 | 0.8 |
| Hex | FA | FE | 9C | 2 | 0 | 27 | 0 | 3E | 62 | 50 |
| Octal | 372 | 376 | 234 | 2 | 0 | 47 | 0 | 76 | 142 | 120 |
| Binary | 11111010 | 11111110 | 10011100 | 10 | 0 | 100111 | 0 | 111110 | 1100010 | 1010000 |
Color Harmonies of #FAFE9C
Complementary color
Monochromatic Colors of #FAFE9C
Black with #FAFE9C
Text Example
Text Example
White with #FAFE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE9C; }
p { color: rgb(250,254,156); }
H1.HeaderClassName
{
color: #FAFE9C;
}
.AnyTagClassName
{
color: #FAFE9C;
}
</style>
background-color css
<style>
a { background-color: #FAFE9C; }
a { background-color: rgb(250,254,156); }
div.DivClassName
{
background-color: #FAFE9C;
}
.BgClassName
{
background-color: #FAFE9C;
}
</style>
border-color css
<style>
span { border-color: #FAFE9C; }
span { border-color: rgb(250,254,156); }
td.TdClassName
{
border-color: #FAFE9C;
}
.TagClassName
{
border-color: #FAFE9C;
}
</style>