Shades of Fringy Flower #ACFCC2
Tints of Fringy Flower #ACFCC2
RGB
CMYK
RGB Variations
Color information
#ACFCC2 (or 0xACFCC2) is known color: Fringy Flower. HEX triplet: AC, FC and C2. RGB value is (172,252,194). Sum of RGB (Red+Green+Blue) = 172+252+194=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC2 is #53033D. Grayscale: #DDDDDD. Windows color (decimal): -5440318 or 12778668. OLE color: 12778668.
HSL color Cylindrical-coordinate representation of color #ACFCC2: hue angle of 136.5º 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 #ACFCC2 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 194 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.01 |
| HSL | 136.5º | 0.93% | 0.83% | - |
| HSV(B) | 136.5º | 0.32% | 0.99% | - |
| XYZ | 61.56 | 82.29 | 63.68 | - |
| YUV | 221.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 194 | 0.32 | 0 | 0.23 | 0.01 | 136.5 | 0.93 | 0.83 |
| Hex | AC | FC | C2 | 20 | 0 | 17 | 1 | 88 | 5D | 53 |
| Octal | 254 | 374 | 302 | 40 | 0 | 27 | 1 | 210 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11000010 | 100000 | 0 | 10111 | 1 | 10001000 | 1011101 | 1010011 |
Color Harmonies of #ACFCC2
Complementary color
Monochromatic Colors of #ACFCC2
Black with #ACFCC2
Text Example
Text Example
White with #ACFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCC2; }
p { color: rgb(172,252,194); }
H1.HeaderClassName
{
color: #ACFCC2;
}
.AnyTagClassName
{
color: #ACFCC2;
}
</style>
background-color css
<style>
a { background-color: #ACFCC2; }
a { background-color: rgb(172,252,194); }
div.DivClassName
{
background-color: #ACFCC2;
}
.BgClassName
{
background-color: #ACFCC2;
}
</style>
border-color css
<style>
span { border-color: #ACFCC2; }
span { border-color: rgb(172,252,194); }
td.TdClassName
{
border-color: #ACFCC2;
}
.TagClassName
{
border-color: #ACFCC2;
}
</style>