Shades of Fringy Flower #ADFDC1
Tints of Fringy Flower #ADFDC1
RGB
CMYK
RGB Variations
Color information
#ADFDC1 (or 0xADFDC1) is known color: Fringy Flower. HEX triplet: AD, FD and C1. RGB value is (173,253,193). Sum of RGB (Red+Green+Blue) = 173+253+193=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDC1 is #52023E. Grayscale: #DEDEDE. Windows color (decimal): -5374527 or 12713389. OLE color: 12713389.
HSL color Cylindrical-coordinate representation of color #ADFDC1: hue angle of 135º 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 #ADFDC1 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 193 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.01 |
| HSL | 135º | 0.95% | 0.84% | - |
| HSV(B) | 135º | 0.32% | 0.99% | - |
| XYZ | 61.98 | 82.99 | 63.2 | - |
| YUV | 222.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 193 | 0.32 | 0 | 0.24 | 0.01 | 135 | 0.95 | 0.84 |
| Hex | AD | FD | C1 | 20 | 0 | 18 | 1 | 87 | 5F | 54 |
| Octal | 255 | 375 | 301 | 40 | 0 | 30 | 1 | 207 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11000001 | 100000 | 0 | 11000 | 1 | 10000111 | 1011111 | 1010100 |
Color Harmonies of #ADFDC1
Complementary color
Monochromatic Colors of #ADFDC1
Black with #ADFDC1
Text Example
Text Example
White with #ADFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDC1; }
p { color: rgb(173,253,193); }
H1.HeaderClassName
{
color: #ADFDC1;
}
.AnyTagClassName
{
color: #ADFDC1;
}
</style>
background-color css
<style>
a { background-color: #ADFDC1; }
a { background-color: rgb(173,253,193); }
div.DivClassName
{
background-color: #ADFDC1;
}
.BgClassName
{
background-color: #ADFDC1;
}
</style>
border-color css
<style>
span { border-color: #ADFDC1; }
span { border-color: rgb(173,253,193); }
td.TdClassName
{
border-color: #ADFDC1;
}
.TagClassName
{
border-color: #ADFDC1;
}
</style>