Shades of Fringy Flower #A9FAB9
Tints of Fringy Flower #A9FAB9
RGB
CMYK
RGB Variations
Color information
#A9FAB9 (or 0xA9FAB9) is known color: Fringy Flower. HEX triplet: A9, FA and B9. RGB value is (169,250,185). Sum of RGB (Red+Green+Blue) = 169+250+185=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FAB9 is #560546. Grayscale: #DADADA. Windows color (decimal): -5637447 or 12188329. OLE color: 12188329.
HSL color Cylindrical-coordinate representation of color #A9FAB9: hue angle of 131.85º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FAB9 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 185 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.02 |
| HSL | 131.85º | 0.89% | 0.82% | - |
| HSV(B) | 131.85º | 0.32% | 0.98% | - |
| XYZ | 59.3 | 80.31 | 58.27 | - |
| YUV | 218.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 185 | 0.32 | 0 | 0.26 | 0.02 | 131.85 | 0.89 | 0.82 |
| Hex | A9 | FA | B9 | 20 | 0 | 1A | 2 | 84 | 59 | 52 |
| Octal | 251 | 372 | 271 | 40 | 0 | 32 | 2 | 204 | 131 | 122 |
| Binary | 10101001 | 11111010 | 10111001 | 100000 | 0 | 11010 | 10 | 10000100 | 1011001 | 1010010 |
Color Harmonies of #A9FAB9
Complementary color
Monochromatic Colors of #A9FAB9
Black with #A9FAB9
Text Example
Text Example
White with #A9FAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAB9; }
p { color: rgb(169,250,185); }
H1.HeaderClassName
{
color: #A9FAB9;
}
.AnyTagClassName
{
color: #A9FAB9;
}
</style>
background-color css
<style>
a { background-color: #A9FAB9; }
a { background-color: rgb(169,250,185); }
div.DivClassName
{
background-color: #A9FAB9;
}
.BgClassName
{
background-color: #A9FAB9;
}
</style>
border-color css
<style>
span { border-color: #A9FAB9; }
span { border-color: rgb(169,250,185); }
td.TdClassName
{
border-color: #A9FAB9;
}
.TagClassName
{
border-color: #A9FAB9;
}
</style>