Shades of Fringy Flower #AFFABE
Tints of Fringy Flower #AFFABE
RGB
CMYK
RGB Variations
Color information
#AFFABE (or 0xAFFABE) is known color: Fringy Flower. HEX triplet: AF, FA and BE. RGB value is (175,250,190). Sum of RGB (Red+Green+Blue) = 175+250+190=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFABE is #500541. Grayscale: #DCDCDC. Windows color (decimal): -5244226 or 12516015. OLE color: 12516015.
HSL color Cylindrical-coordinate representation of color #AFFABE: hue angle of 132º 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 #AFFABE is Cyan = 0.3, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 190 | - |
| CMYK | 0.3 | 0 | 0.24 | 0.02 |
| HSL | 132º | 0.88% | 0.83% | - |
| HSV(B) | 132º | 0.3% | 0.98% | - |
| XYZ | 61.16 | 81.2 | 61.17 | - |
| YUV | 220.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 190 | 0.3 | 0 | 0.24 | 0.02 | 132 | 0.88 | 0.83 |
| Hex | AF | FA | BE | 1E | 0 | 18 | 2 | 84 | 58 | 53 |
| Octal | 257 | 372 | 276 | 36 | 0 | 30 | 2 | 204 | 130 | 123 |
| Binary | 10101111 | 11111010 | 10111110 | 11110 | 0 | 11000 | 10 | 10000100 | 1011000 | 1010011 |
Color Harmonies of #AFFABE
Complementary color
Monochromatic Colors of #AFFABE
Black with #AFFABE
Text Example
Text Example
White with #AFFABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFABE; }
p { color: rgb(175,250,190); }
H1.HeaderClassName
{
color: #AFFABE;
}
.AnyTagClassName
{
color: #AFFABE;
}
</style>
background-color css
<style>
a { background-color: #AFFABE; }
a { background-color: rgb(175,250,190); }
div.DivClassName
{
background-color: #AFFABE;
}
.BgClassName
{
background-color: #AFFABE;
}
</style>
border-color css
<style>
span { border-color: #AFFABE; }
span { border-color: rgb(175,250,190); }
td.TdClassName
{
border-color: #AFFABE;
}
.TagClassName
{
border-color: #AFFABE;
}
</style>