Shades of Fringy Flower #ABFEBC
Tints of Fringy Flower #ABFEBC
RGB
CMYK
RGB Variations
Color information
#ABFEBC (or 0xABFEBC) is known color: Fringy Flower. HEX triplet: AB, FE and BC. RGB value is (171,254,188). Sum of RGB (Red+Green+Blue) = 171+254+188=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEBC is #540143. Grayscale: #DDDDDD. Windows color (decimal): -5505348 or 12385963. OLE color: 12385963.
HSL color Cylindrical-coordinate representation of color #ABFEBC: hue angle of 132.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEBC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 188 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.00 |
| HSL | 132.29º | 0.98% | 0.83% | - |
| HSV(B) | 132.29º | 0.33% | 1% | - |
| XYZ | 61.31 | 83.17 | 60.4 | - |
| YUV | 221.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 188 | 0.33 | 0 | 0.26 | 0.00 | 132.29 | 0.98 | 0.83 |
| Hex | AB | FE | BC | 21 | 0 | 1A | 0 | 84 | 62 | 53 |
| Octal | 253 | 376 | 274 | 41 | 0 | 32 | 0 | 204 | 142 | 123 |
| Binary | 10101011 | 11111110 | 10111100 | 100001 | 0 | 11010 | 0 | 10000100 | 1100010 | 1010011 |
Color Harmonies of #ABFEBC
Complementary color
Monochromatic Colors of #ABFEBC
Black with #ABFEBC
Text Example
Text Example
White with #ABFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEBC; }
p { color: rgb(171,254,188); }
H1.HeaderClassName
{
color: #ABFEBC;
}
.AnyTagClassName
{
color: #ABFEBC;
}
</style>
background-color css
<style>
a { background-color: #ABFEBC; }
a { background-color: rgb(171,254,188); }
div.DivClassName
{
background-color: #ABFEBC;
}
.BgClassName
{
background-color: #ABFEBC;
}
</style>
border-color css
<style>
span { border-color: #ABFEBC; }
span { border-color: rgb(171,254,188); }
td.TdClassName
{
border-color: #ABFEBC;
}
.TagClassName
{
border-color: #ABFEBC;
}
</style>