Shades of Fringy Flower #A8FBBC
Tints of Fringy Flower #A8FBBC
RGB
CMYK
RGB Variations
Color information
#A8FBBC (or 0xA8FBBC) is known color: Fringy Flower. HEX triplet: A8, FB and BC. RGB value is (168,251,188). Sum of RGB (Red+Green+Blue) = 168+251+188=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBBC is #570443. Grayscale: #DBDBDB. Windows color (decimal): -5702724 or 12385192. OLE color: 12385192.
HSL color Cylindrical-coordinate representation of color #A8FBBC: hue angle of 134.46º degrees, saturation: 0.91, 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 #A8FBBC is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 188 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.02 |
| HSL | 134.46º | 0.91% | 0.82% | - |
| HSV(B) | 134.46º | 0.33% | 0.98% | - |
| XYZ | 59.72 | 80.95 | 60.05 | - |
| YUV | 219 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 188 | 0.33 | 0 | 0.25 | 0.02 | 134.46 | 0.91 | 0.82 |
| Hex | A8 | FB | BC | 21 | 0 | 19 | 2 | 86 | 5B | 52 |
| Octal | 250 | 373 | 274 | 41 | 0 | 31 | 2 | 206 | 133 | 122 |
| Binary | 10101000 | 11111011 | 10111100 | 100001 | 0 | 11001 | 10 | 10000110 | 1011011 | 1010010 |
Color Harmonies of #A8FBBC
Complementary color
Monochromatic Colors of #A8FBBC
Black with #A8FBBC
Text Example
Text Example
White with #A8FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBBC; }
p { color: rgb(168,251,188); }
H1.HeaderClassName
{
color: #A8FBBC;
}
.AnyTagClassName
{
color: #A8FBBC;
}
</style>
background-color css
<style>
a { background-color: #A8FBBC; }
a { background-color: rgb(168,251,188); }
div.DivClassName
{
background-color: #A8FBBC;
}
.BgClassName
{
background-color: #A8FBBC;
}
</style>
border-color css
<style>
span { border-color: #A8FBBC; }
span { border-color: rgb(168,251,188); }
td.TdClassName
{
border-color: #A8FBBC;
}
.TagClassName
{
border-color: #A8FBBC;
}
</style>