Shades of Fringy Flower #AAFEBC
Tints of Fringy Flower #AAFEBC
RGB
CMYK
RGB Variations
Color information
#AAFEBC (or 0xAAFEBC) is known color: Fringy Flower. HEX triplet: AA, FE and BC. RGB value is (170,254,188). Sum of RGB (Red+Green+Blue) = 170+254+188=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEBC is #550143. Grayscale: #DDDDDD. Windows color (decimal): -5570884 or 12385962. OLE color: 12385962.
HSL color Cylindrical-coordinate representation of color #AAFEBC: hue angle of 132.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEBC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 188 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.00 |
| HSL | 132.86º | 0.98% | 0.83% | - |
| HSV(B) | 132.86º | 0.33% | 1% | - |
| XYZ | 61.1 | 83.06 | 60.39 | - |
| YUV | 221.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 188 | 0.33 | 0 | 0.26 | 0.00 | 132.86 | 0.98 | 0.83 |
| Hex | AA | FE | BC | 21 | 0 | 1A | 0 | 85 | 62 | 53 |
| Octal | 252 | 376 | 274 | 41 | 0 | 32 | 0 | 205 | 142 | 123 |
| Binary | 10101010 | 11111110 | 10111100 | 100001 | 0 | 11010 | 0 | 10000101 | 1100010 | 1010011 |
Color Harmonies of #AAFEBC
Complementary color
Monochromatic Colors of #AAFEBC
Black with #AAFEBC
Text Example
Text Example
White with #AAFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFEBC; }
p { color: rgb(170,254,188); }
H1.HeaderClassName
{
color: #AAFEBC;
}
.AnyTagClassName
{
color: #AAFEBC;
}
</style>
background-color css
<style>
a { background-color: #AAFEBC; }
a { background-color: rgb(170,254,188); }
div.DivClassName
{
background-color: #AAFEBC;
}
.BgClassName
{
background-color: #AAFEBC;
}
</style>
border-color css
<style>
span { border-color: #AAFEBC; }
span { border-color: rgb(170,254,188); }
td.TdClassName
{
border-color: #AAFEBC;
}
.TagClassName
{
border-color: #AAFEBC;
}
</style>