Shades of Fringy Flower #AFFABB
Tints of Fringy Flower #AFFABB
RGB
CMYK
RGB Variations
Color information
#AFFABB (or 0xAFFABB) is known color: Fringy Flower. HEX triplet: AF, FA and BB. RGB value is (175,250,187). Sum of RGB (Red+Green+Blue) = 175+250+187=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFABB is #500544. Grayscale: #DCDCDC. Windows color (decimal): -5244229 or 12319407. OLE color: 12319407.
HSL color Cylindrical-coordinate representation of color #AFFABB: hue angle of 129.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFABB is Cyan = 0.3, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 187 | - |
| CMYK | 0.3 | 0 | 0.25 | 0.02 |
| HSL | 129.6º | 0.88% | 0.83% | - |
| HSV(B) | 129.6º | 0.3% | 0.98% | - |
| XYZ | 60.83 | 81.07 | 59.46 | - |
| YUV | 220.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 187 | 0.3 | 0 | 0.25 | 0.02 | 129.6 | 0.88 | 0.83 |
| Hex | AF | FA | BB | 1E | 0 | 19 | 2 | 82 | 58 | 53 |
| Octal | 257 | 372 | 273 | 36 | 0 | 31 | 2 | 202 | 130 | 123 |
| Binary | 10101111 | 11111010 | 10111011 | 11110 | 0 | 11001 | 10 | 10000010 | 1011000 | 1010011 |
Color Harmonies of #AFFABB
Complementary color
Monochromatic Colors of #AFFABB
Black with #AFFABB
Text Example
Text Example
White with #AFFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFABB; }
p { color: rgb(175,250,187); }
H1.HeaderClassName
{
color: #AFFABB;
}
.AnyTagClassName
{
color: #AFFABB;
}
</style>
background-color css
<style>
a { background-color: #AFFABB; }
a { background-color: rgb(175,250,187); }
div.DivClassName
{
background-color: #AFFABB;
}
.BgClassName
{
background-color: #AFFABB;
}
</style>
border-color css
<style>
span { border-color: #AFFABB; }
span { border-color: rgb(175,250,187); }
td.TdClassName
{
border-color: #AFFABB;
}
.TagClassName
{
border-color: #AFFABB;
}
</style>