Shades of Fringy Flower #ABFBC1
Tints of Fringy Flower #ABFBC1
RGB
CMYK
RGB Variations
Color information
#ABFBC1 (or 0xABFBC1) is known color: Fringy Flower. HEX triplet: AB, FB and C1. RGB value is (171,251,193). Sum of RGB (Red+Green+Blue) = 171+251+193=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBC1 is #54043E. Grayscale: #DCDCDC. Windows color (decimal): -5506111 or 12712875. OLE color: 12712875.
HSL color Cylindrical-coordinate representation of color #ABFBC1: hue angle of 136.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 #ABFBC1 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 193 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.02 |
| HSL | 136.5º | 0.91% | 0.83% | - |
| HSV(B) | 136.5º | 0.32% | 0.98% | - |
| XYZ | 60.92 | 81.5 | 62.97 | - |
| YUV | 220.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 193 | 0.32 | 0 | 0.23 | 0.02 | 136.5 | 0.91 | 0.83 |
| Hex | AB | FB | C1 | 20 | 0 | 17 | 2 | 88 | 5B | 53 |
| Octal | 253 | 373 | 301 | 40 | 0 | 27 | 2 | 210 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11000001 | 100000 | 0 | 10111 | 10 | 10001000 | 1011011 | 1010011 |
Color Harmonies of #ABFBC1
Complementary color
Monochromatic Colors of #ABFBC1
Black with #ABFBC1
Text Example
Text Example
White with #ABFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBC1; }
p { color: rgb(171,251,193); }
H1.HeaderClassName
{
color: #ABFBC1;
}
.AnyTagClassName
{
color: #ABFBC1;
}
</style>
background-color css
<style>
a { background-color: #ABFBC1; }
a { background-color: rgb(171,251,193); }
div.DivClassName
{
background-color: #ABFBC1;
}
.BgClassName
{
background-color: #ABFBC1;
}
</style>
border-color css
<style>
span { border-color: #ABFBC1; }
span { border-color: rgb(171,251,193); }
td.TdClassName
{
border-color: #ABFBC1;
}
.TagClassName
{
border-color: #ABFBC1;
}
</style>