Shades of Fringy Flower #A8FABF
Tints of Fringy Flower #A8FABF
RGB
CMYK
RGB Variations
Color information
#A8FABF (or 0xA8FABF) is known color: Fringy Flower. HEX triplet: A8, FA and BF. RGB value is (168,250,191). Sum of RGB (Red+Green+Blue) = 168+250+191=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FABF is #570540. Grayscale: #DADADA. Windows color (decimal): -5702977 or 12581544. OLE color: 12581544.
HSL color Cylindrical-coordinate representation of color #A8FABF: hue angle of 136.83º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FABF is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 191 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.02 |
| HSL | 136.83º | 0.89% | 0.82% | - |
| HSV(B) | 136.83º | 0.33% | 0.98% | - |
| XYZ | 59.74 | 80.46 | 61.67 | - |
| YUV | 218.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 191 | 0.33 | 0 | 0.24 | 0.02 | 136.83 | 0.89 | 0.82 |
| Hex | A8 | FA | BF | 21 | 0 | 18 | 2 | 89 | 59 | 52 |
| Octal | 250 | 372 | 277 | 41 | 0 | 30 | 2 | 211 | 131 | 122 |
| Binary | 10101000 | 11111010 | 10111111 | 100001 | 0 | 11000 | 10 | 10001001 | 1011001 | 1010010 |
Color Harmonies of #A8FABF
Complementary color
Monochromatic Colors of #A8FABF
Black with #A8FABF
Text Example
Text Example
White with #A8FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FABF; }
p { color: rgb(168,250,191); }
H1.HeaderClassName
{
color: #A8FABF;
}
.AnyTagClassName
{
color: #A8FABF;
}
</style>
background-color css
<style>
a { background-color: #A8FABF; }
a { background-color: rgb(168,250,191); }
div.DivClassName
{
background-color: #A8FABF;
}
.BgClassName
{
background-color: #A8FABF;
}
</style>
border-color css
<style>
span { border-color: #A8FABF; }
span { border-color: rgb(168,250,191); }
td.TdClassName
{
border-color: #A8FABF;
}
.TagClassName
{
border-color: #A8FABF;
}
</style>