Shades of Fringy Flower #AFEBC0
Tints of Fringy Flower #AFEBC0
RGB
CMYK
RGB Variations
Color information
#AFEBC0 (or 0xAFEBC0) is known color: Fringy Flower. HEX triplet: AF, EB and C0. RGB value is (175,235,192). Sum of RGB (Red+Green+Blue) = 175+235+192=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC0 is #50143F. Grayscale: #D4D4D4. Windows color (decimal): -5248064 or 12643247. OLE color: 12643247.
HSL color Cylindrical-coordinate representation of color #AFEBC0: hue angle of 137º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBC0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 192 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.08 |
| HSL | 137º | 0.6% | 0.8% | - |
| HSV(B) | 137º | 0.26% | 0.92% | - |
| XYZ | 56.9 | 72.34 | 60.83 | - |
| YUV | 212.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 192 | 0.26 | 0 | 0.18 | 0.08 | 137 | 0.6 | 0.8 |
| Hex | AF | EB | C0 | 1A | 0 | 12 | 8 | 89 | 3C | 50 |
| Octal | 257 | 353 | 300 | 32 | 0 | 22 | 10 | 211 | 74 | 120 |
| Binary | 10101111 | 11101011 | 11000000 | 11010 | 0 | 10010 | 1000 | 10001001 | 111100 | 1010000 |
Color Harmonies of #AFEBC0
Complementary color
Monochromatic Colors of #AFEBC0
Black with #AFEBC0
Text Example
Text Example
White with #AFEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBC0; }
p { color: rgb(175,235,192); }
H1.HeaderClassName
{
color: #AFEBC0;
}
.AnyTagClassName
{
color: #AFEBC0;
}
</style>
background-color css
<style>
a { background-color: #AFEBC0; }
a { background-color: rgb(175,235,192); }
div.DivClassName
{
background-color: #AFEBC0;
}
.BgClassName
{
background-color: #AFEBC0;
}
</style>
border-color css
<style>
span { border-color: #AFEBC0; }
span { border-color: rgb(175,235,192); }
td.TdClassName
{
border-color: #AFEBC0;
}
.TagClassName
{
border-color: #AFEBC0;
}
</style>