Shades of Fringy Flower #A1FAB7
Tints of Fringy Flower #A1FAB7
RGB
CMYK
RGB Variations
Color information
#A1FAB7 (or 0xA1FAB7) is known color: Fringy Flower. HEX triplet: A1, FA and B7. RGB value is (161,250,183). Sum of RGB (Red+Green+Blue) = 161+250+183=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAB7 is #5E0548. Grayscale: #D7D7D7. Windows color (decimal): -6161737 or 12057249. OLE color: 12057249.
HSL color Cylindrical-coordinate representation of color #A1FAB7: hue angle of 134.83º 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 #A1FAB7 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 183 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.02 |
| HSL | 134.83º | 0.9% | 0.81% | - |
| HSV(B) | 134.83º | 0.36% | 0.98% | - |
| XYZ | 57.43 | 79.37 | 57.09 | - |
| YUV | 215.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 183 | 0.36 | 0 | 0.27 | 0.02 | 134.83 | 0.9 | 0.81 |
| Hex | A1 | FA | B7 | 24 | 0 | 1B | 2 | 87 | 5A | 51 |
| Octal | 241 | 372 | 267 | 44 | 0 | 33 | 2 | 207 | 132 | 121 |
| Binary | 10100001 | 11111010 | 10110111 | 100100 | 0 | 11011 | 10 | 10000111 | 1011010 | 1010001 |
Color Harmonies of #A1FAB7
Complementary color
Monochromatic Colors of #A1FAB7
Black with #A1FAB7
Text Example
Text Example
White with #A1FAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FAB7; }
p { color: rgb(161,250,183); }
H1.HeaderClassName
{
color: #A1FAB7;
}
.AnyTagClassName
{
color: #A1FAB7;
}
</style>
background-color css
<style>
a { background-color: #A1FAB7; }
a { background-color: rgb(161,250,183); }
div.DivClassName
{
background-color: #A1FAB7;
}
.BgClassName
{
background-color: #A1FAB7;
}
</style>
border-color css
<style>
span { border-color: #A1FAB7; }
span { border-color: rgb(161,250,183); }
td.TdClassName
{
border-color: #A1FAB7;
}
.TagClassName
{
border-color: #A1FAB7;
}
</style>