Shades of Fringy Flower #AFF1C2
Tints of Fringy Flower #AFF1C2
RGB
CMYK
RGB Variations
Color information
#AFF1C2 (or 0xAFF1C2) is known color: Fringy Flower. HEX triplet: AF, F1 and C2. RGB value is (175,241,194). Sum of RGB (Red+Green+Blue) = 175+241+194=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1C2 is #500E3D. Grayscale: #D8D8D8. Windows color (decimal): -5246526 or 12775855. OLE color: 12775855.
HSL color Cylindrical-coordinate representation of color #AFF1C2: hue angle of 137.27º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1C2 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 194 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.05 |
| HSL | 137.27º | 0.7% | 0.82% | - |
| HSV(B) | 137.27º | 0.27% | 0.95% | - |
| XYZ | 58.87 | 75.92 | 62.59 | - |
| YUV | 215.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 194 | 0.27 | 0 | 0.20 | 0.05 | 137.27 | 0.7 | 0.82 |
| Hex | AF | F1 | C2 | 1B | 0 | 14 | 5 | 89 | 46 | 52 |
| Octal | 257 | 361 | 302 | 33 | 0 | 24 | 5 | 211 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11000010 | 11011 | 0 | 10100 | 101 | 10001001 | 1000110 | 1010010 |
Color Harmonies of #AFF1C2
Complementary color
Monochromatic Colors of #AFF1C2
Black with #AFF1C2
Text Example
Text Example
White with #AFF1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1C2; }
p { color: rgb(175,241,194); }
H1.HeaderClassName
{
color: #AFF1C2;
}
.AnyTagClassName
{
color: #AFF1C2;
}
</style>
background-color css
<style>
a { background-color: #AFF1C2; }
a { background-color: rgb(175,241,194); }
div.DivClassName
{
background-color: #AFF1C2;
}
.BgClassName
{
background-color: #AFF1C2;
}
</style>
border-color css
<style>
span { border-color: #AFF1C2; }
span { border-color: rgb(175,241,194); }
td.TdClassName
{
border-color: #AFF1C2;
}
.TagClassName
{
border-color: #AFF1C2;
}
</style>