Shades of Fringy Flower #ABFEBE
Tints of Fringy Flower #ABFEBE
RGB
CMYK
RGB Variations
Color information
#ABFEBE (or 0xABFEBE) is known color: Fringy Flower. HEX triplet: AB, FE and BE. RGB value is (171,254,190). Sum of RGB (Red+Green+Blue) = 171+254+190=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEBE is #540141. Grayscale: #DEDEDE. Windows color (decimal): -5505346 or 12517035. OLE color: 12517035.
HSL color Cylindrical-coordinate representation of color #ABFEBE: hue angle of 133.73º 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 #ABFEBE is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 190 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.00 |
| HSL | 133.73º | 0.98% | 0.83% | - |
| HSV(B) | 133.73º | 0.33% | 1% | - |
| XYZ | 61.53 | 83.26 | 61.54 | - |
| YUV | 221.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 190 | 0.33 | 0 | 0.25 | 0.00 | 133.73 | 0.98 | 0.83 |
| Hex | AB | FE | BE | 21 | 0 | 19 | 0 | 86 | 62 | 53 |
| Octal | 253 | 376 | 276 | 41 | 0 | 31 | 0 | 206 | 142 | 123 |
| Binary | 10101011 | 11111110 | 10111110 | 100001 | 0 | 11001 | 0 | 10000110 | 1100010 | 1010011 |
Color Harmonies of #ABFEBE
Complementary color
Monochromatic Colors of #ABFEBE
Black with #ABFEBE
Text Example
Text Example
White with #ABFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEBE; }
p { color: rgb(171,254,190); }
H1.HeaderClassName
{
color: #ABFEBE;
}
.AnyTagClassName
{
color: #ABFEBE;
}
</style>
background-color css
<style>
a { background-color: #ABFEBE; }
a { background-color: rgb(171,254,190); }
div.DivClassName
{
background-color: #ABFEBE;
}
.BgClassName
{
background-color: #ABFEBE;
}
</style>
border-color css
<style>
span { border-color: #ABFEBE; }
span { border-color: rgb(171,254,190); }
td.TdClassName
{
border-color: #ABFEBE;
}
.TagClassName
{
border-color: #ABFEBE;
}
</style>