Shades of Fringy Flower #AAF8BA
Tints of Fringy Flower #AAF8BA
RGB
CMYK
RGB Variations
Color information
#AAF8BA (or 0xAAF8BA) is known color: Fringy Flower. HEX triplet: AA, F8 and BA. RGB value is (170,248,186). Sum of RGB (Red+Green+Blue) = 170+248+186=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8BA is #550745. Grayscale: #D9D9D9. Windows color (decimal): -5572422 or 12253354. OLE color: 12253354.
HSL color Cylindrical-coordinate representation of color #AAF8BA: hue angle of 132.31º degrees, saturation: 0.85, 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 #AAF8BA is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 186 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.03 |
| HSL | 132.31º | 0.85% | 0.82% | - |
| HSV(B) | 132.31º | 0.31% | 0.97% | - |
| XYZ | 59.01 | 79.23 | 58.64 | - |
| YUV | 217.61 | 110.16 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 186 | 0.31 | 0 | 0.25 | 0.03 | 132.31 | 0.85 | 0.82 |
| Hex | AA | F8 | BA | 1F | 0 | 19 | 3 | 84 | 55 | 52 |
| Octal | 252 | 370 | 272 | 37 | 0 | 31 | 3 | 204 | 125 | 122 |
| Binary | 10101010 | 11111000 | 10111010 | 11111 | 0 | 11001 | 11 | 10000100 | 1010101 | 1010010 |
Color Harmonies of #AAF8BA
Complementary color
Monochromatic Colors of #AAF8BA
Black with #AAF8BA
Text Example
Text Example
White with #AAF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8BA; }
p { color: rgb(170,248,186); }
H1.HeaderClassName
{
color: #AAF8BA;
}
.AnyTagClassName
{
color: #AAF8BA;
}
</style>
background-color css
<style>
a { background-color: #AAF8BA; }
a { background-color: rgb(170,248,186); }
div.DivClassName
{
background-color: #AAF8BA;
}
.BgClassName
{
background-color: #AAF8BA;
}
</style>
border-color css
<style>
span { border-color: #AAF8BA; }
span { border-color: rgb(170,248,186); }
td.TdClassName
{
border-color: #AAF8BA;
}
.TagClassName
{
border-color: #AAF8BA;
}
</style>