Shades of Fringy Flower #AFE5BD
Tints of Fringy Flower #AFE5BD
RGB
CMYK
RGB Variations
Color information
#AFE5BD (or 0xAFE5BD) is known color: Fringy Flower. HEX triplet: AF, E5 and BD. RGB value is (175,229,189). Sum of RGB (Red+Green+Blue) = 175+229+189=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5BD is #501A42. Grayscale: #D0D0D0. Windows color (decimal): -5249603 or 12445103. OLE color: 12445103.
HSL color Cylindrical-coordinate representation of color #AFE5BD: hue angle of 135.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5BD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 189 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.10 |
| HSL | 135.56º | 0.51% | 0.79% | - |
| HSV(B) | 135.56º | 0.24% | 0.9% | - |
| XYZ | 54.88 | 68.83 | 58.54 | - |
| YUV | 208.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 189 | 0.24 | 0 | 0.17 | 0.10 | 135.56 | 0.51 | 0.79 |
| Hex | AF | E5 | BD | 18 | 0 | 11 | A | 88 | 33 | 4F |
| Octal | 257 | 345 | 275 | 30 | 0 | 21 | 12 | 210 | 63 | 117 |
| Binary | 10101111 | 11100101 | 10111101 | 11000 | 0 | 10001 | 1010 | 10001000 | 110011 | 1001111 |
Color Harmonies of #AFE5BD
Complementary color
Monochromatic Colors of #AFE5BD
Black with #AFE5BD
Text Example
Text Example
White with #AFE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5BD; }
p { color: rgb(175,229,189); }
H1.HeaderClassName
{
color: #AFE5BD;
}
.AnyTagClassName
{
color: #AFE5BD;
}
</style>
background-color css
<style>
a { background-color: #AFE5BD; }
a { background-color: rgb(175,229,189); }
div.DivClassName
{
background-color: #AFE5BD;
}
.BgClassName
{
background-color: #AFE5BD;
}
</style>
border-color css
<style>
span { border-color: #AFE5BD; }
span { border-color: rgb(175,229,189); }
td.TdClassName
{
border-color: #AFE5BD;
}
.TagClassName
{
border-color: #AFE5BD;
}
</style>