Shades of Fringy Flower #ABFDB9
Tints of Fringy Flower #ABFDB9
RGB
CMYK
RGB Variations
Color information
#ABFDB9 (or 0xABFDB9) is known color: Fringy Flower. HEX triplet: AB, FD and B9. RGB value is (171,253,185). Sum of RGB (Red+Green+Blue) = 171+253+185=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDB9 is #540246. Grayscale: #DCDCDC. Windows color (decimal): -5505607 or 12189099. OLE color: 12189099.
HSL color Cylindrical-coordinate representation of color #ABFDB9: hue angle of 130.24º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDB9 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 185 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.01 |
| HSL | 130.24º | 0.95% | 0.83% | - |
| HSV(B) | 130.24º | 0.32% | 0.99% | - |
| XYZ | 60.68 | 82.41 | 58.61 | - |
| YUV | 220.73 | 107.83 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 185 | 0.32 | 0 | 0.27 | 0.01 | 130.24 | 0.95 | 0.83 |
| Hex | AB | FD | B9 | 20 | 0 | 1B | 1 | 82 | 5F | 53 |
| Octal | 253 | 375 | 271 | 40 | 0 | 33 | 1 | 202 | 137 | 123 |
| Binary | 10101011 | 11111101 | 10111001 | 100000 | 0 | 11011 | 1 | 10000010 | 1011111 | 1010011 |
Color Harmonies of #ABFDB9
Complementary color
Monochromatic Colors of #ABFDB9
Black with #ABFDB9
Text Example
Text Example
White with #ABFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDB9; }
p { color: rgb(171,253,185); }
H1.HeaderClassName
{
color: #ABFDB9;
}
.AnyTagClassName
{
color: #ABFDB9;
}
</style>
background-color css
<style>
a { background-color: #ABFDB9; }
a { background-color: rgb(171,253,185); }
div.DivClassName
{
background-color: #ABFDB9;
}
.BgClassName
{
background-color: #ABFDB9;
}
</style>
border-color css
<style>
span { border-color: #ABFDB9; }
span { border-color: rgb(171,253,185); }
td.TdClassName
{
border-color: #ABFDB9;
}
.TagClassName
{
border-color: #ABFDB9;
}
</style>