Shades of Fringy Flower #AAFABB
Tints of Fringy Flower #AAFABB
RGB
CMYK
RGB Variations
Color information
#AAFABB (or 0xAAFABB) is known color: Fringy Flower. HEX triplet: AA, FA and BB. RGB value is (170,250,187). Sum of RGB (Red+Green+Blue) = 170+250+187=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFABB is #550544. Grayscale: #DBDBDB. Windows color (decimal): -5571909 or 12319402. OLE color: 12319402.
HSL color Cylindrical-coordinate representation of color #AAFABB: hue angle of 132.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFABB is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 187 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.02 |
| HSL | 132.75º | 0.89% | 0.82% | - |
| HSV(B) | 132.75º | 0.32% | 0.98% | - |
| XYZ | 59.73 | 80.51 | 59.4 | - |
| YUV | 218.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 187 | 0.32 | 0 | 0.25 | 0.02 | 132.75 | 0.89 | 0.82 |
| Hex | AA | FA | BB | 20 | 0 | 19 | 2 | 85 | 59 | 52 |
| Octal | 252 | 372 | 273 | 40 | 0 | 31 | 2 | 205 | 131 | 122 |
| Binary | 10101010 | 11111010 | 10111011 | 100000 | 0 | 11001 | 10 | 10000101 | 1011001 | 1010010 |
Color Harmonies of #AAFABB
Complementary color
Monochromatic Colors of #AAFABB
Black with #AAFABB
Text Example
Text Example
White with #AAFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFABB; }
p { color: rgb(170,250,187); }
H1.HeaderClassName
{
color: #AAFABB;
}
.AnyTagClassName
{
color: #AAFABB;
}
</style>
background-color css
<style>
a { background-color: #AAFABB; }
a { background-color: rgb(170,250,187); }
div.DivClassName
{
background-color: #AAFABB;
}
.BgClassName
{
background-color: #AAFABB;
}
</style>
border-color css
<style>
span { border-color: #AAFABB; }
span { border-color: rgb(170,250,187); }
td.TdClassName
{
border-color: #AAFABB;
}
.TagClassName
{
border-color: #AAFABB;
}
</style>