Shades of Fringy Flower #ABFBB8
Tints of Fringy Flower #ABFBB8
RGB
CMYK
RGB Variations
Color information
#ABFBB8 (or 0xABFBB8) is known color: Fringy Flower. HEX triplet: AB, FB and B8. RGB value is (171,251,184). Sum of RGB (Red+Green+Blue) = 171+251+184=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBB8 is #540447. Grayscale: #DBDBDB. Windows color (decimal): -5506120 or 12123051. OLE color: 12123051.
HSL color Cylindrical-coordinate representation of color #ABFBB8: hue angle of 129.75º degrees, saturation: 0.91, 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 #ABFBB8 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 184 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.02 |
| HSL | 129.75º | 0.91% | 0.83% | - |
| HSV(B) | 129.75º | 0.32% | 0.98% | - |
| XYZ | 59.94 | 81.11 | 57.84 | - |
| YUV | 219.44 | 108 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 184 | 0.32 | 0 | 0.27 | 0.02 | 129.75 | 0.91 | 0.83 |
| Hex | AB | FB | B8 | 20 | 0 | 1B | 2 | 82 | 5B | 53 |
| Octal | 253 | 373 | 270 | 40 | 0 | 33 | 2 | 202 | 133 | 123 |
| Binary | 10101011 | 11111011 | 10111000 | 100000 | 0 | 11011 | 10 | 10000010 | 1011011 | 1010011 |
Color Harmonies of #ABFBB8
Complementary color
Monochromatic Colors of #ABFBB8
Black with #ABFBB8
Text Example
Text Example
White with #ABFBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBB8; }
p { color: rgb(171,251,184); }
H1.HeaderClassName
{
color: #ABFBB8;
}
.AnyTagClassName
{
color: #ABFBB8;
}
</style>
background-color css
<style>
a { background-color: #ABFBB8; }
a { background-color: rgb(171,251,184); }
div.DivClassName
{
background-color: #ABFBB8;
}
.BgClassName
{
background-color: #ABFBB8;
}
</style>
border-color css
<style>
span { border-color: #ABFBB8; }
span { border-color: rgb(171,251,184); }
td.TdClassName
{
border-color: #ABFBB8;
}
.TagClassName
{
border-color: #ABFBB8;
}
</style>