Shades of Fringy Flower #ABFDB8
Tints of Fringy Flower #ABFDB8
RGB
CMYK
RGB Variations
Color information
#ABFDB8 (or 0xABFDB8) is known color: Fringy Flower. HEX triplet: AB, FD and B8. RGB value is (171,253,184). Sum of RGB (Red+Green+Blue) = 171+253+184=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDB8 is #540247. Grayscale: #DCDCDC. Windows color (decimal): -5505608 or 12123563. OLE color: 12123563.
HSL color Cylindrical-coordinate representation of color #ABFDB8: hue angle of 129.51º 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 #ABFDB8 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 184 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.01 |
| HSL | 129.51º | 0.95% | 0.83% | - |
| HSV(B) | 129.51º | 0.32% | 0.99% | - |
| XYZ | 60.57 | 82.37 | 58.05 | - |
| YUV | 220.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 184 | 0.32 | 0 | 0.27 | 0.01 | 129.51 | 0.95 | 0.83 |
| Hex | AB | FD | B8 | 20 | 0 | 1B | 1 | 82 | 5F | 53 |
| Octal | 253 | 375 | 270 | 40 | 0 | 33 | 1 | 202 | 137 | 123 |
| Binary | 10101011 | 11111101 | 10111000 | 100000 | 0 | 11011 | 1 | 10000010 | 1011111 | 1010011 |
Color Harmonies of #ABFDB8
Complementary color
Monochromatic Colors of #ABFDB8
Black with #ABFDB8
Text Example
Text Example
White with #ABFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDB8; }
p { color: rgb(171,253,184); }
H1.HeaderClassName
{
color: #ABFDB8;
}
.AnyTagClassName
{
color: #ABFDB8;
}
</style>
background-color css
<style>
a { background-color: #ABFDB8; }
a { background-color: rgb(171,253,184); }
div.DivClassName
{
background-color: #ABFDB8;
}
.BgClassName
{
background-color: #ABFDB8;
}
</style>
border-color css
<style>
span { border-color: #ABFDB8; }
span { border-color: rgb(171,253,184); }
td.TdClassName
{
border-color: #ABFDB8;
}
.TagClassName
{
border-color: #ABFDB8;
}
</style>