Shades of Fringy Flower #ACFABB
Tints of Fringy Flower #ACFABB
RGB
CMYK
RGB Variations
Color information
#ACFABB (or 0xACFABB) is known color: Fringy Flower. HEX triplet: AC, FA and BB. RGB value is (172,250,187). Sum of RGB (Red+Green+Blue) = 172+250+187=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFABB is #530544. Grayscale: #DBDBDB. Windows color (decimal): -5440837 or 12319404. OLE color: 12319404.
HSL color Cylindrical-coordinate representation of color #ACFABB: hue angle of 131.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFABB is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 250 | 187 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.02 |
| HSL | 131.54º | 0.89% | 0.83% | - |
| HSV(B) | 131.54º | 0.31% | 0.98% | - |
| XYZ | 60.17 | 80.73 | 59.42 | - |
| YUV | 219.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 250 | 187 | 0.31 | 0 | 0.25 | 0.02 | 131.54 | 0.89 | 0.83 |
| Hex | AC | FA | BB | 1F | 0 | 19 | 2 | 84 | 59 | 53 |
| Octal | 254 | 372 | 273 | 37 | 0 | 31 | 2 | 204 | 131 | 123 |
| Binary | 10101100 | 11111010 | 10111011 | 11111 | 0 | 11001 | 10 | 10000100 | 1011001 | 1010011 |
Color Harmonies of #ACFABB
Complementary color
Monochromatic Colors of #ACFABB
Black with #ACFABB
Text Example
Text Example
White with #ACFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFABB; }
p { color: rgb(172,250,187); }
H1.HeaderClassName
{
color: #ACFABB;
}
.AnyTagClassName
{
color: #ACFABB;
}
</style>
background-color css
<style>
a { background-color: #ACFABB; }
a { background-color: rgb(172,250,187); }
div.DivClassName
{
background-color: #ACFABB;
}
.BgClassName
{
background-color: #ACFABB;
}
</style>
border-color css
<style>
span { border-color: #ACFABB; }
span { border-color: rgb(172,250,187); }
td.TdClassName
{
border-color: #ACFABB;
}
.TagClassName
{
border-color: #ACFABB;
}
</style>