Shades of Fringy Flower #ABFCB7
Tints of Fringy Flower #ABFCB7
RGB
CMYK
RGB Variations
Color information
#ABFCB7 (or 0xABFCB7) is known color: Fringy Flower. HEX triplet: AB, FC and B7. RGB value is (171,252,183). Sum of RGB (Red+Green+Blue) = 171+252+183=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCB7 is #540348. Grayscale: #DCDCDC. Windows color (decimal): -5505865 or 12057771. OLE color: 12057771.
HSL color Cylindrical-coordinate representation of color #ABFCB7: hue angle of 128.89º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCB7 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 183 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.01 |
| HSL | 128.89º | 0.93% | 0.83% | - |
| HSV(B) | 128.89º | 0.32% | 0.99% | - |
| XYZ | 60.15 | 81.7 | 57.4 | - |
| YUV | 219.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 183 | 0.32 | 0 | 0.27 | 0.01 | 128.89 | 0.93 | 0.83 |
| Hex | AB | FC | B7 | 20 | 0 | 1B | 1 | 81 | 5D | 53 |
| Octal | 253 | 374 | 267 | 40 | 0 | 33 | 1 | 201 | 135 | 123 |
| Binary | 10101011 | 11111100 | 10110111 | 100000 | 0 | 11011 | 1 | 10000001 | 1011101 | 1010011 |
Color Harmonies of #ABFCB7
Complementary color
Monochromatic Colors of #ABFCB7
Black with #ABFCB7
Text Example
Text Example
White with #ABFCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCB7; }
p { color: rgb(171,252,183); }
H1.HeaderClassName
{
color: #ABFCB7;
}
.AnyTagClassName
{
color: #ABFCB7;
}
</style>
background-color css
<style>
a { background-color: #ABFCB7; }
a { background-color: rgb(171,252,183); }
div.DivClassName
{
background-color: #ABFCB7;
}
.BgClassName
{
background-color: #ABFCB7;
}
</style>
border-color css
<style>
span { border-color: #ABFCB7; }
span { border-color: rgb(171,252,183); }
td.TdClassName
{
border-color: #ABFCB7;
}
.TagClassName
{
border-color: #ABFCB7;
}
</style>