Shades of Fringy Flower #ACFDBC
Tints of Fringy Flower #ACFDBC
RGB
CMYK
RGB Variations
Color information
#ACFDBC (or 0xACFDBC) is known color: Fringy Flower. HEX triplet: AC, FD and BC. RGB value is (172,253,188). Sum of RGB (Red+Green+Blue) = 172+253+188=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDBC is #530243. Grayscale: #DDDDDD. Windows color (decimal): -5440068 or 12385708. OLE color: 12385708.
HSL color Cylindrical-coordinate representation of color #ACFDBC: hue angle of 131.85º 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 #ACFDBC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 188 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.01 |
| HSL | 131.85º | 0.95% | 0.83% | - |
| HSV(B) | 131.85º | 0.32% | 0.99% | - |
| XYZ | 61.22 | 82.65 | 60.3 | - |
| YUV | 221.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 188 | 0.32 | 0 | 0.26 | 0.01 | 131.85 | 0.95 | 0.83 |
| Hex | AC | FD | BC | 20 | 0 | 1A | 1 | 84 | 5F | 53 |
| Octal | 254 | 375 | 274 | 40 | 0 | 32 | 1 | 204 | 137 | 123 |
| Binary | 10101100 | 11111101 | 10111100 | 100000 | 0 | 11010 | 1 | 10000100 | 1011111 | 1010011 |
Color Harmonies of #ACFDBC
Complementary color
Monochromatic Colors of #ACFDBC
Black with #ACFDBC
Text Example
Text Example
White with #ACFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDBC; }
p { color: rgb(172,253,188); }
H1.HeaderClassName
{
color: #ACFDBC;
}
.AnyTagClassName
{
color: #ACFDBC;
}
</style>
background-color css
<style>
a { background-color: #ACFDBC; }
a { background-color: rgb(172,253,188); }
div.DivClassName
{
background-color: #ACFDBC;
}
.BgClassName
{
background-color: #ACFDBC;
}
</style>
border-color css
<style>
span { border-color: #ACFDBC; }
span { border-color: rgb(172,253,188); }
td.TdClassName
{
border-color: #ACFDBC;
}
.TagClassName
{
border-color: #ACFDBC;
}
</style>