Shades of Fringy Flower #ABFABB
Tints of Fringy Flower #ABFABB
RGB
CMYK
RGB Variations
Color information
#ABFABB (or 0xABFABB) is known color: Fringy Flower. HEX triplet: AB, FA and BB. RGB value is (171,250,187). Sum of RGB (Red+Green+Blue) = 171+250+187=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFABB is #540544. Grayscale: #DBDBDB. Windows color (decimal): -5506373 or 12319403. OLE color: 12319403.
HSL color Cylindrical-coordinate representation of color #ABFABB: hue angle of 132.15º 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 #ABFABB is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 187 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.02 |
| HSL | 132.15º | 0.89% | 0.83% | - |
| HSV(B) | 132.15º | 0.32% | 0.98% | - |
| XYZ | 59.95 | 80.62 | 59.41 | - |
| YUV | 219.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 187 | 0.32 | 0 | 0.25 | 0.02 | 132.15 | 0.89 | 0.83 |
| Hex | AB | FA | BB | 20 | 0 | 19 | 2 | 84 | 59 | 53 |
| Octal | 253 | 372 | 273 | 40 | 0 | 31 | 2 | 204 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10111011 | 100000 | 0 | 11001 | 10 | 10000100 | 1011001 | 1010011 |
Color Harmonies of #ABFABB
Complementary color
Monochromatic Colors of #ABFABB
Black with #ABFABB
Text Example
Text Example
White with #ABFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFABB; }
p { color: rgb(171,250,187); }
H1.HeaderClassName
{
color: #ABFABB;
}
.AnyTagClassName
{
color: #ABFABB;
}
</style>
background-color css
<style>
a { background-color: #ABFABB; }
a { background-color: rgb(171,250,187); }
div.DivClassName
{
background-color: #ABFABB;
}
.BgClassName
{
background-color: #ABFABB;
}
</style>
border-color css
<style>
span { border-color: #ABFABB; }
span { border-color: rgb(171,250,187); }
td.TdClassName
{
border-color: #ABFABB;
}
.TagClassName
{
border-color: #ABFABB;
}
</style>