Shades of Fringy Flower #AFECBA
Tints of Fringy Flower #AFECBA
RGB
CMYK
RGB Variations
Color information
#AFECBA (or 0xAFECBA) is known color: Fringy Flower. HEX triplet: AF, EC and BA. RGB value is (175,236,186). Sum of RGB (Red+Green+Blue) = 175+236+186=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECBA is #501345. Grayscale: #D4D4D4. Windows color (decimal): -5247814 or 12250287. OLE color: 12250287.
HSL color Cylindrical-coordinate representation of color #AFECBA: hue angle of 130.82º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECBA is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 186 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.07 |
| HSL | 130.82º | 0.62% | 0.81% | - |
| HSV(B) | 130.82º | 0.26% | 0.93% | - |
| XYZ | 56.54 | 72.65 | 57.5 | - |
| YUV | 212.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 186 | 0.26 | 0 | 0.21 | 0.07 | 130.82 | 0.62 | 0.81 |
| Hex | AF | EC | BA | 1A | 0 | 15 | 7 | 83 | 3E | 51 |
| Octal | 257 | 354 | 272 | 32 | 0 | 25 | 7 | 203 | 76 | 121 |
| Binary | 10101111 | 11101100 | 10111010 | 11010 | 0 | 10101 | 111 | 10000011 | 111110 | 1010001 |
Color Harmonies of #AFECBA
Complementary color
Monochromatic Colors of #AFECBA
Black with #AFECBA
Text Example
Text Example
White with #AFECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECBA; }
p { color: rgb(175,236,186); }
H1.HeaderClassName
{
color: #AFECBA;
}
.AnyTagClassName
{
color: #AFECBA;
}
</style>
background-color css
<style>
a { background-color: #AFECBA; }
a { background-color: rgb(175,236,186); }
div.DivClassName
{
background-color: #AFECBA;
}
.BgClassName
{
background-color: #AFECBA;
}
</style>
border-color css
<style>
span { border-color: #AFECBA; }
span { border-color: rgb(175,236,186); }
td.TdClassName
{
border-color: #AFECBA;
}
.TagClassName
{
border-color: #AFECBA;
}
</style>