Shades of Fringy Flower #A2FABB
Tints of Fringy Flower #A2FABB
RGB
CMYK
RGB Variations
Color information
#A2FABB (or 0xA2FABB) is known color: Fringy Flower. HEX triplet: A2, FA and BB. RGB value is (162,250,187). Sum of RGB (Red+Green+Blue) = 162+250+187=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FABB is #5D0544. Grayscale: #D8D8D8. Windows color (decimal): -6096197 or 12319394. OLE color: 12319394.
HSL color Cylindrical-coordinate representation of color #A2FABB: hue angle of 137.05º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FABB is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 187 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.02 |
| HSL | 137.05º | 0.9% | 0.81% | - |
| HSV(B) | 137.05º | 0.35% | 0.98% | - |
| XYZ | 58.06 | 79.64 | 59.33 | - |
| YUV | 216.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 187 | 0.35 | 0 | 0.25 | 0.02 | 137.05 | 0.9 | 0.81 |
| Hex | A2 | FA | BB | 23 | 0 | 19 | 2 | 89 | 5A | 51 |
| Octal | 242 | 372 | 273 | 43 | 0 | 31 | 2 | 211 | 132 | 121 |
| Binary | 10100010 | 11111010 | 10111011 | 100011 | 0 | 11001 | 10 | 10001001 | 1011010 | 1010001 |
Color Harmonies of #A2FABB
Complementary color
Monochromatic Colors of #A2FABB
Black with #A2FABB
Text Example
Text Example
White with #A2FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FABB; }
p { color: rgb(162,250,187); }
H1.HeaderClassName
{
color: #A2FABB;
}
.AnyTagClassName
{
color: #A2FABB;
}
</style>
background-color css
<style>
a { background-color: #A2FABB; }
a { background-color: rgb(162,250,187); }
div.DivClassName
{
background-color: #A2FABB;
}
.BgClassName
{
background-color: #A2FABB;
}
</style>
border-color css
<style>
span { border-color: #A2FABB; }
span { border-color: rgb(162,250,187); }
td.TdClassName
{
border-color: #A2FABB;
}
.TagClassName
{
border-color: #A2FABB;
}
</style>