Shades of Fringy Flower #A8FBBA
Tints of Fringy Flower #A8FBBA
RGB
CMYK
RGB Variations
Color information
#A8FBBA (or 0xA8FBBA) is known color: Fringy Flower. HEX triplet: A8, FB and BA. RGB value is (168,251,186). Sum of RGB (Red+Green+Blue) = 168+251+186=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBBA is #570445. Grayscale: #DADADA. Windows color (decimal): -5702726 or 12254120. OLE color: 12254120.
HSL color Cylindrical-coordinate representation of color #A8FBBA: hue angle of 133.01º degrees, saturation: 0.91, 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 #A8FBBA is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 186 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.02 |
| HSL | 133.01º | 0.91% | 0.82% | - |
| HSV(B) | 133.01º | 0.33% | 0.98% | - |
| XYZ | 59.51 | 80.86 | 58.93 | - |
| YUV | 218.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 186 | 0.33 | 0 | 0.26 | 0.02 | 133.01 | 0.91 | 0.82 |
| Hex | A8 | FB | BA | 21 | 0 | 1A | 2 | 85 | 5B | 52 |
| Octal | 250 | 373 | 272 | 41 | 0 | 32 | 2 | 205 | 133 | 122 |
| Binary | 10101000 | 11111011 | 10111010 | 100001 | 0 | 11010 | 10 | 10000101 | 1011011 | 1010010 |
Color Harmonies of #A8FBBA
Complementary color
Monochromatic Colors of #A8FBBA
Black with #A8FBBA
Text Example
Text Example
White with #A8FBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBBA; }
p { color: rgb(168,251,186); }
H1.HeaderClassName
{
color: #A8FBBA;
}
.AnyTagClassName
{
color: #A8FBBA;
}
</style>
background-color css
<style>
a { background-color: #A8FBBA; }
a { background-color: rgb(168,251,186); }
div.DivClassName
{
background-color: #A8FBBA;
}
.BgClassName
{
background-color: #A8FBBA;
}
</style>
border-color css
<style>
span { border-color: #A8FBBA; }
span { border-color: rgb(168,251,186); }
td.TdClassName
{
border-color: #A8FBBA;
}
.TagClassName
{
border-color: #A8FBBA;
}
</style>