Shades of Canary #FAFB9B
Tints of Canary #FAFB9B
RGB
CMYK
RGB Variations
Color information
#FAFB9B (or 0xFAFB9B) is known color: Canary. HEX triplet: FA, FB and 9B. RGB value is (250,251,155). Sum of RGB (Red+Green+Blue) = 250+251+155=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 155 (60.94% from 255 or 23.63% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFB9B is #050464. Grayscale: #F0F0F0. Windows color (decimal): -328805 or 10222586. OLE color: 10222586.
HSL color Cylindrical-coordinate representation of color #FAFB9B: hue angle of 60.63º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAFB9B is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 155 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.02 |
| HSL | 60.63º | 0.92% | 0.8% | - |
| HSV(B) | 60.63º | 0.38% | 0.98% | - |
| XYZ | 79.84 | 91.68 | 44.5 | - |
| YUV | 239.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 155 | 0.00 | 0 | 0.38 | 0.02 | 60.63 | 0.92 | 0.8 |
| Hex | FA | FB | 9B | 0 | 0 | 26 | 2 | 3D | 5C | 50 |
| Octal | 372 | 373 | 233 | 0 | 0 | 46 | 2 | 75 | 134 | 120 |
| Binary | 11111010 | 11111011 | 10011011 | 0 | 0 | 100110 | 10 | 111101 | 1011100 | 1010000 |
Color Harmonies of #FAFB9B
Complementary color
Monochromatic Colors of #FAFB9B
Black with #FAFB9B
Text Example
Text Example
White with #FAFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB9B; }
p { color: rgb(250,251,155); }
H1.HeaderClassName
{
color: #FAFB9B;
}
.AnyTagClassName
{
color: #FAFB9B;
}
</style>
background-color css
<style>
a { background-color: #FAFB9B; }
a { background-color: rgb(250,251,155); }
div.DivClassName
{
background-color: #FAFB9B;
}
.BgClassName
{
background-color: #FAFB9B;
}
</style>
border-color css
<style>
span { border-color: #FAFB9B; }
span { border-color: rgb(250,251,155); }
td.TdClassName
{
border-color: #FAFB9B;
}
.TagClassName
{
border-color: #FAFB9B;
}
</style>