Shades of Fringy Flower #ABFCBB
Tints of Fringy Flower #ABFCBB
RGB
CMYK
RGB Variations
Color information
#ABFCBB (or 0xABFCBB) is known color: Fringy Flower. HEX triplet: AB, FC and BB. RGB value is (171,252,187). Sum of RGB (Red+Green+Blue) = 171+252+187=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCBB is #540344. Grayscale: #DCDCDC. Windows color (decimal): -5505861 or 12319915. OLE color: 12319915.
HSL color Cylindrical-coordinate representation of color #ABFCBB: hue angle of 131.85º 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 #ABFCBB is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 187 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.01 |
| HSL | 131.85º | 0.93% | 0.83% | - |
| HSV(B) | 131.85º | 0.32% | 0.99% | - |
| XYZ | 60.57 | 81.87 | 59.62 | - |
| YUV | 220.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 187 | 0.32 | 0 | 0.26 | 0.01 | 131.85 | 0.93 | 0.83 |
| Hex | AB | FC | BB | 20 | 0 | 1A | 1 | 84 | 5D | 53 |
| Octal | 253 | 374 | 273 | 40 | 0 | 32 | 1 | 204 | 135 | 123 |
| Binary | 10101011 | 11111100 | 10111011 | 100000 | 0 | 11010 | 1 | 10000100 | 1011101 | 1010011 |
Color Harmonies of #ABFCBB
Complementary color
Monochromatic Colors of #ABFCBB
Black with #ABFCBB
Text Example
Text Example
White with #ABFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCBB; }
p { color: rgb(171,252,187); }
H1.HeaderClassName
{
color: #ABFCBB;
}
.AnyTagClassName
{
color: #ABFCBB;
}
</style>
background-color css
<style>
a { background-color: #ABFCBB; }
a { background-color: rgb(171,252,187); }
div.DivClassName
{
background-color: #ABFCBB;
}
.BgClassName
{
background-color: #ABFCBB;
}
</style>
border-color css
<style>
span { border-color: #ABFCBB; }
span { border-color: rgb(171,252,187); }
td.TdClassName
{
border-color: #ABFCBB;
}
.TagClassName
{
border-color: #ABFCBB;
}
</style>