Shades of Fringy Flower #A4FABB
Tints of Fringy Flower #A4FABB
RGB
CMYK
RGB Variations
Color information
#A4FABB (or 0xA4FABB) is known color: Fringy Flower. HEX triplet: A4, FA and BB. RGB value is (164,250,187). Sum of RGB (Red+Green+Blue) = 164+250+187=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FABB is #5B0544. Grayscale: #D9D9D9. Windows color (decimal): -5965125 or 12319396. OLE color: 12319396.
HSL color Cylindrical-coordinate representation of color #A4FABB: hue angle of 136.05º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FABB is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 187 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.02 |
| HSL | 136.05º | 0.9% | 0.81% | - |
| HSV(B) | 136.05º | 0.34% | 0.98% | - |
| XYZ | 58.47 | 79.85 | 59.35 | - |
| YUV | 217.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 187 | 0.34 | 0 | 0.25 | 0.02 | 136.05 | 0.9 | 0.81 |
| Hex | A4 | FA | BB | 22 | 0 | 19 | 2 | 88 | 5A | 51 |
| Octal | 244 | 372 | 273 | 42 | 0 | 31 | 2 | 210 | 132 | 121 |
| Binary | 10100100 | 11111010 | 10111011 | 100010 | 0 | 11001 | 10 | 10001000 | 1011010 | 1010001 |
Color Harmonies of #A4FABB
Complementary color
Monochromatic Colors of #A4FABB
Black with #A4FABB
Text Example
Text Example
White with #A4FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FABB; }
p { color: rgb(164,250,187); }
H1.HeaderClassName
{
color: #A4FABB;
}
.AnyTagClassName
{
color: #A4FABB;
}
</style>
background-color css
<style>
a { background-color: #A4FABB; }
a { background-color: rgb(164,250,187); }
div.DivClassName
{
background-color: #A4FABB;
}
.BgClassName
{
background-color: #A4FABB;
}
</style>
border-color css
<style>
span { border-color: #A4FABB; }
span { border-color: rgb(164,250,187); }
td.TdClassName
{
border-color: #A4FABB;
}
.TagClassName
{
border-color: #A4FABB;
}
</style>