Shades of Fringy Flower #A8FABB
Tints of Fringy Flower #A8FABB
RGB
CMYK
RGB Variations
Color information
#A8FABB (or 0xA8FABB) is known color: Fringy Flower. HEX triplet: A8, FA and BB. RGB value is (168,250,187). Sum of RGB (Red+Green+Blue) = 168+250+187=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FABB is #570544. Grayscale: #DADADA. Windows color (decimal): -5702981 or 12319400. OLE color: 12319400.
HSL color Cylindrical-coordinate representation of color #A8FABB: hue angle of 133.9º 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 #A8FABB is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 250 | 187 | - |
CMYK | 0.33 | 0 | 0.25 | 0.02 |
HSL | 133.9º | 0.89% | 0.82% | - |
HSV(B) | 133.9º | 0.33% | 0.98% | - |
XYZ | 59.3 | 80.28 | 59.38 | - |
YUV | 218.3 | 110.33 | 92.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 250 | 187 | 0.33 | 0 | 0.25 | 0.02 | 133.9 | 0.89 | 0.82 |
Hex | A8 | FA | BB | 21 | 0 | 19 | 2 | 86 | 59 | 52 |
Octal | 250 | 372 | 273 | 41 | 0 | 31 | 2 | 206 | 131 | 122 |
Binary | 10101000 | 11111010 | 10111011 | 100001 | 0 | 11001 | 10 | 10000110 | 1011001 | 1010010 |
Color Harmonies of #A8FABB
Complementary color
Monochromatic Colors of #A8FABB
Black with #A8FABB
Text Example
Text Example
White with #A8FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FABB; }
p { color: rgb(168,250,187); }
H1.HeaderClassName
{
color: #A8FABB;
}
.AnyTagClassName
{
color: #A8FABB;
}
</style>
background-color css
<style>
a { background-color: #A8FABB; }
a { background-color: rgb(168,250,187); }
div.DivClassName
{
background-color: #A8FABB;
}
.BgClassName
{
background-color: #A8FABB;
}
</style>
border-color css
<style>
span { border-color: #A8FABB; }
span { border-color: rgb(168,250,187); }
td.TdClassName
{
border-color: #A8FABB;
}
.TagClassName
{
border-color: #A8FABB;
}
</style>