Shades of Fringy Flower #AAF2BC
Tints of Fringy Flower #AAF2BC
RGB
CMYK
RGB Variations
Color information
#AAF2BC (or 0xAAF2BC) is known color: Fringy Flower. HEX triplet: AA, F2 and BC. RGB value is (170,242,188). Sum of RGB (Red+Green+Blue) = 170+242+188=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2BC is #550D43. Grayscale: #D6D6D6. Windows color (decimal): -5573956 or 12382890. OLE color: 12382890.
HSL color Cylindrical-coordinate representation of color #AAF2BC: hue angle of 135º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2BC is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 188 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.05 |
| HSL | 135º | 0.73% | 0.81% | - |
| HSV(B) | 135º | 0.3% | 0.95% | - |
| XYZ | 57.41 | 75.68 | 59.16 | - |
| YUV | 214.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 188 | 0.30 | 0 | 0.22 | 0.05 | 135 | 0.73 | 0.81 |
| Hex | AA | F2 | BC | 1E | 0 | 16 | 5 | 87 | 49 | 51 |
| Octal | 252 | 362 | 274 | 36 | 0 | 26 | 5 | 207 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10111100 | 11110 | 0 | 10110 | 101 | 10000111 | 1001001 | 1010001 |
Color Harmonies of #AAF2BC
Complementary color
Monochromatic Colors of #AAF2BC
Black with #AAF2BC
Text Example
Text Example
White with #AAF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2BC; }
p { color: rgb(170,242,188); }
H1.HeaderClassName
{
color: #AAF2BC;
}
.AnyTagClassName
{
color: #AAF2BC;
}
</style>
background-color css
<style>
a { background-color: #AAF2BC; }
a { background-color: rgb(170,242,188); }
div.DivClassName
{
background-color: #AAF2BC;
}
.BgClassName
{
background-color: #AAF2BC;
}
</style>
border-color css
<style>
span { border-color: #AAF2BC; }
span { border-color: rgb(170,242,188); }
td.TdClassName
{
border-color: #AAF2BC;
}
.TagClassName
{
border-color: #AAF2BC;
}
</style>