Shades of Canary #FAFE9B
Tints of Canary #FAFE9B
RGB
CMYK
RGB Variations
Color information
#FAFE9B (or 0xFAFE9B) is known color: Canary. HEX triplet: FA, FE and 9B. RGB value is (250,254,155). Sum of RGB (Red+Green+Blue) = 250+254+155=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 155 (60.94% from 255 or 23.52% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE9B is #050164. Grayscale: #F1F1F1. Windows color (decimal): -328037 or 10223354. OLE color: 10223354.
HSL color Cylindrical-coordinate representation of color #FAFE9B: hue angle of 62.42º 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 #FAFE9B is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 155 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.00 |
| HSL | 62.42º | 0.98% | 0.8% | - |
| HSV(B) | 62.42º | 0.39% | 1% | - |
| XYZ | 80.78 | 93.57 | 44.81 | - |
| YUV | 241.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 155 | 0.02 | 0 | 0.39 | 0.00 | 62.42 | 0.98 | 0.8 |
| Hex | FA | FE | 9B | 2 | 0 | 27 | 0 | 3E | 62 | 50 |
| Octal | 372 | 376 | 233 | 2 | 0 | 47 | 0 | 76 | 142 | 120 |
| Binary | 11111010 | 11111110 | 10011011 | 10 | 0 | 100111 | 0 | 111110 | 1100010 | 1010000 |
Color Harmonies of #FAFE9B
Complementary color
Monochromatic Colors of #FAFE9B
Black with #FAFE9B
Text Example
Text Example
White with #FAFE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE9B; }
p { color: rgb(250,254,155); }
H1.HeaderClassName
{
color: #FAFE9B;
}
.AnyTagClassName
{
color: #FAFE9B;
}
</style>
background-color css
<style>
a { background-color: #FAFE9B; }
a { background-color: rgb(250,254,155); }
div.DivClassName
{
background-color: #FAFE9B;
}
.BgClassName
{
background-color: #FAFE9B;
}
</style>
border-color css
<style>
span { border-color: #FAFE9B; }
span { border-color: rgb(250,254,155); }
td.TdClassName
{
border-color: #FAFE9B;
}
.TagClassName
{
border-color: #FAFE9B;
}
</style>