Shades of Fringy Flower #ABFDBC
Tints of Fringy Flower #ABFDBC
RGB
CMYK
RGB Variations
Color information
#ABFDBC (or 0xABFDBC) is known color: Fringy Flower. HEX triplet: AB, FD and BC. RGB value is (171,253,188). Sum of RGB (Red+Green+Blue) = 171+253+188=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDBC is #540243. Grayscale: #DDDDDD. Windows color (decimal): -5505604 or 12385707. OLE color: 12385707.
HSL color Cylindrical-coordinate representation of color #ABFDBC: hue angle of 132.44º degrees, saturation: 0.95, 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 #ABFDBC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 188 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.01 |
| HSL | 132.44º | 0.95% | 0.83% | - |
| HSV(B) | 132.44º | 0.32% | 0.99% | - |
| XYZ | 61 | 82.54 | 60.29 | - |
| YUV | 221.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 188 | 0.32 | 0 | 0.26 | 0.01 | 132.44 | 0.95 | 0.83 |
| Hex | AB | FD | BC | 20 | 0 | 1A | 1 | 84 | 5F | 53 |
| Octal | 253 | 375 | 274 | 40 | 0 | 32 | 1 | 204 | 137 | 123 |
| Binary | 10101011 | 11111101 | 10111100 | 100000 | 0 | 11010 | 1 | 10000100 | 1011111 | 1010011 |
Color Harmonies of #ABFDBC
Complementary color
Monochromatic Colors of #ABFDBC
Black with #ABFDBC
Text Example
Text Example
White with #ABFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDBC; }
p { color: rgb(171,253,188); }
H1.HeaderClassName
{
color: #ABFDBC;
}
.AnyTagClassName
{
color: #ABFDBC;
}
</style>
background-color css
<style>
a { background-color: #ABFDBC; }
a { background-color: rgb(171,253,188); }
div.DivClassName
{
background-color: #ABFDBC;
}
.BgClassName
{
background-color: #ABFDBC;
}
</style>
border-color css
<style>
span { border-color: #ABFDBC; }
span { border-color: rgb(171,253,188); }
td.TdClassName
{
border-color: #ABFDBC;
}
.TagClassName
{
border-color: #ABFDBC;
}
</style>