Shades of Fringy Flower #ADFBBA
Tints of Fringy Flower #ADFBBA
RGB
CMYK
RGB Variations
Color information
#ADFBBA (or 0xADFBBA) is known color: Fringy Flower. HEX triplet: AD, FB and BA. RGB value is (173,251,186). Sum of RGB (Red+Green+Blue) = 173+251+186=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBBA is #520445. Grayscale: #DCDCDC. Windows color (decimal): -5375046 or 12254125. OLE color: 12254125.
HSL color Cylindrical-coordinate representation of color #ADFBBA: hue angle of 130º degrees, saturation: 0.91, 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 #ADFBBA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 186 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.02 |
| HSL | 130º | 0.91% | 0.83% | - |
| HSV(B) | 130º | 0.31% | 0.98% | - |
| XYZ | 60.59 | 81.42 | 58.98 | - |
| YUV | 220.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 186 | 0.31 | 0 | 0.26 | 0.02 | 130 | 0.91 | 0.83 |
| Hex | AD | FB | BA | 1F | 0 | 1A | 2 | 82 | 5B | 53 |
| Octal | 255 | 373 | 272 | 37 | 0 | 32 | 2 | 202 | 133 | 123 |
| Binary | 10101101 | 11111011 | 10111010 | 11111 | 0 | 11010 | 10 | 10000010 | 1011011 | 1010011 |
Color Harmonies of #ADFBBA
Complementary color
Monochromatic Colors of #ADFBBA
Black with #ADFBBA
Text Example
Text Example
White with #ADFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBBA; }
p { color: rgb(173,251,186); }
H1.HeaderClassName
{
color: #ADFBBA;
}
.AnyTagClassName
{
color: #ADFBBA;
}
</style>
background-color css
<style>
a { background-color: #ADFBBA; }
a { background-color: rgb(173,251,186); }
div.DivClassName
{
background-color: #ADFBBA;
}
.BgClassName
{
background-color: #ADFBBA;
}
</style>
border-color css
<style>
span { border-color: #ADFBBA; }
span { border-color: rgb(173,251,186); }
td.TdClassName
{
border-color: #ADFBBA;
}
.TagClassName
{
border-color: #ADFBBA;
}
</style>