Shades of Fringy Flower #ABFDB7
Tints of Fringy Flower #ABFDB7
RGB
CMYK
RGB Variations
Color information
#ABFDB7 (or 0xABFDB7) is known color: Fringy Flower. HEX triplet: AB, FD and B7. RGB value is (171,253,183). Sum of RGB (Red+Green+Blue) = 171+253+183=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDB7 is #540248. Grayscale: #DCDCDC. Windows color (decimal): -5505609 or 12058027. OLE color: 12058027.
HSL color Cylindrical-coordinate representation of color #ABFDB7: hue angle of 128.78º 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 #ABFDB7 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 183 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.01 |
| HSL | 128.78º | 0.95% | 0.83% | - |
| HSV(B) | 128.78º | 0.32% | 0.99% | - |
| XYZ | 60.47 | 82.33 | 57.5 | - |
| YUV | 220.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 183 | 0.32 | 0 | 0.28 | 0.01 | 128.78 | 0.95 | 0.83 |
| Hex | AB | FD | B7 | 20 | 0 | 1C | 1 | 81 | 5F | 53 |
| Octal | 253 | 375 | 267 | 40 | 0 | 34 | 1 | 201 | 137 | 123 |
| Binary | 10101011 | 11111101 | 10110111 | 100000 | 0 | 11100 | 1 | 10000001 | 1011111 | 1010011 |
Color Harmonies of #ABFDB7
Complementary color
Monochromatic Colors of #ABFDB7
Black with #ABFDB7
Text Example
Text Example
White with #ABFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDB7; }
p { color: rgb(171,253,183); }
H1.HeaderClassName
{
color: #ABFDB7;
}
.AnyTagClassName
{
color: #ABFDB7;
}
</style>
background-color css
<style>
a { background-color: #ABFDB7; }
a { background-color: rgb(171,253,183); }
div.DivClassName
{
background-color: #ABFDB7;
}
.BgClassName
{
background-color: #ABFDB7;
}
</style>
border-color css
<style>
span { border-color: #ABFDB7; }
span { border-color: rgb(171,253,183); }
td.TdClassName
{
border-color: #ABFDB7;
}
.TagClassName
{
border-color: #ABFDB7;
}
</style>