Shades of Fringy Flower #ABFBBD
Tints of Fringy Flower #ABFBBD
RGB
CMYK
RGB Variations
Color information
#ABFBBD (or 0xABFBBD) is known color: Fringy Flower. HEX triplet: AB, FB and BD. RGB value is (171,251,189). Sum of RGB (Red+Green+Blue) = 171+251+189=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBBD is #540442. Grayscale: #DCDCDC. Windows color (decimal): -5506115 or 12450731. OLE color: 12450731.
HSL color Cylindrical-coordinate representation of color #ABFBBD: hue angle of 133.5º 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 #ABFBBD is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 189 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.02 |
| HSL | 133.5º | 0.91% | 0.83% | - |
| HSV(B) | 133.5º | 0.32% | 0.98% | - |
| XYZ | 60.48 | 81.33 | 60.65 | - |
| YUV | 220.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 189 | 0.32 | 0 | 0.25 | 0.02 | 133.5 | 0.91 | 0.83 |
| Hex | AB | FB | BD | 20 | 0 | 19 | 2 | 86 | 5B | 53 |
| Octal | 253 | 373 | 275 | 40 | 0 | 31 | 2 | 206 | 133 | 123 |
| Binary | 10101011 | 11111011 | 10111101 | 100000 | 0 | 11001 | 10 | 10000110 | 1011011 | 1010011 |
Color Harmonies of #ABFBBD
Complementary color
Monochromatic Colors of #ABFBBD
Black with #ABFBBD
Text Example
Text Example
White with #ABFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBBD; }
p { color: rgb(171,251,189); }
H1.HeaderClassName
{
color: #ABFBBD;
}
.AnyTagClassName
{
color: #ABFBBD;
}
</style>
background-color css
<style>
a { background-color: #ABFBBD; }
a { background-color: rgb(171,251,189); }
div.DivClassName
{
background-color: #ABFBBD;
}
.BgClassName
{
background-color: #ABFBBD;
}
</style>
border-color css
<style>
span { border-color: #ABFBBD; }
span { border-color: rgb(171,251,189); }
td.TdClassName
{
border-color: #ABFBBD;
}
.TagClassName
{
border-color: #ABFBBD;
}
</style>