Shades of Fringy Flower #AFF1BC
Tints of Fringy Flower #AFF1BC
RGB
CMYK
RGB Variations
Color information
#AFF1BC (or 0xAFF1BC) is known color: Fringy Flower. HEX triplet: AF, F1 and BC. RGB value is (175,241,188). Sum of RGB (Red+Green+Blue) = 175+241+188=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1BC is #500E43. Grayscale: #D7D7D7. Windows color (decimal): -5246532 or 12382639. OLE color: 12382639.
HSL color Cylindrical-coordinate representation of color #AFF1BC: hue angle of 131.82º 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 #AFF1BC is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 188 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.05 |
| HSL | 131.82º | 0.7% | 0.82% | - |
| HSV(B) | 131.82º | 0.27% | 0.95% | - |
| XYZ | 58.21 | 75.66 | 59.11 | - |
| YUV | 215.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 188 | 0.27 | 0 | 0.22 | 0.05 | 131.82 | 0.7 | 0.82 |
| Hex | AF | F1 | BC | 1B | 0 | 16 | 5 | 84 | 46 | 52 |
| Octal | 257 | 361 | 274 | 33 | 0 | 26 | 5 | 204 | 106 | 122 |
| Binary | 10101111 | 11110001 | 10111100 | 11011 | 0 | 10110 | 101 | 10000100 | 1000110 | 1010010 |
Color Harmonies of #AFF1BC
Complementary color
Monochromatic Colors of #AFF1BC
Black with #AFF1BC
Text Example
Text Example
White with #AFF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1BC; }
p { color: rgb(175,241,188); }
H1.HeaderClassName
{
color: #AFF1BC;
}
.AnyTagClassName
{
color: #AFF1BC;
}
</style>
background-color css
<style>
a { background-color: #AFF1BC; }
a { background-color: rgb(175,241,188); }
div.DivClassName
{
background-color: #AFF1BC;
}
.BgClassName
{
background-color: #AFF1BC;
}
</style>
border-color css
<style>
span { border-color: #AFF1BC; }
span { border-color: rgb(175,241,188); }
td.TdClassName
{
border-color: #AFF1BC;
}
.TagClassName
{
border-color: #AFF1BC;
}
</style>