Shades of Fringy Flower #ACFCBC
Tints of Fringy Flower #ACFCBC
RGB
CMYK
RGB Variations
Color information
#ACFCBC (or 0xACFCBC) is known color: Fringy Flower. HEX triplet: AC, FC and BC. RGB value is (172,252,188). Sum of RGB (Red+Green+Blue) = 172+252+188=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCBC is #530343. Grayscale: #DCDCDC. Windows color (decimal): -5440324 or 12385452. OLE color: 12385452.
HSL color Cylindrical-coordinate representation of color #ACFCBC: hue angle of 132º 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 #ACFCBC is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 188 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.01 |
| HSL | 132º | 0.93% | 0.83% | - |
| HSV(B) | 132º | 0.32% | 0.99% | - |
| XYZ | 60.9 | 82.02 | 60.2 | - |
| YUV | 220.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 188 | 0.32 | 0 | 0.25 | 0.01 | 132 | 0.93 | 0.83 |
| Hex | AC | FC | BC | 20 | 0 | 19 | 1 | 84 | 5D | 53 |
| Octal | 254 | 374 | 274 | 40 | 0 | 31 | 1 | 204 | 135 | 123 |
| Binary | 10101100 | 11111100 | 10111100 | 100000 | 0 | 11001 | 1 | 10000100 | 1011101 | 1010011 |
Color Harmonies of #ACFCBC
Complementary color
Monochromatic Colors of #ACFCBC
Black with #ACFCBC
Text Example
Text Example
White with #ACFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCBC; }
p { color: rgb(172,252,188); }
H1.HeaderClassName
{
color: #ACFCBC;
}
.AnyTagClassName
{
color: #ACFCBC;
}
</style>
background-color css
<style>
a { background-color: #ACFCBC; }
a { background-color: rgb(172,252,188); }
div.DivClassName
{
background-color: #ACFCBC;
}
.BgClassName
{
background-color: #ACFCBC;
}
</style>
border-color css
<style>
span { border-color: #ACFCBC; }
span { border-color: rgb(172,252,188); }
td.TdClassName
{
border-color: #ACFCBC;
}
.TagClassName
{
border-color: #ACFCBC;
}
</style>