Shades of Fringy Flower #ABFABD
Tints of Fringy Flower #ABFABD
RGB
CMYK
RGB Variations
Color information
#ABFABD (or 0xABFABD) is known color: Fringy Flower. HEX triplet: AB, FA and BD. RGB value is (171,250,189). Sum of RGB (Red+Green+Blue) = 171+250+189=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFABD is #540542. Grayscale: #DBDBDB. Windows color (decimal): -5506371 or 12450475. OLE color: 12450475.
HSL color Cylindrical-coordinate representation of color #ABFABD: hue angle of 133.67º degrees, saturation: 0.89, 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 #ABFABD is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 189 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.02 |
| HSL | 133.67º | 0.89% | 0.83% | - |
| HSV(B) | 133.67º | 0.32% | 0.98% | - |
| XYZ | 60.17 | 80.7 | 60.55 | - |
| YUV | 219.43 | 110.83 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 189 | 0.32 | 0 | 0.24 | 0.02 | 133.67 | 0.89 | 0.83 |
| Hex | AB | FA | BD | 20 | 0 | 18 | 2 | 86 | 59 | 53 |
| Octal | 253 | 372 | 275 | 40 | 0 | 30 | 2 | 206 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10111101 | 100000 | 0 | 11000 | 10 | 10000110 | 1011001 | 1010011 |
Color Harmonies of #ABFABD
Complementary color
Monochromatic Colors of #ABFABD
Black with #ABFABD
Text Example
Text Example
White with #ABFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFABD; }
p { color: rgb(171,250,189); }
H1.HeaderClassName
{
color: #ABFABD;
}
.AnyTagClassName
{
color: #ABFABD;
}
</style>
background-color css
<style>
a { background-color: #ABFABD; }
a { background-color: rgb(171,250,189); }
div.DivClassName
{
background-color: #ABFABD;
}
.BgClassName
{
background-color: #ABFABD;
}
</style>
border-color css
<style>
span { border-color: #ABFABD; }
span { border-color: rgb(171,250,189); }
td.TdClassName
{
border-color: #ABFABD;
}
.TagClassName
{
border-color: #ABFABD;
}
</style>