Shades of Fringy Flower #ABFEB9
Tints of Fringy Flower #ABFEB9
RGB
CMYK
RGB Variations
Color information
#ABFEB9 (or 0xABFEB9) is known color: Fringy Flower. HEX triplet: AB, FE and B9. RGB value is (171,254,185). Sum of RGB (Red+Green+Blue) = 171+254+185=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEB9 is #540146. Grayscale: #DDDDDD. Windows color (decimal): -5505351 or 12189355. OLE color: 12189355.
HSL color Cylindrical-coordinate representation of color #ABFEB9: hue angle of 130.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEB9 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 185 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.00 |
| HSL | 130.12º | 0.98% | 0.83% | - |
| HSV(B) | 130.12º | 0.33% | 1% | - |
| XYZ | 60.99 | 83.04 | 58.71 | - |
| YUV | 221.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 185 | 0.33 | 0 | 0.27 | 0.00 | 130.12 | 0.98 | 0.83 |
| Hex | AB | FE | B9 | 21 | 0 | 1B | 0 | 82 | 62 | 53 |
| Octal | 253 | 376 | 271 | 41 | 0 | 33 | 0 | 202 | 142 | 123 |
| Binary | 10101011 | 11111110 | 10111001 | 100001 | 0 | 11011 | 0 | 10000010 | 1100010 | 1010011 |
Color Harmonies of #ABFEB9
Complementary color
Monochromatic Colors of #ABFEB9
Black with #ABFEB9
Text Example
Text Example
White with #ABFEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEB9; }
p { color: rgb(171,254,185); }
H1.HeaderClassName
{
color: #ABFEB9;
}
.AnyTagClassName
{
color: #ABFEB9;
}
</style>
background-color css
<style>
a { background-color: #ABFEB9; }
a { background-color: rgb(171,254,185); }
div.DivClassName
{
background-color: #ABFEB9;
}
.BgClassName
{
background-color: #ABFEB9;
}
</style>
border-color css
<style>
span { border-color: #ABFEB9; }
span { border-color: rgb(171,254,185); }
td.TdClassName
{
border-color: #ABFEB9;
}
.TagClassName
{
border-color: #ABFEB9;
}
</style>