Shades of Fringy Flower #A8FABC
Tints of Fringy Flower #A8FABC
RGB
CMYK
RGB Variations
Color information
#A8FABC (or 0xA8FABC) is known color: Fringy Flower. HEX triplet: A8, FA and BC. RGB value is (168,250,188). Sum of RGB (Red+Green+Blue) = 168+250+188=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FABC is #570543. Grayscale: #DADADA. Windows color (decimal): -5702980 or 12384936. OLE color: 12384936.
HSL color Cylindrical-coordinate representation of color #A8FABC: hue angle of 134.63º 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 #A8FABC is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 250 | 188 | - |
CMYK | 0.33 | 0 | 0.25 | 0.02 |
HSL | 134.63º | 0.89% | 0.82% | - |
HSV(B) | 134.63º | 0.33% | 0.98% | - |
XYZ | 59.41 | 80.33 | 59.95 | - |
YUV | 218.41 | 110.83 | 92.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 250 | 188 | 0.33 | 0 | 0.25 | 0.02 | 134.63 | 0.89 | 0.82 |
Hex | A8 | FA | BC | 21 | 0 | 19 | 2 | 87 | 59 | 52 |
Octal | 250 | 372 | 274 | 41 | 0 | 31 | 2 | 207 | 131 | 122 |
Binary | 10101000 | 11111010 | 10111100 | 100001 | 0 | 11001 | 10 | 10000111 | 1011001 | 1010010 |
Color Harmonies of #A8FABC
Complementary color
Monochromatic Colors of #A8FABC
Black with #A8FABC
Text Example
Text Example
White with #A8FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FABC; }
p { color: rgb(168,250,188); }
H1.HeaderClassName
{
color: #A8FABC;
}
.AnyTagClassName
{
color: #A8FABC;
}
</style>
background-color css
<style>
a { background-color: #A8FABC; }
a { background-color: rgb(168,250,188); }
div.DivClassName
{
background-color: #A8FABC;
}
.BgClassName
{
background-color: #A8FABC;
}
</style>
border-color css
<style>
span { border-color: #A8FABC; }
span { border-color: rgb(168,250,188); }
td.TdClassName
{
border-color: #A8FABC;
}
.TagClassName
{
border-color: #A8FABC;
}
</style>