Shades of Fringy Flower #ADFABB
Tints of Fringy Flower #ADFABB
RGB
CMYK
RGB Variations
Color information
#ADFABB (or 0xADFABB) is known color: Fringy Flower. HEX triplet: AD, FA and BB. RGB value is (173,250,187). Sum of RGB (Red+Green+Blue) = 173+250+187=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFABB is #520544. Grayscale: #DBDBDB. Windows color (decimal): -5375301 or 12319405. OLE color: 12319405.
HSL color Cylindrical-coordinate representation of color #ADFABB: hue angle of 130.91º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFABB is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 187 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.02 |
| HSL | 130.91º | 0.89% | 0.83% | - |
| HSV(B) | 130.91º | 0.31% | 0.98% | - |
| XYZ | 60.39 | 80.84 | 59.44 | - |
| YUV | 219.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 187 | 0.31 | 0 | 0.25 | 0.02 | 130.91 | 0.89 | 0.83 |
| Hex | AD | FA | BB | 1F | 0 | 19 | 2 | 83 | 59 | 53 |
| Octal | 255 | 372 | 273 | 37 | 0 | 31 | 2 | 203 | 131 | 123 |
| Binary | 10101101 | 11111010 | 10111011 | 11111 | 0 | 11001 | 10 | 10000011 | 1011001 | 1010011 |
Color Harmonies of #ADFABB
Complementary color
Monochromatic Colors of #ADFABB
Black with #ADFABB
Text Example
Text Example
White with #ADFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFABB; }
p { color: rgb(173,250,187); }
H1.HeaderClassName
{
color: #ADFABB;
}
.AnyTagClassName
{
color: #ADFABB;
}
</style>
background-color css
<style>
a { background-color: #ADFABB; }
a { background-color: rgb(173,250,187); }
div.DivClassName
{
background-color: #ADFABB;
}
.BgClassName
{
background-color: #ADFABB;
}
</style>
border-color css
<style>
span { border-color: #ADFABB; }
span { border-color: rgb(173,250,187); }
td.TdClassName
{
border-color: #ADFABB;
}
.TagClassName
{
border-color: #ADFABB;
}
</style>