Shades of Fringy Flower #ABFCBD
Tints of Fringy Flower #ABFCBD
RGB
CMYK
RGB Variations
Color information
#ABFCBD (or 0xABFCBD) is known color: Fringy Flower. HEX triplet: AB, FC and BD. RGB value is (171,252,189). Sum of RGB (Red+Green+Blue) = 171+252+189=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCBD is #540342. Grayscale: #DCDCDC. Windows color (decimal): -5505859 or 12450987. OLE color: 12450987.
HSL color Cylindrical-coordinate representation of color #ABFCBD: hue angle of 133.33º 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 #ABFCBD is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 189 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.01 |
| HSL | 133.33º | 0.93% | 0.83% | - |
| HSV(B) | 133.33º | 0.32% | 0.99% | - |
| XYZ | 60.79 | 81.95 | 60.76 | - |
| YUV | 220.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 189 | 0.32 | 0 | 0.25 | 0.01 | 133.33 | 0.93 | 0.83 |
| Hex | AB | FC | BD | 20 | 0 | 19 | 1 | 85 | 5D | 53 |
| Octal | 253 | 374 | 275 | 40 | 0 | 31 | 1 | 205 | 135 | 123 |
| Binary | 10101011 | 11111100 | 10111101 | 100000 | 0 | 11001 | 1 | 10000101 | 1011101 | 1010011 |
Color Harmonies of #ABFCBD
Complementary color
Monochromatic Colors of #ABFCBD
Black with #ABFCBD
Text Example
Text Example
White with #ABFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCBD; }
p { color: rgb(171,252,189); }
H1.HeaderClassName
{
color: #ABFCBD;
}
.AnyTagClassName
{
color: #ABFCBD;
}
</style>
background-color css
<style>
a { background-color: #ABFCBD; }
a { background-color: rgb(171,252,189); }
div.DivClassName
{
background-color: #ABFCBD;
}
.BgClassName
{
background-color: #ABFCBD;
}
</style>
border-color css
<style>
span { border-color: #ABFCBD; }
span { border-color: rgb(171,252,189); }
td.TdClassName
{
border-color: #ABFCBD;
}
.TagClassName
{
border-color: #ABFCBD;
}
</style>