Shades of Fringy Flower #A8FABE
Tints of Fringy Flower #A8FABE
RGB
CMYK
RGB Variations
Color information
#A8FABE (or 0xA8FABE) is known color: Fringy Flower. HEX triplet: A8, FA and BE. RGB value is (168,250,190). Sum of RGB (Red+Green+Blue) = 168+250+190=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FABE is #570541. Grayscale: #DADADA. Windows color (decimal): -5702978 or 12516008. OLE color: 12516008.
HSL color Cylindrical-coordinate representation of color #A8FABE: hue angle of 136.1º 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 #A8FABE is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 190 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.02 |
| HSL | 136.1º | 0.89% | 0.82% | - |
| HSV(B) | 136.1º | 0.33% | 0.98% | - |
| XYZ | 59.63 | 80.41 | 61.09 | - |
| YUV | 218.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 190 | 0.33 | 0 | 0.24 | 0.02 | 136.1 | 0.89 | 0.82 |
| Hex | A8 | FA | BE | 21 | 0 | 18 | 2 | 88 | 59 | 52 |
| Octal | 250 | 372 | 276 | 41 | 0 | 30 | 2 | 210 | 131 | 122 |
| Binary | 10101000 | 11111010 | 10111110 | 100001 | 0 | 11000 | 10 | 10001000 | 1011001 | 1010010 |
Color Harmonies of #A8FABE
Complementary color
Monochromatic Colors of #A8FABE
Black with #A8FABE
Text Example
Text Example
White with #A8FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FABE; }
p { color: rgb(168,250,190); }
H1.HeaderClassName
{
color: #A8FABE;
}
.AnyTagClassName
{
color: #A8FABE;
}
</style>
background-color css
<style>
a { background-color: #A8FABE; }
a { background-color: rgb(168,250,190); }
div.DivClassName
{
background-color: #A8FABE;
}
.BgClassName
{
background-color: #A8FABE;
}
</style>
border-color css
<style>
span { border-color: #A8FABE; }
span { border-color: rgb(168,250,190); }
td.TdClassName
{
border-color: #A8FABE;
}
.TagClassName
{
border-color: #A8FABE;
}
</style>