Shades of Fringy Flower #A2FABC
Tints of Fringy Flower #A2FABC
RGB
CMYK
RGB Variations
Color information
#A2FABC (or 0xA2FABC) is known color: Fringy Flower. HEX triplet: A2, FA and BC. RGB value is (162,250,188). Sum of RGB (Red+Green+Blue) = 162+250+188=600 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FABC is #5D0543. Grayscale: #D8D8D8. Windows color (decimal): -6096196 or 12384930. OLE color: 12384930.
HSL color Cylindrical-coordinate representation of color #A2FABC: hue angle of 137.73º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FABC is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 188 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.02 |
| HSL | 137.73º | 0.9% | 0.81% | - |
| HSV(B) | 137.73º | 0.35% | 0.98% | - |
| XYZ | 58.16 | 79.68 | 59.89 | - |
| YUV | 216.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 188 | 0.35 | 0 | 0.25 | 0.02 | 137.73 | 0.9 | 0.81 |
| Hex | A2 | FA | BC | 23 | 0 | 19 | 2 | 8A | 5A | 51 |
| Octal | 242 | 372 | 274 | 43 | 0 | 31 | 2 | 212 | 132 | 121 |
| Binary | 10100010 | 11111010 | 10111100 | 100011 | 0 | 11001 | 10 | 10001010 | 1011010 | 1010001 |
Color Harmonies of #A2FABC
Complementary color
Monochromatic Colors of #A2FABC
Black with #A2FABC
Text Example
Text Example
White with #A2FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FABC; }
p { color: rgb(162,250,188); }
H1.HeaderClassName
{
color: #A2FABC;
}
.AnyTagClassName
{
color: #A2FABC;
}
</style>
background-color css
<style>
a { background-color: #A2FABC; }
a { background-color: rgb(162,250,188); }
div.DivClassName
{
background-color: #A2FABC;
}
.BgClassName
{
background-color: #A2FABC;
}
</style>
border-color css
<style>
span { border-color: #A2FABC; }
span { border-color: rgb(162,250,188); }
td.TdClassName
{
border-color: #A2FABC;
}
.TagClassName
{
border-color: #A2FABC;
}
</style>