Shades of Fringy Flower #AFF4BB
Tints of Fringy Flower #AFF4BB
RGB
CMYK
RGB Variations
Color information
#AFF4BB (or 0xAFF4BB) is known color: Fringy Flower. HEX triplet: AF, F4 and BB. RGB value is (175,244,187). Sum of RGB (Red+Green+Blue) = 175+244+187=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4BB is #500B44. Grayscale: #D9D9D9. Windows color (decimal): -5245765 or 12317871. OLE color: 12317871.
HSL color Cylindrical-coordinate representation of color #AFF4BB: hue angle of 130.43º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4BB is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 187 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.04 |
| HSL | 130.43º | 0.76% | 0.82% | - |
| HSV(B) | 130.43º | 0.28% | 0.96% | - |
| XYZ | 59 | 77.4 | 58.84 | - |
| YUV | 216.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 187 | 0.28 | 0 | 0.23 | 0.04 | 130.43 | 0.76 | 0.82 |
| Hex | AF | F4 | BB | 1C | 0 | 17 | 4 | 82 | 4C | 52 |
| Octal | 257 | 364 | 273 | 34 | 0 | 27 | 4 | 202 | 114 | 122 |
| Binary | 10101111 | 11110100 | 10111011 | 11100 | 0 | 10111 | 100 | 10000010 | 1001100 | 1010010 |
Color Harmonies of #AFF4BB
Complementary color
Monochromatic Colors of #AFF4BB
Black with #AFF4BB
Text Example
Text Example
White with #AFF4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF4BB; }
p { color: rgb(175,244,187); }
H1.HeaderClassName
{
color: #AFF4BB;
}
.AnyTagClassName
{
color: #AFF4BB;
}
</style>
background-color css
<style>
a { background-color: #AFF4BB; }
a { background-color: rgb(175,244,187); }
div.DivClassName
{
background-color: #AFF4BB;
}
.BgClassName
{
background-color: #AFF4BB;
}
</style>
border-color css
<style>
span { border-color: #AFF4BB; }
span { border-color: rgb(175,244,187); }
td.TdClassName
{
border-color: #AFF4BB;
}
.TagClassName
{
border-color: #AFF4BB;
}
</style>