Shades of Fringy Flower #ABFBBA
Tints of Fringy Flower #ABFBBA
RGB
CMYK
RGB Variations
Color information
#ABFBBA (or 0xABFBBA) is known color: Fringy Flower. HEX triplet: AB, FB and BA. RGB value is (171,251,186). Sum of RGB (Red+Green+Blue) = 171+251+186=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBBA is #540445. Grayscale: #DBDBDB. Windows color (decimal): -5506118 or 12254123. OLE color: 12254123.
HSL color Cylindrical-coordinate representation of color #ABFBBA: hue angle of 131.25º 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 #ABFBBA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 186 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.02 |
| HSL | 131.25º | 0.91% | 0.83% | - |
| HSV(B) | 131.25º | 0.32% | 0.98% | - |
| XYZ | 60.15 | 81.2 | 58.96 | - |
| YUV | 219.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 186 | 0.32 | 0 | 0.26 | 0.02 | 131.25 | 0.91 | 0.83 |
| Hex | AB | FB | BA | 20 | 0 | 1A | 2 | 83 | 5B | 53 |
| Octal | 253 | 373 | 272 | 40 | 0 | 32 | 2 | 203 | 133 | 123 |
| Binary | 10101011 | 11111011 | 10111010 | 100000 | 0 | 11010 | 10 | 10000011 | 1011011 | 1010011 |
Color Harmonies of #ABFBBA
Complementary color
Monochromatic Colors of #ABFBBA
Black with #ABFBBA
Text Example
Text Example
White with #ABFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBBA; }
p { color: rgb(171,251,186); }
H1.HeaderClassName
{
color: #ABFBBA;
}
.AnyTagClassName
{
color: #ABFBBA;
}
</style>
background-color css
<style>
a { background-color: #ABFBBA; }
a { background-color: rgb(171,251,186); }
div.DivClassName
{
background-color: #ABFBBA;
}
.BgClassName
{
background-color: #ABFBBA;
}
</style>
border-color css
<style>
span { border-color: #ABFBBA; }
span { border-color: rgb(171,251,186); }
td.TdClassName
{
border-color: #ABFBBA;
}
.TagClassName
{
border-color: #ABFBBA;
}
</style>