Shades of Fringy Flower #AFE5C3
Tints of Fringy Flower #AFE5C3
RGB
CMYK
RGB Variations
Color information
#AFE5C3 (or 0xAFE5C3) is known color: Fringy Flower. HEX triplet: AF, E5 and C3. RGB value is (175,229,195). Sum of RGB (Red+Green+Blue) = 175+229+195=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5C3 is #501A3C. Grayscale: #D1D1D1. Windows color (decimal): -5249597 or 12838319. OLE color: 12838319.
HSL color Cylindrical-coordinate representation of color #AFE5C3: hue angle of 142.22º 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 #AFE5C3 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 195 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.10 |
| HSL | 142.22º | 0.51% | 0.79% | - |
| HSV(B) | 142.22º | 0.24% | 0.9% | - |
| XYZ | 55.55 | 69.09 | 62.04 | - |
| YUV | 208.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 195 | 0.24 | 0 | 0.15 | 0.10 | 142.22 | 0.51 | 0.79 |
| Hex | AF | E5 | C3 | 18 | 0 | F | A | 8E | 33 | 4F |
| Octal | 257 | 345 | 303 | 30 | 0 | 17 | 12 | 216 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11000011 | 11000 | 0 | 1111 | 1010 | 10001110 | 110011 | 1001111 |
Color Harmonies of #AFE5C3
Complementary color
Monochromatic Colors of #AFE5C3
Black with #AFE5C3
Text Example
Text Example
White with #AFE5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5C3; }
p { color: rgb(175,229,195); }
H1.HeaderClassName
{
color: #AFE5C3;
}
.AnyTagClassName
{
color: #AFE5C3;
}
</style>
background-color css
<style>
a { background-color: #AFE5C3; }
a { background-color: rgb(175,229,195); }
div.DivClassName
{
background-color: #AFE5C3;
}
.BgClassName
{
background-color: #AFE5C3;
}
</style>
border-color css
<style>
span { border-color: #AFE5C3; }
span { border-color: rgb(175,229,195); }
td.TdClassName
{
border-color: #AFE5C3;
}
.TagClassName
{
border-color: #AFE5C3;
}
</style>