Shades of Fringy Flower #ABFFBA
Tints of Fringy Flower #ABFFBA
RGB
CMYK
RGB Variations
Color information
#ABFFBA (or 0xABFFBA) is known color: Fringy Flower. HEX triplet: AB, FF and BA. RGB value is (171,255,186). Sum of RGB (Red+Green+Blue) = 171+255+186=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFBA is #540045. Grayscale: #DEDEDE. Windows color (decimal): -5505094 or 12255147. OLE color: 12255147.
HSL color Cylindrical-coordinate representation of color #ABFFBA: hue angle of 130.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFBA is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 186 | - |
| CMYK | 0.33 | 0 | 0.27 | 0 |
| HSL | 130.71º | 1% | 0.84% | - |
| HSV(B) | 130.71º | 0.33% | 1% | - |
| XYZ | 61.42 | 83.72 | 59.38 | - |
| YUV | 222.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 186 | 0.33 | 0 | 0.27 | 0 | 130.71 | 1 | 0.84 |
| Hex | AB | FF | BA | 21 | 0 | 1B | 0 | 83 | 64 | 54 |
| Octal | 253 | 377 | 272 | 41 | 0 | 33 | 0 | 203 | 144 | 124 |
| Binary | 10101011 | 11111111 | 10111010 | 100001 | 0 | 11011 | 0 | 10000011 | 1100100 | 1010100 |
Color Harmonies of #ABFFBA
Complementary color
Monochromatic Colors of #ABFFBA
Black with #ABFFBA
Text Example
Text Example
White with #ABFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFBA; }
p { color: rgb(171,255,186); }
H1.HeaderClassName
{
color: #ABFFBA;
}
.AnyTagClassName
{
color: #ABFFBA;
}
</style>
background-color css
<style>
a { background-color: #ABFFBA; }
a { background-color: rgb(171,255,186); }
div.DivClassName
{
background-color: #ABFFBA;
}
.BgClassName
{
background-color: #ABFFBA;
}
</style>
border-color css
<style>
span { border-color: #ABFFBA; }
span { border-color: rgb(171,255,186); }
td.TdClassName
{
border-color: #ABFFBA;
}
.TagClassName
{
border-color: #ABFFBA;
}
</style>