Shades of Fringy Flower #A9FABA
Tints of Fringy Flower #A9FABA
RGB
CMYK
RGB Variations
Color information
#A9FABA (or 0xA9FABA) is known color: Fringy Flower. HEX triplet: A9, FA and BA. RGB value is (169,250,186). Sum of RGB (Red+Green+Blue) = 169+250+186=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FABA is #560545. Grayscale: #DADADA. Windows color (decimal): -5637446 or 12253865. OLE color: 12253865.
HSL color Cylindrical-coordinate representation of color #A9FABA: hue angle of 132.59º 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 #A9FABA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 186 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.02 |
| HSL | 132.59º | 0.89% | 0.82% | - |
| HSV(B) | 132.59º | 0.32% | 0.98% | - |
| XYZ | 59.41 | 80.35 | 58.83 | - |
| YUV | 218.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 186 | 0.32 | 0 | 0.26 | 0.02 | 132.59 | 0.89 | 0.82 |
| Hex | A9 | FA | BA | 20 | 0 | 1A | 2 | 85 | 59 | 52 |
| Octal | 251 | 372 | 272 | 40 | 0 | 32 | 2 | 205 | 131 | 122 |
| Binary | 10101001 | 11111010 | 10111010 | 100000 | 0 | 11010 | 10 | 10000101 | 1011001 | 1010010 |
Color Harmonies of #A9FABA
Complementary color
Monochromatic Colors of #A9FABA
Black with #A9FABA
Text Example
Text Example
White with #A9FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FABA; }
p { color: rgb(169,250,186); }
H1.HeaderClassName
{
color: #A9FABA;
}
.AnyTagClassName
{
color: #A9FABA;
}
</style>
background-color css
<style>
a { background-color: #A9FABA; }
a { background-color: rgb(169,250,186); }
div.DivClassName
{
background-color: #A9FABA;
}
.BgClassName
{
background-color: #A9FABA;
}
</style>
border-color css
<style>
span { border-color: #A9FABA; }
span { border-color: rgb(169,250,186); }
td.TdClassName
{
border-color: #A9FABA;
}
.TagClassName
{
border-color: #A9FABA;
}
</style>