Shades of Fringy Flower #ABFFC1
Tints of Fringy Flower #ABFFC1
RGB
CMYK
RGB Variations
Color information
#ABFFC1 (or 0xABFFC1) is known color: Fringy Flower. HEX triplet: AB, FF and C1. RGB value is (171,255,193). Sum of RGB (Red+Green+Blue) = 171+255+193=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFC1 is #54003E. Grayscale: #DEDEDE. Windows color (decimal): -5505087 or 12713899. OLE color: 12713899.
HSL color Cylindrical-coordinate representation of color #ABFFC1: hue angle of 135.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFC1 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 193 | - |
| CMYK | 0.33 | 0 | 0.24 | 0 |
| HSL | 135.71º | 1% | 0.84% | - |
| HSV(B) | 135.71º | 0.33% | 1% | - |
| XYZ | 62.18 | 84.03 | 63.39 | - |
| YUV | 222.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 193 | 0.33 | 0 | 0.24 | 0 | 135.71 | 1 | 0.84 |
| Hex | AB | FF | C1 | 21 | 0 | 18 | 0 | 88 | 64 | 54 |
| Octal | 253 | 377 | 301 | 41 | 0 | 30 | 0 | 210 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11000001 | 100001 | 0 | 11000 | 0 | 10001000 | 1100100 | 1010100 |
Color Harmonies of #ABFFC1
Complementary color
Monochromatic Colors of #ABFFC1
Black with #ABFFC1
Text Example
Text Example
White with #ABFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFC1; }
p { color: rgb(171,255,193); }
H1.HeaderClassName
{
color: #ABFFC1;
}
.AnyTagClassName
{
color: #ABFFC1;
}
</style>
background-color css
<style>
a { background-color: #ABFFC1; }
a { background-color: rgb(171,255,193); }
div.DivClassName
{
background-color: #ABFFC1;
}
.BgClassName
{
background-color: #ABFFC1;
}
</style>
border-color css
<style>
span { border-color: #ABFFC1; }
span { border-color: rgb(171,255,193); }
td.TdClassName
{
border-color: #ABFFC1;
}
.TagClassName
{
border-color: #ABFFC1;
}
</style>