Shades of Fringy Flower #AFFBB9
Tints of Fringy Flower #AFFBB9
RGB
CMYK
RGB Variations
Color information
#AFFBB9 (or 0xAFFBB9) is known color: Fringy Flower. HEX triplet: AF, FB and B9. RGB value is (175,251,185). Sum of RGB (Red+Green+Blue) = 175+251+185=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBB9 is #500446. Grayscale: #DCDCDC. Windows color (decimal): -5243975 or 12188591. OLE color: 12188591.
HSL color Cylindrical-coordinate representation of color #AFFBB9: hue angle of 127.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBB9 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 185 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.02 |
| HSL | 127.89º | 0.9% | 0.84% | - |
| HSV(B) | 127.89º | 0.3% | 0.98% | - |
| XYZ | 60.93 | 81.61 | 58.44 | - |
| YUV | 220.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 185 | 0.30 | 0 | 0.26 | 0.02 | 127.89 | 0.9 | 0.84 |
| Hex | AF | FB | B9 | 1E | 0 | 1A | 2 | 80 | 5A | 54 |
| Octal | 257 | 373 | 271 | 36 | 0 | 32 | 2 | 200 | 132 | 124 |
| Binary | 10101111 | 11111011 | 10111001 | 11110 | 0 | 11010 | 10 | 10000000 | 1011010 | 1010100 |
Color Harmonies of #AFFBB9
Complementary color
Monochromatic Colors of #AFFBB9
Black with #AFFBB9
Text Example
Text Example
White with #AFFBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFBB9; }
p { color: rgb(175,251,185); }
H1.HeaderClassName
{
color: #AFFBB9;
}
.AnyTagClassName
{
color: #AFFBB9;
}
</style>
background-color css
<style>
a { background-color: #AFFBB9; }
a { background-color: rgb(175,251,185); }
div.DivClassName
{
background-color: #AFFBB9;
}
.BgClassName
{
background-color: #AFFBB9;
}
</style>
border-color css
<style>
span { border-color: #AFFBB9; }
span { border-color: rgb(175,251,185); }
td.TdClassName
{
border-color: #AFFBB9;
}
.TagClassName
{
border-color: #AFFBB9;
}
</style>