Shades of Fringy Flower #A1FABB
Tints of Fringy Flower #A1FABB
RGB
CMYK
RGB Variations
Color information
#A1FABB (or 0xA1FABB) is known color: Fringy Flower. HEX triplet: A1, FA and BB. RGB value is (161,250,187). Sum of RGB (Red+Green+Blue) = 161+250+187=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FABB is #5E0544. Grayscale: #D8D8D8. Windows color (decimal): -6161733 or 12319393. OLE color: 12319393.
HSL color Cylindrical-coordinate representation of color #A1FABB: hue angle of 137.53º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FABB is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 187 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.02 |
| HSL | 137.53º | 0.9% | 0.81% | - |
| HSV(B) | 137.53º | 0.36% | 0.98% | - |
| XYZ | 57.85 | 79.54 | 59.32 | - |
| YUV | 216.21 | 111.51 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 187 | 0.36 | 0 | 0.25 | 0.02 | 137.53 | 0.9 | 0.81 |
| Hex | A1 | FA | BB | 24 | 0 | 19 | 2 | 8A | 5A | 51 |
| Octal | 241 | 372 | 273 | 44 | 0 | 31 | 2 | 212 | 132 | 121 |
| Binary | 10100001 | 11111010 | 10111011 | 100100 | 0 | 11001 | 10 | 10001010 | 1011010 | 1010001 |
Color Harmonies of #A1FABB
Complementary color
Monochromatic Colors of #A1FABB
Black with #A1FABB
Text Example
Text Example
White with #A1FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FABB; }
p { color: rgb(161,250,187); }
H1.HeaderClassName
{
color: #A1FABB;
}
.AnyTagClassName
{
color: #A1FABB;
}
</style>
background-color css
<style>
a { background-color: #A1FABB; }
a { background-color: rgb(161,250,187); }
div.DivClassName
{
background-color: #A1FABB;
}
.BgClassName
{
background-color: #A1FABB;
}
</style>
border-color css
<style>
span { border-color: #A1FABB; }
span { border-color: rgb(161,250,187); }
td.TdClassName
{
border-color: #A1FABB;
}
.TagClassName
{
border-color: #A1FABB;
}
</style>