Shades of Fringy Flower #A8FCB8
Tints of Fringy Flower #A8FCB8
RGB
CMYK
RGB Variations
Color information
#A8FCB8 (or 0xA8FCB8) is known color: Fringy Flower. HEX triplet: A8, FC and B8. RGB value is (168,252,184). Sum of RGB (Red+Green+Blue) = 168+252+184=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCB8 is #570347. Grayscale: #DBDBDB. Windows color (decimal): -5702472 or 12123304. OLE color: 12123304.
HSL color Cylindrical-coordinate representation of color #A8FCB8: hue angle of 131.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCB8 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 184 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.01 |
| HSL | 131.43º | 0.93% | 0.82% | - |
| HSV(B) | 131.43º | 0.33% | 0.99% | - |
| XYZ | 59.61 | 81.41 | 57.92 | - |
| YUV | 219.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 184 | 0.33 | 0 | 0.27 | 0.01 | 131.43 | 0.93 | 0.82 |
| Hex | A8 | FC | B8 | 21 | 0 | 1B | 1 | 83 | 5D | 52 |
| Octal | 250 | 374 | 270 | 41 | 0 | 33 | 1 | 203 | 135 | 122 |
| Binary | 10101000 | 11111100 | 10111000 | 100001 | 0 | 11011 | 1 | 10000011 | 1011101 | 1010010 |
Color Harmonies of #A8FCB8
Complementary color
Monochromatic Colors of #A8FCB8
Black with #A8FCB8
Text Example
Text Example
White with #A8FCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCB8; }
p { color: rgb(168,252,184); }
H1.HeaderClassName
{
color: #A8FCB8;
}
.AnyTagClassName
{
color: #A8FCB8;
}
</style>
background-color css
<style>
a { background-color: #A8FCB8; }
a { background-color: rgb(168,252,184); }
div.DivClassName
{
background-color: #A8FCB8;
}
.BgClassName
{
background-color: #A8FCB8;
}
</style>
border-color css
<style>
span { border-color: #A8FCB8; }
span { border-color: rgb(168,252,184); }
td.TdClassName
{
border-color: #A8FCB8;
}
.TagClassName
{
border-color: #A8FCB8;
}
</style>