Shades of Fringy Flower #ABFBC0
Tints of Fringy Flower #ABFBC0
RGB
CMYK
RGB Variations
Color information
#ABFBC0 (or 0xABFBC0) is known color: Fringy Flower. HEX triplet: AB, FB and C0. RGB value is (171,251,192). Sum of RGB (Red+Green+Blue) = 171+251+192=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBC0 is #54043F. Grayscale: #DCDCDC. Windows color (decimal): -5506112 or 12647339. OLE color: 12647339.
HSL color Cylindrical-coordinate representation of color #ABFBC0: hue angle of 135.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 #ABFBC0 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 192 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.02 |
| HSL | 135.75º | 0.91% | 0.83% | - |
| HSV(B) | 135.75º | 0.32% | 0.98% | - |
| XYZ | 60.81 | 81.46 | 62.39 | - |
| YUV | 220.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 192 | 0.32 | 0 | 0.24 | 0.02 | 135.75 | 0.91 | 0.83 |
| Hex | AB | FB | C0 | 20 | 0 | 18 | 2 | 88 | 5B | 53 |
| Octal | 253 | 373 | 300 | 40 | 0 | 30 | 2 | 210 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11000000 | 100000 | 0 | 11000 | 10 | 10001000 | 1011011 | 1010011 |
Color Harmonies of #ABFBC0
Complementary color
Monochromatic Colors of #ABFBC0
Black with #ABFBC0
Text Example
Text Example
White with #ABFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBC0; }
p { color: rgb(171,251,192); }
H1.HeaderClassName
{
color: #ABFBC0;
}
.AnyTagClassName
{
color: #ABFBC0;
}
</style>
background-color css
<style>
a { background-color: #ABFBC0; }
a { background-color: rgb(171,251,192); }
div.DivClassName
{
background-color: #ABFBC0;
}
.BgClassName
{
background-color: #ABFBC0;
}
</style>
border-color css
<style>
span { border-color: #ABFBC0; }
span { border-color: rgb(171,251,192); }
td.TdClassName
{
border-color: #ABFBC0;
}
.TagClassName
{
border-color: #ABFBC0;
}
</style>