Shades of Fringy Flower #AFDEC0
Tints of Fringy Flower #AFDEC0
RGB
CMYK
RGB Variations
Color information
#AFDEC0 (or 0xAFDEC0) is known color: Fringy Flower. HEX triplet: AF, DE and C0. RGB value is (175,222,192). Sum of RGB (Red+Green+Blue) = 175+222+192=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEC0 is #50213F. Grayscale: #CCCCCC. Windows color (decimal): -5251392 or 12639919. OLE color: 12639919.
HSL color Cylindrical-coordinate representation of color #AFDEC0: hue angle of 141.7º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEC0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 192 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.13 |
| HSL | 141.7º | 0.42% | 0.78% | - |
| HSV(B) | 141.7º | 0.21% | 0.87% | - |
| XYZ | 53.31 | 65.16 | 59.64 | - |
| YUV | 204.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 192 | 0.21 | 0 | 0.14 | 0.13 | 141.7 | 0.42 | 0.78 |
| Hex | AF | DE | C0 | 15 | 0 | E | D | 8E | 2A | 4E |
| Octal | 257 | 336 | 300 | 25 | 0 | 16 | 15 | 216 | 52 | 116 |
| Binary | 10101111 | 11011110 | 11000000 | 10101 | 0 | 1110 | 1101 | 10001110 | 101010 | 1001110 |
Color Harmonies of #AFDEC0
Complementary color
Monochromatic Colors of #AFDEC0
Black with #AFDEC0
Text Example
Text Example
White with #AFDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEC0; }
p { color: rgb(175,222,192); }
H1.HeaderClassName
{
color: #AFDEC0;
}
.AnyTagClassName
{
color: #AFDEC0;
}
</style>
background-color css
<style>
a { background-color: #AFDEC0; }
a { background-color: rgb(175,222,192); }
div.DivClassName
{
background-color: #AFDEC0;
}
.BgClassName
{
background-color: #AFDEC0;
}
</style>
border-color css
<style>
span { border-color: #AFDEC0; }
span { border-color: rgb(175,222,192); }
td.TdClassName
{
border-color: #AFDEC0;
}
.TagClassName
{
border-color: #AFDEC0;
}
</style>