Shades of Fringy Flower #ADFCC1
Tints of Fringy Flower #ADFCC1
RGB
CMYK
RGB Variations
Color information
#ADFCC1 (or 0xADFCC1) is known color: Fringy Flower. HEX triplet: AD, FC and C1. RGB value is (173,252,193). Sum of RGB (Red+Green+Blue) = 173+252+193=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCC1 is #52033E. Grayscale: #DDDDDD. Windows color (decimal): -5374783 or 12713133. OLE color: 12713133.
HSL color Cylindrical-coordinate representation of color #ADFCC1: hue angle of 135.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCC1 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 193 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.01 |
| HSL | 135.19º | 0.93% | 0.83% | - |
| HSV(B) | 135.19º | 0.31% | 0.99% | - |
| XYZ | 61.67 | 82.36 | 63.1 | - |
| YUV | 221.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 193 | 0.31 | 0 | 0.23 | 0.01 | 135.19 | 0.93 | 0.83 |
| Hex | AD | FC | C1 | 1F | 0 | 17 | 1 | 87 | 5D | 53 |
| Octal | 255 | 374 | 301 | 37 | 0 | 27 | 1 | 207 | 135 | 123 |
| Binary | 10101101 | 11111100 | 11000001 | 11111 | 0 | 10111 | 1 | 10000111 | 1011101 | 1010011 |
Color Harmonies of #ADFCC1
Complementary color
Monochromatic Colors of #ADFCC1
Black with #ADFCC1
Text Example
Text Example
White with #ADFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCC1; }
p { color: rgb(173,252,193); }
H1.HeaderClassName
{
color: #ADFCC1;
}
.AnyTagClassName
{
color: #ADFCC1;
}
</style>
background-color css
<style>
a { background-color: #ADFCC1; }
a { background-color: rgb(173,252,193); }
div.DivClassName
{
background-color: #ADFCC1;
}
.BgClassName
{
background-color: #ADFCC1;
}
</style>
border-color css
<style>
span { border-color: #ADFCC1; }
span { border-color: rgb(173,252,193); }
td.TdClassName
{
border-color: #ADFCC1;
}
.TagClassName
{
border-color: #ADFCC1;
}
</style>