Shades of Fringy Flower #AAFDBC
Tints of Fringy Flower #AAFDBC
RGB
CMYK
RGB Variations
Color information
#AAFDBC (or 0xAAFDBC) is known color: Fringy Flower. HEX triplet: AA, FD and BC. RGB value is (170,253,188). Sum of RGB (Red+Green+Blue) = 170+253+188=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDBC is #550243. Grayscale: #DCDCDC. Windows color (decimal): -5571140 or 12385706. OLE color: 12385706.
HSL color Cylindrical-coordinate representation of color #AAFDBC: hue angle of 133.01º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDBC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 188 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.01 |
| HSL | 133.01º | 0.95% | 0.83% | - |
| HSV(B) | 133.01º | 0.33% | 0.99% | - |
| XYZ | 60.78 | 82.43 | 60.28 | - |
| YUV | 220.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 188 | 0.33 | 0 | 0.26 | 0.01 | 133.01 | 0.95 | 0.83 |
| Hex | AA | FD | BC | 21 | 0 | 1A | 1 | 85 | 5F | 53 |
| Octal | 252 | 375 | 274 | 41 | 0 | 32 | 1 | 205 | 137 | 123 |
| Binary | 10101010 | 11111101 | 10111100 | 100001 | 0 | 11010 | 1 | 10000101 | 1011111 | 1010011 |
Color Harmonies of #AAFDBC
Complementary color
Monochromatic Colors of #AAFDBC
Black with #AAFDBC
Text Example
Text Example
White with #AAFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDBC; }
p { color: rgb(170,253,188); }
H1.HeaderClassName
{
color: #AAFDBC;
}
.AnyTagClassName
{
color: #AAFDBC;
}
</style>
background-color css
<style>
a { background-color: #AAFDBC; }
a { background-color: rgb(170,253,188); }
div.DivClassName
{
background-color: #AAFDBC;
}
.BgClassName
{
background-color: #AAFDBC;
}
</style>
border-color css
<style>
span { border-color: #AAFDBC; }
span { border-color: rgb(170,253,188); }
td.TdClassName
{
border-color: #AAFDBC;
}
.TagClassName
{
border-color: #AAFDBC;
}
</style>