Shades of Fringy Flower #AFFEC0
Tints of Fringy Flower #AFFEC0
RGB
CMYK
RGB Variations
Color information
#AFFEC0 (or 0xAFFEC0) is known color: Fringy Flower. HEX triplet: AF, FE and C0. RGB value is (175,254,192). Sum of RGB (Red+Green+Blue) = 175+254+192=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEC0 is #50013F. Grayscale: #DFDFDF. Windows color (decimal): -5243200 or 12648111. OLE color: 12648111.
HSL color Cylindrical-coordinate representation of color #AFFEC0: hue angle of 132.91º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEC0 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 192 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.00 |
| HSL | 132.91º | 0.98% | 0.84% | - |
| HSV(B) | 132.91º | 0.31% | 1% | - |
| XYZ | 62.64 | 83.8 | 62.74 | - |
| YUV | 223.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 192 | 0.31 | 0 | 0.24 | 0.00 | 132.91 | 0.98 | 0.84 |
| Hex | AF | FE | C0 | 1F | 0 | 18 | 0 | 85 | 62 | 54 |
| Octal | 257 | 376 | 300 | 37 | 0 | 30 | 0 | 205 | 142 | 124 |
| Binary | 10101111 | 11111110 | 11000000 | 11111 | 0 | 11000 | 0 | 10000101 | 1100010 | 1010100 |
Color Harmonies of #AFFEC0
Complementary color
Monochromatic Colors of #AFFEC0
Black with #AFFEC0
Text Example
Text Example
White with #AFFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFEC0; }
p { color: rgb(175,254,192); }
H1.HeaderClassName
{
color: #AFFEC0;
}
.AnyTagClassName
{
color: #AFFEC0;
}
</style>
background-color css
<style>
a { background-color: #AFFEC0; }
a { background-color: rgb(175,254,192); }
div.DivClassName
{
background-color: #AFFEC0;
}
.BgClassName
{
background-color: #AFFEC0;
}
</style>
border-color css
<style>
span { border-color: #AFFEC0; }
span { border-color: rgb(175,254,192); }
td.TdClassName
{
border-color: #AFFEC0;
}
.TagClassName
{
border-color: #AFFEC0;
}
</style>