Shades of Fringy Flower #ACF8BA
Tints of Fringy Flower #ACF8BA
RGB
CMYK
RGB Variations
Color information
#ACF8BA (or 0xACF8BA) is known color: Fringy Flower. HEX triplet: AC, F8 and BA. RGB value is (172,248,186). Sum of RGB (Red+Green+Blue) = 172+248+186=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8BA is #530745. Grayscale: #DADADA. Windows color (decimal): -5441350 or 12253356. OLE color: 12253356.
HSL color Cylindrical-coordinate representation of color #ACF8BA: hue angle of 131.05º 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 #ACF8BA is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 186 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.03 |
| HSL | 131.05º | 0.84% | 0.82% | - |
| HSV(B) | 131.05º | 0.31% | 0.97% | - |
| XYZ | 59.44 | 79.45 | 58.66 | - |
| YUV | 218.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 186 | 0.31 | 0 | 0.25 | 0.03 | 131.05 | 0.84 | 0.82 |
| Hex | AC | F8 | BA | 1F | 0 | 19 | 3 | 83 | 54 | 52 |
| Octal | 254 | 370 | 272 | 37 | 0 | 31 | 3 | 203 | 124 | 122 |
| Binary | 10101100 | 11111000 | 10111010 | 11111 | 0 | 11001 | 11 | 10000011 | 1010100 | 1010010 |
Color Harmonies of #ACF8BA
Complementary color
Monochromatic Colors of #ACF8BA
Black with #ACF8BA
Text Example
Text Example
White with #ACF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8BA; }
p { color: rgb(172,248,186); }
H1.HeaderClassName
{
color: #ACF8BA;
}
.AnyTagClassName
{
color: #ACF8BA;
}
</style>
background-color css
<style>
a { background-color: #ACF8BA; }
a { background-color: rgb(172,248,186); }
div.DivClassName
{
background-color: #ACF8BA;
}
.BgClassName
{
background-color: #ACF8BA;
}
</style>
border-color css
<style>
span { border-color: #ACF8BA; }
span { border-color: rgb(172,248,186); }
td.TdClassName
{
border-color: #ACF8BA;
}
.TagClassName
{
border-color: #ACF8BA;
}
</style>