Shades of Fringy Flower #ACF8BB
Tints of Fringy Flower #ACF8BB
RGB
CMYK
RGB Variations
Color information
#ACF8BB (or 0xACF8BB) is known color: Fringy Flower. HEX triplet: AC, F8 and BB. RGB value is (172,248,187). Sum of RGB (Red+Green+Blue) = 172+248+187=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8BB is #530744. Grayscale: #DADADA. Windows color (decimal): -5441349 or 12318892. OLE color: 12318892.
HSL color Cylindrical-coordinate representation of color #ACF8BB: hue angle of 131.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8BB is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 187 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.03 |
| HSL | 131.84º | 0.84% | 0.82% | - |
| HSV(B) | 131.84º | 0.31% | 0.97% | - |
| XYZ | 59.55 | 79.49 | 59.22 | - |
| YUV | 218.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 187 | 0.31 | 0 | 0.25 | 0.03 | 131.84 | 0.84 | 0.82 |
| Hex | AC | F8 | BB | 1F | 0 | 19 | 3 | 84 | 54 | 52 |
| Octal | 254 | 370 | 273 | 37 | 0 | 31 | 3 | 204 | 124 | 122 |
| Binary | 10101100 | 11111000 | 10111011 | 11111 | 0 | 11001 | 11 | 10000100 | 1010100 | 1010010 |
Color Harmonies of #ACF8BB
Complementary color
Monochromatic Colors of #ACF8BB
Black with #ACF8BB
Text Example
Text Example
White with #ACF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8BB; }
p { color: rgb(172,248,187); }
H1.HeaderClassName
{
color: #ACF8BB;
}
.AnyTagClassName
{
color: #ACF8BB;
}
</style>
background-color css
<style>
a { background-color: #ACF8BB; }
a { background-color: rgb(172,248,187); }
div.DivClassName
{
background-color: #ACF8BB;
}
.BgClassName
{
background-color: #ACF8BB;
}
</style>
border-color css
<style>
span { border-color: #ACF8BB; }
span { border-color: rgb(172,248,187); }
td.TdClassName
{
border-color: #ACF8BB;
}
.TagClassName
{
border-color: #ACF8BB;
}
</style>