Shades of Fringy Flower #ADFDBE
Tints of Fringy Flower #ADFDBE
RGB
CMYK
RGB Variations
Color information
#ADFDBE (or 0xADFDBE) is known color: Fringy Flower. HEX triplet: AD, FD and BE. RGB value is (173,253,190). Sum of RGB (Red+Green+Blue) = 173+253+190=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDBE is #520241. Grayscale: #DEDEDE. Windows color (decimal): -5374530 or 12516781. OLE color: 12516781.
HSL color Cylindrical-coordinate representation of color #ADFDBE: hue angle of 132.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDBE is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 190 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.01 |
| HSL | 132.75º | 0.95% | 0.84% | - |
| HSV(B) | 132.75º | 0.32% | 0.99% | - |
| XYZ | 61.65 | 82.85 | 61.46 | - |
| YUV | 221.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 190 | 0.32 | 0 | 0.25 | 0.01 | 132.75 | 0.95 | 0.84 |
| Hex | AD | FD | BE | 20 | 0 | 19 | 1 | 85 | 5F | 54 |
| Octal | 255 | 375 | 276 | 40 | 0 | 31 | 1 | 205 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10111110 | 100000 | 0 | 11001 | 1 | 10000101 | 1011111 | 1010100 |
Color Harmonies of #ADFDBE
Complementary color
Monochromatic Colors of #ADFDBE
Black with #ADFDBE
Text Example
Text Example
White with #ADFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDBE; }
p { color: rgb(173,253,190); }
H1.HeaderClassName
{
color: #ADFDBE;
}
.AnyTagClassName
{
color: #ADFDBE;
}
</style>
background-color css
<style>
a { background-color: #ADFDBE; }
a { background-color: rgb(173,253,190); }
div.DivClassName
{
background-color: #ADFDBE;
}
.BgClassName
{
background-color: #ADFDBE;
}
</style>
border-color css
<style>
span { border-color: #ADFDBE; }
span { border-color: rgb(173,253,190); }
td.TdClassName
{
border-color: #ADFDBE;
}
.TagClassName
{
border-color: #ADFDBE;
}
</style>