Shades of Fringy Flower #AFE3C1
Tints of Fringy Flower #AFE3C1
RGB
CMYK
RGB Variations
Color information
#AFE3C1 (or 0xAFE3C1) is known color: Fringy Flower. HEX triplet: AF, E3 and C1. RGB value is (175,227,193). Sum of RGB (Red+Green+Blue) = 175+227+193=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3C1 is #501C3E. Grayscale: #CFCFCF. Windows color (decimal): -5250111 or 12706735. OLE color: 12706735.
HSL color Cylindrical-coordinate representation of color #AFE3C1: hue angle of 140.77º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3C1 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 193 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.11 |
| HSL | 140.77º | 0.48% | 0.79% | - |
| HSV(B) | 140.77º | 0.23% | 0.89% | - |
| XYZ | 54.77 | 67.9 | 60.67 | - |
| YUV | 207.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 193 | 0.23 | 0 | 0.15 | 0.11 | 140.77 | 0.48 | 0.79 |
| Hex | AF | E3 | C1 | 17 | 0 | F | B | 8D | 30 | 4F |
| Octal | 257 | 343 | 301 | 27 | 0 | 17 | 13 | 215 | 60 | 117 |
| Binary | 10101111 | 11100011 | 11000001 | 10111 | 0 | 1111 | 1011 | 10001101 | 110000 | 1001111 |
Color Harmonies of #AFE3C1
Complementary color
Monochromatic Colors of #AFE3C1
Black with #AFE3C1
Text Example
Text Example
White with #AFE3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3C1; }
p { color: rgb(175,227,193); }
H1.HeaderClassName
{
color: #AFE3C1;
}
.AnyTagClassName
{
color: #AFE3C1;
}
</style>
background-color css
<style>
a { background-color: #AFE3C1; }
a { background-color: rgb(175,227,193); }
div.DivClassName
{
background-color: #AFE3C1;
}
.BgClassName
{
background-color: #AFE3C1;
}
</style>
border-color css
<style>
span { border-color: #AFE3C1; }
span { border-color: rgb(175,227,193); }
td.TdClassName
{
border-color: #AFE3C1;
}
.TagClassName
{
border-color: #AFE3C1;
}
</style>