Shades of Fringy Flower #AFE7C1
Tints of Fringy Flower #AFE7C1
RGB
CMYK
RGB Variations
Color information
#AFE7C1 (or 0xAFE7C1) is known color: Fringy Flower. HEX triplet: AF, E7 and C1. RGB value is (175,231,193). Sum of RGB (Red+Green+Blue) = 175+231+193=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7C1 is #50183E. Grayscale: #D2D2D2. Windows color (decimal): -5249087 or 12707759. OLE color: 12707759.
HSL color Cylindrical-coordinate representation of color #AFE7C1: hue angle of 139.29º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7C1 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 193 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.09 |
| HSL | 139.29º | 0.54% | 0.8% | - |
| HSV(B) | 139.29º | 0.24% | 0.91% | - |
| XYZ | 55.88 | 70.12 | 61.04 | - |
| YUV | 209.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 193 | 0.24 | 0 | 0.16 | 0.09 | 139.29 | 0.54 | 0.8 |
| Hex | AF | E7 | C1 | 18 | 0 | 10 | 9 | 8B | 36 | 50 |
| Octal | 257 | 347 | 301 | 30 | 0 | 20 | 11 | 213 | 66 | 120 |
| Binary | 10101111 | 11100111 | 11000001 | 11000 | 0 | 10000 | 1001 | 10001011 | 110110 | 1010000 |
Color Harmonies of #AFE7C1
Complementary color
Monochromatic Colors of #AFE7C1
Black with #AFE7C1
Text Example
Text Example
White with #AFE7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7C1; }
p { color: rgb(175,231,193); }
H1.HeaderClassName
{
color: #AFE7C1;
}
.AnyTagClassName
{
color: #AFE7C1;
}
</style>
background-color css
<style>
a { background-color: #AFE7C1; }
a { background-color: rgb(175,231,193); }
div.DivClassName
{
background-color: #AFE7C1;
}
.BgClassName
{
background-color: #AFE7C1;
}
</style>
border-color css
<style>
span { border-color: #AFE7C1; }
span { border-color: rgb(175,231,193); }
td.TdClassName
{
border-color: #AFE7C1;
}
.TagClassName
{
border-color: #AFE7C1;
}
</style>