Shades of Canary #FAFDA0
Tints of Canary #FAFDA0
RGB
CMYK
RGB Variations
Color information
#FAFDA0 (or 0xFAFDA0) is known color: Canary. HEX triplet: FA, FD and A0. RGB value is (250,253,160). Sum of RGB (Red+Green+Blue) = 250+253+160=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 160 (62.89% from 255 or 24.13% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFDA0 is #05025F. Grayscale: #F1F1F1. Windows color (decimal): -328288 or 10550778. OLE color: 10550778.
HSL color Cylindrical-coordinate representation of color #FAFDA0: hue angle of 61.94º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAFDA0 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 160 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.01 |
| HSL | 61.94º | 0.96% | 0.81% | - |
| HSV(B) | 61.94º | 0.37% | 0.99% | - |
| XYZ | 80.89 | 93.11 | 46.97 | - |
| YUV | 241.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 160 | 0.01 | 0 | 0.37 | 0.01 | 61.94 | 0.96 | 0.81 |
| Hex | FA | FD | A0 | 1 | 0 | 25 | 1 | 3E | 60 | 51 |
| Octal | 372 | 375 | 240 | 1 | 0 | 45 | 1 | 76 | 140 | 121 |
| Binary | 11111010 | 11111101 | 10100000 | 1 | 0 | 100101 | 1 | 111110 | 1100000 | 1010001 |
Color Harmonies of #FAFDA0
Complementary color
Monochromatic Colors of #FAFDA0
Black with #FAFDA0
Text Example
Text Example
White with #FAFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDA0; }
p { color: rgb(250,253,160); }
H1.HeaderClassName
{
color: #FAFDA0;
}
.AnyTagClassName
{
color: #FAFDA0;
}
</style>
background-color css
<style>
a { background-color: #FAFDA0; }
a { background-color: rgb(250,253,160); }
div.DivClassName
{
background-color: #FAFDA0;
}
.BgClassName
{
background-color: #FAFDA0;
}
</style>
border-color css
<style>
span { border-color: #FAFDA0; }
span { border-color: rgb(250,253,160); }
td.TdClassName
{
border-color: #FAFDA0;
}
.TagClassName
{
border-color: #FAFDA0;
}
</style>