Shades of Fringy Flower #AFE5C2
Tints of Fringy Flower #AFE5C2
RGB
CMYK
RGB Variations
Color information
#AFE5C2 (or 0xAFE5C2) is known color: Fringy Flower. HEX triplet: AF, E5 and C2. RGB value is (175,229,194). Sum of RGB (Red+Green+Blue) = 175+229+194=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5C2 is #501A3D. Grayscale: #D0D0D0. Windows color (decimal): -5249598 or 12772783. OLE color: 12772783.
HSL color Cylindrical-coordinate representation of color #AFE5C2: hue angle of 141.11º 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 #AFE5C2 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 194 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.10 |
| HSL | 141.11º | 0.51% | 0.79% | - |
| HSV(B) | 141.11º | 0.24% | 0.9% | - |
| XYZ | 55.44 | 69.05 | 61.44 | - |
| YUV | 208.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 194 | 0.24 | 0 | 0.15 | 0.10 | 141.11 | 0.51 | 0.79 |
| Hex | AF | E5 | C2 | 18 | 0 | F | A | 8D | 33 | 4F |
| Octal | 257 | 345 | 302 | 30 | 0 | 17 | 12 | 215 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11000010 | 11000 | 0 | 1111 | 1010 | 10001101 | 110011 | 1001111 |
Color Harmonies of #AFE5C2
Complementary color
Monochromatic Colors of #AFE5C2
Black with #AFE5C2
Text Example
Text Example
White with #AFE5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5C2; }
p { color: rgb(175,229,194); }
H1.HeaderClassName
{
color: #AFE5C2;
}
.AnyTagClassName
{
color: #AFE5C2;
}
</style>
background-color css
<style>
a { background-color: #AFE5C2; }
a { background-color: rgb(175,229,194); }
div.DivClassName
{
background-color: #AFE5C2;
}
.BgClassName
{
background-color: #AFE5C2;
}
</style>
border-color css
<style>
span { border-color: #AFE5C2; }
span { border-color: rgb(175,229,194); }
td.TdClassName
{
border-color: #AFE5C2;
}
.TagClassName
{
border-color: #AFE5C2;
}
</style>