Shades of Fringy Flower #ABFCBC
Tints of Fringy Flower #ABFCBC
RGB
CMYK
RGB Variations
Color information
#ABFCBC (or 0xABFCBC) is known color: Fringy Flower. HEX triplet: AB, FC and BC. RGB value is (171,252,188). Sum of RGB (Red+Green+Blue) = 171+252+188=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCBC is #540343. Grayscale: #DCDCDC. Windows color (decimal): -5505860 or 12385451. OLE color: 12385451.
HSL color Cylindrical-coordinate representation of color #ABFCBC: hue angle of 132.59º 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 #ABFCBC is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 188 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.01 |
| HSL | 132.59º | 0.93% | 0.83% | - |
| HSV(B) | 132.59º | 0.32% | 0.99% | - |
| XYZ | 60.68 | 81.91 | 60.19 | - |
| YUV | 220.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 188 | 0.32 | 0 | 0.25 | 0.01 | 132.59 | 0.93 | 0.83 |
| Hex | AB | FC | BC | 20 | 0 | 19 | 1 | 85 | 5D | 53 |
| Octal | 253 | 374 | 274 | 40 | 0 | 31 | 1 | 205 | 135 | 123 |
| Binary | 10101011 | 11111100 | 10111100 | 100000 | 0 | 11001 | 1 | 10000101 | 1011101 | 1010011 |
Color Harmonies of #ABFCBC
Complementary color
Monochromatic Colors of #ABFCBC
Black with #ABFCBC
Text Example
Text Example
White with #ABFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCBC; }
p { color: rgb(171,252,188); }
H1.HeaderClassName
{
color: #ABFCBC;
}
.AnyTagClassName
{
color: #ABFCBC;
}
</style>
background-color css
<style>
a { background-color: #ABFCBC; }
a { background-color: rgb(171,252,188); }
div.DivClassName
{
background-color: #ABFCBC;
}
.BgClassName
{
background-color: #ABFCBC;
}
</style>
border-color css
<style>
span { border-color: #ABFCBC; }
span { border-color: rgb(171,252,188); }
td.TdClassName
{
border-color: #ABFCBC;
}
.TagClassName
{
border-color: #ABFCBC;
}
</style>