Shades of Fringy Flower #AFFABC
Tints of Fringy Flower #AFFABC
RGB
CMYK
RGB Variations
Color information
#AFFABC (or 0xAFFABC) is known color: Fringy Flower. HEX triplet: AF, FA and BC. RGB value is (175,250,188). Sum of RGB (Red+Green+Blue) = 175+250+188=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFABC is #500543. Grayscale: #DCDCDC. Windows color (decimal): -5244228 or 12384943. OLE color: 12384943.
HSL color Cylindrical-coordinate representation of color #AFFABC: hue angle of 130.4º 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 #AFFABC is Cyan = 0.3, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 188 | - |
| CMYK | 0.3 | 0 | 0.25 | 0.02 |
| HSL | 130.4º | 0.88% | 0.83% | - |
| HSV(B) | 130.4º | 0.3% | 0.98% | - |
| XYZ | 60.94 | 81.12 | 60.02 | - |
| YUV | 220.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 188 | 0.3 | 0 | 0.25 | 0.02 | 130.4 | 0.88 | 0.83 |
| Hex | AF | FA | BC | 1E | 0 | 19 | 2 | 82 | 58 | 53 |
| Octal | 257 | 372 | 274 | 36 | 0 | 31 | 2 | 202 | 130 | 123 |
| Binary | 10101111 | 11111010 | 10111100 | 11110 | 0 | 11001 | 10 | 10000010 | 1011000 | 1010011 |
Color Harmonies of #AFFABC
Complementary color
Monochromatic Colors of #AFFABC
Black with #AFFABC
Text Example
Text Example
White with #AFFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFABC; }
p { color: rgb(175,250,188); }
H1.HeaderClassName
{
color: #AFFABC;
}
.AnyTagClassName
{
color: #AFFABC;
}
</style>
background-color css
<style>
a { background-color: #AFFABC; }
a { background-color: rgb(175,250,188); }
div.DivClassName
{
background-color: #AFFABC;
}
.BgClassName
{
background-color: #AFFABC;
}
</style>
border-color css
<style>
span { border-color: #AFFABC; }
span { border-color: rgb(175,250,188); }
td.TdClassName
{
border-color: #AFFABC;
}
.TagClassName
{
border-color: #AFFABC;
}
</style>