Shades of Fringy Flower #ABFAC1
Tints of Fringy Flower #ABFAC1
RGB
CMYK
RGB Variations
Color information
#ABFAC1 (or 0xABFAC1) is known color: Fringy Flower. HEX triplet: AB, FA and C1. RGB value is (171,250,193). Sum of RGB (Red+Green+Blue) = 171+250+193=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAC1 is #54053E. Grayscale: #DCDCDC. Windows color (decimal): -5506367 or 12712619. OLE color: 12712619.
HSL color Cylindrical-coordinate representation of color #ABFAC1: hue angle of 136.71º 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 #ABFAC1 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 193 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.02 |
| HSL | 136.71º | 0.89% | 0.83% | - |
| HSV(B) | 136.71º | 0.32% | 0.98% | - |
| XYZ | 60.61 | 80.88 | 62.87 | - |
| YUV | 219.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 193 | 0.32 | 0 | 0.23 | 0.02 | 136.71 | 0.89 | 0.83 |
| Hex | AB | FA | C1 | 20 | 0 | 17 | 2 | 89 | 59 | 53 |
| Octal | 253 | 372 | 301 | 40 | 0 | 27 | 2 | 211 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11000001 | 100000 | 0 | 10111 | 10 | 10001001 | 1011001 | 1010011 |
Color Harmonies of #ABFAC1
Complementary color
Monochromatic Colors of #ABFAC1
Black with #ABFAC1
Text Example
Text Example
White with #ABFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAC1; }
p { color: rgb(171,250,193); }
H1.HeaderClassName
{
color: #ABFAC1;
}
.AnyTagClassName
{
color: #ABFAC1;
}
</style>
background-color css
<style>
a { background-color: #ABFAC1; }
a { background-color: rgb(171,250,193); }
div.DivClassName
{
background-color: #ABFAC1;
}
.BgClassName
{
background-color: #ABFAC1;
}
</style>
border-color css
<style>
span { border-color: #ABFAC1; }
span { border-color: rgb(171,250,193); }
td.TdClassName
{
border-color: #ABFAC1;
}
.TagClassName
{
border-color: #ABFAC1;
}
</style>