Shades of Canary #FAFA9B
Tints of Canary #FAFA9B
RGB
CMYK
RGB Variations
Color information
#FAFA9B (or 0xFAFA9B) is known color: Canary. HEX triplet: FA, FA and 9B. RGB value is (250,250,155). Sum of RGB (Red+Green+Blue) = 250+250+155=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 155 (60.94% from 255 or 23.66% from 655); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA9B is #050564. Grayscale: #EFEFEF. Windows color (decimal): -329061 or 10222330. OLE color: 10222330.
HSL color Cylindrical-coordinate representation of color #FAFA9B: hue angle of 60º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAFA9B is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 155 | - |
| CMYK | 0 | 0 | 0.38 | 0.02 |
| HSL | 60º | 0.9% | 0.79% | - |
| HSV(B) | 60º | 0.38% | 0.98% | - |
| XYZ | 79.53 | 91.06 | 44.4 | - |
| YUV | 239.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 155 | 0 | 0 | 0.38 | 0.02 | 60 | 0.9 | 0.79 |
| Hex | FA | FA | 9B | 0 | 0 | 26 | 2 | 3C | 5A | 4F |
| Octal | 372 | 372 | 233 | 0 | 0 | 46 | 2 | 74 | 132 | 117 |
| Binary | 11111010 | 11111010 | 10011011 | 0 | 0 | 100110 | 10 | 111100 | 1011010 | 1001111 |
Color Harmonies of #FAFA9B
Complementary color
Monochromatic Colors of #FAFA9B
Black with #FAFA9B
Text Example
Text Example
White with #FAFA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA9B; }
p { color: rgb(250,250,155); }
H1.HeaderClassName
{
color: #FAFA9B;
}
.AnyTagClassName
{
color: #FAFA9B;
}
</style>
background-color css
<style>
a { background-color: #FAFA9B; }
a { background-color: rgb(250,250,155); }
div.DivClassName
{
background-color: #FAFA9B;
}
.BgClassName
{
background-color: #FAFA9B;
}
</style>
border-color css
<style>
span { border-color: #FAFA9B; }
span { border-color: rgb(250,250,155); }
td.TdClassName
{
border-color: #FAFA9B;
}
.TagClassName
{
border-color: #FAFA9B;
}
</style>