Shades of Fringy Flower #ACF6BD
Tints of Fringy Flower #ACF6BD
RGB
CMYK
RGB Variations
Color information
#ACF6BD (or 0xACF6BD) is known color: Fringy Flower. HEX triplet: AC, F6 and BD. RGB value is (172,246,189). Sum of RGB (Red+Green+Blue) = 172+246+189=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6BD is #530942. Grayscale: #D9D9D9. Windows color (decimal): -5441859 or 12449452. OLE color: 12449452.
HSL color Cylindrical-coordinate representation of color #ACF6BD: hue angle of 133.78º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6BD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 189 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.04 |
| HSL | 133.78º | 0.8% | 0.82% | - |
| HSV(B) | 133.78º | 0.3% | 0.96% | - |
| XYZ | 59.15 | 78.36 | 60.15 | - |
| YUV | 217.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 189 | 0.30 | 0 | 0.23 | 0.04 | 133.78 | 0.8 | 0.82 |
| Hex | AC | F6 | BD | 1E | 0 | 17 | 4 | 86 | 50 | 52 |
| Octal | 254 | 366 | 275 | 36 | 0 | 27 | 4 | 206 | 120 | 122 |
| Binary | 10101100 | 11110110 | 10111101 | 11110 | 0 | 10111 | 100 | 10000110 | 1010000 | 1010010 |
Color Harmonies of #ACF6BD
Complementary color
Monochromatic Colors of #ACF6BD
Black with #ACF6BD
Text Example
Text Example
White with #ACF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6BD; }
p { color: rgb(172,246,189); }
H1.HeaderClassName
{
color: #ACF6BD;
}
.AnyTagClassName
{
color: #ACF6BD;
}
</style>
background-color css
<style>
a { background-color: #ACF6BD; }
a { background-color: rgb(172,246,189); }
div.DivClassName
{
background-color: #ACF6BD;
}
.BgClassName
{
background-color: #ACF6BD;
}
</style>
border-color css
<style>
span { border-color: #ACF6BD; }
span { border-color: rgb(172,246,189); }
td.TdClassName
{
border-color: #ACF6BD;
}
.TagClassName
{
border-color: #ACF6BD;
}
</style>