Shades of Fringy Flower #A9FABB
Tints of Fringy Flower #A9FABB
RGB
CMYK
RGB Variations
Color information
#A9FABB (or 0xA9FABB) is known color: Fringy Flower. HEX triplet: A9, FA and BB. RGB value is (169,250,187). Sum of RGB (Red+Green+Blue) = 169+250+187=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FABB is #560544. Grayscale: #DADADA. Windows color (decimal): -5637445 or 12319401. OLE color: 12319401.
HSL color Cylindrical-coordinate representation of color #A9FABB: hue angle of 133.33º 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 #A9FABB is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 187 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.02 |
| HSL | 133.33º | 0.89% | 0.82% | - |
| HSV(B) | 133.33º | 0.32% | 0.98% | - |
| XYZ | 59.52 | 80.39 | 59.39 | - |
| YUV | 218.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 187 | 0.32 | 0 | 0.25 | 0.02 | 133.33 | 0.89 | 0.82 |
| Hex | A9 | FA | BB | 20 | 0 | 19 | 2 | 85 | 59 | 52 |
| Octal | 251 | 372 | 273 | 40 | 0 | 31 | 2 | 205 | 131 | 122 |
| Binary | 10101001 | 11111010 | 10111011 | 100000 | 0 | 11001 | 10 | 10000101 | 1011001 | 1010010 |
Color Harmonies of #A9FABB
Complementary color
Monochromatic Colors of #A9FABB
Black with #A9FABB
Text Example
Text Example
White with #A9FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FABB; }
p { color: rgb(169,250,187); }
H1.HeaderClassName
{
color: #A9FABB;
}
.AnyTagClassName
{
color: #A9FABB;
}
</style>
background-color css
<style>
a { background-color: #A9FABB; }
a { background-color: rgb(169,250,187); }
div.DivClassName
{
background-color: #A9FABB;
}
.BgClassName
{
background-color: #A9FABB;
}
</style>
border-color css
<style>
span { border-color: #A9FABB; }
span { border-color: rgb(169,250,187); }
td.TdClassName
{
border-color: #A9FABB;
}
.TagClassName
{
border-color: #A9FABB;
}
</style>