Shades of Fringy Flower #AFF1BB
Tints of Fringy Flower #AFF1BB
RGB
CMYK
RGB Variations
Color information
#AFF1BB (or 0xAFF1BB) is known color: Fringy Flower. HEX triplet: AF, F1 and BB. RGB value is (175,241,187). Sum of RGB (Red+Green+Blue) = 175+241+187=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1BB is #500E44. Grayscale: #D7D7D7. Windows color (decimal): -5246533 or 12317103. OLE color: 12317103.
HSL color Cylindrical-coordinate representation of color #AFF1BB: hue angle of 130.91º 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 #AFF1BB is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 187 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.05 |
| HSL | 130.91º | 0.7% | 0.82% | - |
| HSV(B) | 130.91º | 0.27% | 0.95% | - |
| XYZ | 58.1 | 75.61 | 58.55 | - |
| YUV | 215.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 187 | 0.27 | 0 | 0.22 | 0.05 | 130.91 | 0.7 | 0.82 |
| Hex | AF | F1 | BB | 1B | 0 | 16 | 5 | 83 | 46 | 52 |
| Octal | 257 | 361 | 273 | 33 | 0 | 26 | 5 | 203 | 106 | 122 |
| Binary | 10101111 | 11110001 | 10111011 | 11011 | 0 | 10110 | 101 | 10000011 | 1000110 | 1010010 |
Color Harmonies of #AFF1BB
Complementary color
Monochromatic Colors of #AFF1BB
Black with #AFF1BB
Text Example
Text Example
White with #AFF1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1BB; }
p { color: rgb(175,241,187); }
H1.HeaderClassName
{
color: #AFF1BB;
}
.AnyTagClassName
{
color: #AFF1BB;
}
</style>
background-color css
<style>
a { background-color: #AFF1BB; }
a { background-color: rgb(175,241,187); }
div.DivClassName
{
background-color: #AFF1BB;
}
.BgClassName
{
background-color: #AFF1BB;
}
</style>
border-color css
<style>
span { border-color: #AFF1BB; }
span { border-color: rgb(175,241,187); }
td.TdClassName
{
border-color: #AFF1BB;
}
.TagClassName
{
border-color: #AFF1BB;
}
</style>