Shades of Fringy Flower #A8E8B7
Tints of Fringy Flower #A8E8B7
RGB
CMYK
RGB Variations
Color information
#A8E8B7 (or 0xA8E8B7) is known color: Fringy Flower. HEX triplet: A8, E8 and B7. RGB value is (168,232,183). Sum of RGB (Red+Green+Blue) = 168+232+183=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E8B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E8B7 is #571748. Grayscale: #CFCFCF. Windows color (decimal): -5707593 or 12052648. OLE color: 12052648.
HSL color Cylindrical-coordinate representation of color #A8E8B7: hue angle of 134.06º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E8B7 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 183 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.09 |
| HSL | 134.06º | 0.58% | 0.78% | - |
| HSV(B) | 134.06º | 0.28% | 0.91% | - |
| XYZ | 53.55 | 69.46 | 55.38 | - |
| YUV | 207.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 183 | 0.28 | 0 | 0.21 | 0.09 | 134.06 | 0.58 | 0.78 |
| Hex | A8 | E8 | B7 | 1C | 0 | 15 | 9 | 86 | 3A | 4E |
| Octal | 250 | 350 | 267 | 34 | 0 | 25 | 11 | 206 | 72 | 116 |
| Binary | 10101000 | 11101000 | 10110111 | 11100 | 0 | 10101 | 1001 | 10000110 | 111010 | 1001110 |
Color Harmonies of #A8E8B7
Complementary color
Monochromatic Colors of #A8E8B7
Black with #A8E8B7
Text Example
Text Example
White with #A8E8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E8B7; }
p { color: rgb(168,232,183); }
H1.HeaderClassName
{
color: #A8E8B7;
}
.AnyTagClassName
{
color: #A8E8B7;
}
</style>
background-color css
<style>
a { background-color: #A8E8B7; }
a { background-color: rgb(168,232,183); }
div.DivClassName
{
background-color: #A8E8B7;
}
.BgClassName
{
background-color: #A8E8B7;
}
</style>
border-color css
<style>
span { border-color: #A8E8B7; }
span { border-color: rgb(168,232,183); }
td.TdClassName
{
border-color: #A8E8B7;
}
.TagClassName
{
border-color: #A8E8B7;
}
</style>