Shades of Fringy Flower #ADFAC1
Tints of Fringy Flower #ADFAC1
RGB
CMYK
RGB Variations
Color information
#ADFAC1 (or 0xADFAC1) is known color: Fringy Flower. HEX triplet: AD, FA and C1. RGB value is (173,250,193). Sum of RGB (Red+Green+Blue) = 173+250+193=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAC1 is #52053E. Grayscale: #DCDCDC. Windows color (decimal): -5375295 or 12712621. OLE color: 12712621.
HSL color Cylindrical-coordinate representation of color #ADFAC1: hue angle of 135.58º 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 #ADFAC1 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 193 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.02 |
| HSL | 135.58º | 0.89% | 0.83% | - |
| HSV(B) | 135.58º | 0.31% | 0.98% | - |
| XYZ | 61.04 | 81.11 | 62.89 | - |
| YUV | 220.48 | 112.49 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 193 | 0.31 | 0 | 0.23 | 0.02 | 135.58 | 0.89 | 0.83 |
| Hex | AD | FA | C1 | 1F | 0 | 17 | 2 | 88 | 59 | 53 |
| Octal | 255 | 372 | 301 | 37 | 0 | 27 | 2 | 210 | 131 | 123 |
| Binary | 10101101 | 11111010 | 11000001 | 11111 | 0 | 10111 | 10 | 10001000 | 1011001 | 1010011 |
Color Harmonies of #ADFAC1
Complementary color
Monochromatic Colors of #ADFAC1
Black with #ADFAC1
Text Example
Text Example
White with #ADFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAC1; }
p { color: rgb(173,250,193); }
H1.HeaderClassName
{
color: #ADFAC1;
}
.AnyTagClassName
{
color: #ADFAC1;
}
</style>
background-color css
<style>
a { background-color: #ADFAC1; }
a { background-color: rgb(173,250,193); }
div.DivClassName
{
background-color: #ADFAC1;
}
.BgClassName
{
background-color: #ADFAC1;
}
</style>
border-color css
<style>
span { border-color: #ADFAC1; }
span { border-color: rgb(173,250,193); }
td.TdClassName
{
border-color: #ADFAC1;
}
.TagClassName
{
border-color: #ADFAC1;
}
</style>