Shades of Canary #FAFF9B
Tints of Canary #FAFF9B
RGB
CMYK
RGB Variations
Color information
#FAFF9B (or 0xFAFF9B) is known color: Canary. HEX triplet: FA, FF and 9B. RGB value is (250,255,155). Sum of RGB (Red+Green+Blue) = 250+255+155=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 155 (60.94% from 255 or 23.48% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF9B is #050064. Grayscale: #F2F2F2. Windows color (decimal): -327781 or 10223610. OLE color: 10223610.
HSL color Cylindrical-coordinate representation of color #FAFF9B: hue angle of 63º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAFF9B is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 155 | - |
| CMYK | 0.02 | 0 | 0.39 | 0 |
| HSL | 63º | 1% | 0.8% | - |
| HSV(B) | 63º | 0.39% | 1% | - |
| XYZ | 81.1 | 94.21 | 44.92 | - |
| YUV | 242.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 155 | 0.02 | 0 | 0.39 | 0 | 63 | 1 | 0.8 |
| Hex | FA | FF | 9B | 2 | 0 | 27 | 0 | 3F | 64 | 50 |
| Octal | 372 | 377 | 233 | 2 | 0 | 47 | 0 | 77 | 144 | 120 |
| Binary | 11111010 | 11111111 | 10011011 | 10 | 0 | 100111 | 0 | 111111 | 1100100 | 1010000 |
Color Harmonies of #FAFF9B
Complementary color
Monochromatic Colors of #FAFF9B
Black with #FAFF9B
Text Example
Text Example
White with #FAFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF9B; }
p { color: rgb(250,255,155); }
H1.HeaderClassName
{
color: #FAFF9B;
}
.AnyTagClassName
{
color: #FAFF9B;
}
</style>
background-color css
<style>
a { background-color: #FAFF9B; }
a { background-color: rgb(250,255,155); }
div.DivClassName
{
background-color: #FAFF9B;
}
.BgClassName
{
background-color: #FAFF9B;
}
</style>
border-color css
<style>
span { border-color: #FAFF9B; }
span { border-color: rgb(250,255,155); }
td.TdClassName
{
border-color: #FAFF9B;
}
.TagClassName
{
border-color: #FAFF9B;
}
</style>