Shades of Fringy Flower #ABFAB8
Tints of Fringy Flower #ABFAB8
RGB
CMYK
RGB Variations
Color information
#ABFAB8 (or 0xABFAB8) is known color: Fringy Flower. HEX triplet: AB, FA and B8. RGB value is (171,250,184). Sum of RGB (Red+Green+Blue) = 171+250+184=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAB8 is #540547. Grayscale: #DBDBDB. Windows color (decimal): -5506376 or 12122795. OLE color: 12122795.
HSL color Cylindrical-coordinate representation of color #ABFAB8: hue angle of 129.87º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAB8 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 184 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.02 |
| HSL | 129.87º | 0.89% | 0.83% | - |
| HSV(B) | 129.87º | 0.32% | 0.98% | - |
| XYZ | 59.63 | 80.49 | 57.74 | - |
| YUV | 218.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 184 | 0.32 | 0 | 0.26 | 0.02 | 129.87 | 0.89 | 0.83 |
| Hex | AB | FA | B8 | 20 | 0 | 1A | 2 | 82 | 59 | 53 |
| Octal | 253 | 372 | 270 | 40 | 0 | 32 | 2 | 202 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10111000 | 100000 | 0 | 11010 | 10 | 10000010 | 1011001 | 1010011 |
Color Harmonies of #ABFAB8
Complementary color
Monochromatic Colors of #ABFAB8
Black with #ABFAB8
Text Example
Text Example
White with #ABFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAB8; }
p { color: rgb(171,250,184); }
H1.HeaderClassName
{
color: #ABFAB8;
}
.AnyTagClassName
{
color: #ABFAB8;
}
</style>
background-color css
<style>
a { background-color: #ABFAB8; }
a { background-color: rgb(171,250,184); }
div.DivClassName
{
background-color: #ABFAB8;
}
.BgClassName
{
background-color: #ABFAB8;
}
</style>
border-color css
<style>
span { border-color: #ABFAB8; }
span { border-color: rgb(171,250,184); }
td.TdClassName
{
border-color: #ABFAB8;
}
.TagClassName
{
border-color: #ABFAB8;
}
</style>