Shades of Fringy Flower #AFFBBB
Tints of Fringy Flower #AFFBBB
RGB
CMYK
RGB Variations
Color information
#AFFBBB (or 0xAFFBBB) is known color: Fringy Flower. HEX triplet: AF, FB and BB. RGB value is (175,251,187). Sum of RGB (Red+Green+Blue) = 175+251+187=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBBB is #500444. Grayscale: #DDDDDD. Windows color (decimal): -5243973 or 12319663. OLE color: 12319663.
HSL color Cylindrical-coordinate representation of color #AFFBBB: hue angle of 129.47º 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 #AFFBBB is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 187 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.02 |
| HSL | 129.47º | 0.9% | 0.84% | - |
| HSV(B) | 129.47º | 0.3% | 0.98% | - |
| XYZ | 61.15 | 81.7 | 59.56 | - |
| YUV | 220.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 187 | 0.30 | 0 | 0.25 | 0.02 | 129.47 | 0.9 | 0.84 |
| Hex | AF | FB | BB | 1E | 0 | 19 | 2 | 81 | 5A | 54 |
| Octal | 257 | 373 | 273 | 36 | 0 | 31 | 2 | 201 | 132 | 124 |
| Binary | 10101111 | 11111011 | 10111011 | 11110 | 0 | 11001 | 10 | 10000001 | 1011010 | 1010100 |
Color Harmonies of #AFFBBB
Complementary color
Monochromatic Colors of #AFFBBB
Black with #AFFBBB
Text Example
Text Example
White with #AFFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFBBB; }
p { color: rgb(175,251,187); }
H1.HeaderClassName
{
color: #AFFBBB;
}
.AnyTagClassName
{
color: #AFFBBB;
}
</style>
background-color css
<style>
a { background-color: #AFFBBB; }
a { background-color: rgb(175,251,187); }
div.DivClassName
{
background-color: #AFFBBB;
}
.BgClassName
{
background-color: #AFFBBB;
}
</style>
border-color css
<style>
span { border-color: #AFFBBB; }
span { border-color: rgb(175,251,187); }
td.TdClassName
{
border-color: #AFFBBB;
}
.TagClassName
{
border-color: #AFFBBB;
}
</style>