Shades of Fringy Flower #AFE8B9
Tints of Fringy Flower #AFE8B9
RGB
CMYK
RGB Variations
Color information
#AFE8B9 (or 0xAFE8B9) is known color: Fringy Flower. HEX triplet: AF, E8 and B9. RGB value is (175,232,185). Sum of RGB (Red+Green+Blue) = 175+232+185=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8B9 is #501746. Grayscale: #D1D1D1. Windows color (decimal): -5248839 or 12183727. OLE color: 12183727.
HSL color Cylindrical-coordinate representation of color #AFE8B9: hue angle of 130.53º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8B9 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 185 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.09 |
| HSL | 130.53º | 0.55% | 0.8% | - |
| HSV(B) | 130.53º | 0.25% | 0.91% | - |
| XYZ | 55.29 | 70.33 | 56.56 | - |
| YUV | 209.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 185 | 0.25 | 0 | 0.20 | 0.09 | 130.53 | 0.55 | 0.8 |
| Hex | AF | E8 | B9 | 19 | 0 | 14 | 9 | 83 | 37 | 50 |
| Octal | 257 | 350 | 271 | 31 | 0 | 24 | 11 | 203 | 67 | 120 |
| Binary | 10101111 | 11101000 | 10111001 | 11001 | 0 | 10100 | 1001 | 10000011 | 110111 | 1010000 |
Color Harmonies of #AFE8B9
Complementary color
Monochromatic Colors of #AFE8B9
Black with #AFE8B9
Text Example
Text Example
White with #AFE8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8B9; }
p { color: rgb(175,232,185); }
H1.HeaderClassName
{
color: #AFE8B9;
}
.AnyTagClassName
{
color: #AFE8B9;
}
</style>
background-color css
<style>
a { background-color: #AFE8B9; }
a { background-color: rgb(175,232,185); }
div.DivClassName
{
background-color: #AFE8B9;
}
.BgClassName
{
background-color: #AFE8B9;
}
</style>
border-color css
<style>
span { border-color: #AFE8B9; }
span { border-color: rgb(175,232,185); }
td.TdClassName
{
border-color: #AFE8B9;
}
.TagClassName
{
border-color: #AFE8B9;
}
</style>