Shades of Fringy Flower #AFEAB9
Tints of Fringy Flower #AFEAB9
RGB
CMYK
RGB Variations
Color information
#AFEAB9 (or 0xAFEAB9) is known color: Fringy Flower. HEX triplet: AF, EA and B9. RGB value is (175,234,185). Sum of RGB (Red+Green+Blue) = 175+234+185=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAB9 is #501546. Grayscale: #D2D2D2. Windows color (decimal): -5248327 or 12184239. OLE color: 12184239.
HSL color Cylindrical-coordinate representation of color #AFEAB9: hue angle of 130.17º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAB9 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 185 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.08 |
| HSL | 130.17º | 0.58% | 0.8% | - |
| HSV(B) | 130.17º | 0.25% | 0.92% | - |
| XYZ | 55.86 | 71.46 | 56.75 | - |
| YUV | 210.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 185 | 0.25 | 0 | 0.21 | 0.08 | 130.17 | 0.58 | 0.8 |
| Hex | AF | EA | B9 | 19 | 0 | 15 | 8 | 82 | 3A | 50 |
| Octal | 257 | 352 | 271 | 31 | 0 | 25 | 10 | 202 | 72 | 120 |
| Binary | 10101111 | 11101010 | 10111001 | 11001 | 0 | 10101 | 1000 | 10000010 | 111010 | 1010000 |
Color Harmonies of #AFEAB9
Complementary color
Monochromatic Colors of #AFEAB9
Black with #AFEAB9
Text Example
Text Example
White with #AFEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEAB9; }
p { color: rgb(175,234,185); }
H1.HeaderClassName
{
color: #AFEAB9;
}
.AnyTagClassName
{
color: #AFEAB9;
}
</style>
background-color css
<style>
a { background-color: #AFEAB9; }
a { background-color: rgb(175,234,185); }
div.DivClassName
{
background-color: #AFEAB9;
}
.BgClassName
{
background-color: #AFEAB9;
}
</style>
border-color css
<style>
span { border-color: #AFEAB9; }
span { border-color: rgb(175,234,185); }
td.TdClassName
{
border-color: #AFEAB9;
}
.TagClassName
{
border-color: #AFEAB9;
}
</style>