Shades of Fringy Flower #A6FABD
Tints of Fringy Flower #A6FABD
RGB
CMYK
RGB Variations
Color information
#A6FABD (or 0xA6FABD) is known color: Fringy Flower. HEX triplet: A6, FA and BD. RGB value is (166,250,189). Sum of RGB (Red+Green+Blue) = 166+250+189=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FABD is #590542. Grayscale: #DADADA. Windows color (decimal): -5834051 or 12450470. OLE color: 12450470.
HSL color Cylindrical-coordinate representation of color #A6FABD: hue angle of 136.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FABD is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 189 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.02 |
| HSL | 136.43º | 0.89% | 0.82% | - |
| HSV(B) | 136.43º | 0.34% | 0.98% | - |
| XYZ | 59.1 | 80.15 | 60.5 | - |
| YUV | 217.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 189 | 0.34 | 0 | 0.24 | 0.02 | 136.43 | 0.89 | 0.82 |
| Hex | A6 | FA | BD | 22 | 0 | 18 | 2 | 88 | 59 | 52 |
| Octal | 246 | 372 | 275 | 42 | 0 | 30 | 2 | 210 | 131 | 122 |
| Binary | 10100110 | 11111010 | 10111101 | 100010 | 0 | 11000 | 10 | 10001000 | 1011001 | 1010010 |
Color Harmonies of #A6FABD
Complementary color
Monochromatic Colors of #A6FABD
Black with #A6FABD
Text Example
Text Example
White with #A6FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FABD; }
p { color: rgb(166,250,189); }
H1.HeaderClassName
{
color: #A6FABD;
}
.AnyTagClassName
{
color: #A6FABD;
}
</style>
background-color css
<style>
a { background-color: #A6FABD; }
a { background-color: rgb(166,250,189); }
div.DivClassName
{
background-color: #A6FABD;
}
.BgClassName
{
background-color: #A6FABD;
}
</style>
border-color css
<style>
span { border-color: #A6FABD; }
span { border-color: rgb(166,250,189); }
td.TdClassName
{
border-color: #A6FABD;
}
.TagClassName
{
border-color: #A6FABD;
}
</style>