Shades of Canary #FAFB9D
Tints of Canary #FAFB9D
RGB
CMYK
RGB Variations
Color information
#FAFB9D (or 0xFAFB9D) is known color: Canary. HEX triplet: FA, FB and 9D. RGB value is (250,251,157). Sum of RGB (Red+Green+Blue) = 250+251+157=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 157 (61.72% from 255 or 23.86% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFB9D is #050462. Grayscale: #F0F0F0. Windows color (decimal): -328803 or 10353658. OLE color: 10353658.
HSL color Cylindrical-coordinate representation of color #FAFB9D: hue angle of 60.64º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAFB9D is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 157 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.02 |
| HSL | 60.64º | 0.92% | 0.8% | - |
| HSV(B) | 60.64º | 0.37% | 0.98% | - |
| XYZ | 80.01 | 91.75 | 45.39 | - |
| YUV | 239.99 | 81.17 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 157 | 0.00 | 0 | 0.37 | 0.02 | 60.64 | 0.92 | 0.8 |
| Hex | FA | FB | 9D | 0 | 0 | 25 | 2 | 3D | 5C | 50 |
| Octal | 372 | 373 | 235 | 0 | 0 | 45 | 2 | 75 | 134 | 120 |
| Binary | 11111010 | 11111011 | 10011101 | 0 | 0 | 100101 | 10 | 111101 | 1011100 | 1010000 |
Color Harmonies of #FAFB9D
Complementary color
Monochromatic Colors of #FAFB9D
Black with #FAFB9D
Text Example
Text Example
White with #FAFB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB9D; }
p { color: rgb(250,251,157); }
H1.HeaderClassName
{
color: #FAFB9D;
}
.AnyTagClassName
{
color: #FAFB9D;
}
</style>
background-color css
<style>
a { background-color: #FAFB9D; }
a { background-color: rgb(250,251,157); }
div.DivClassName
{
background-color: #FAFB9D;
}
.BgClassName
{
background-color: #FAFB9D;
}
</style>
border-color css
<style>
span { border-color: #FAFB9D; }
span { border-color: rgb(250,251,157); }
td.TdClassName
{
border-color: #FAFB9D;
}
.TagClassName
{
border-color: #FAFB9D;
}
</style>