Shades of Fringy Flower #AFECBD
Tints of Fringy Flower #AFECBD
RGB
CMYK
RGB Variations
Color information
#AFECBD (or 0xAFECBD) is known color: Fringy Flower. HEX triplet: AF, EC and BD. RGB value is (175,236,189). Sum of RGB (Red+Green+Blue) = 175+236+189=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECBD is #501342. Grayscale: #D4D4D4. Windows color (decimal): -5247811 or 12446895. OLE color: 12446895.
HSL color Cylindrical-coordinate representation of color #AFECBD: hue angle of 133.77º 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 #AFECBD is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 189 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.07 |
| HSL | 133.77º | 0.62% | 0.81% | - |
| HSV(B) | 133.77º | 0.26% | 0.93% | - |
| XYZ | 56.86 | 72.78 | 59.2 | - |
| YUV | 212.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 189 | 0.26 | 0 | 0.20 | 0.07 | 133.77 | 0.62 | 0.81 |
| Hex | AF | EC | BD | 1A | 0 | 14 | 7 | 86 | 3E | 51 |
| Octal | 257 | 354 | 275 | 32 | 0 | 24 | 7 | 206 | 76 | 121 |
| Binary | 10101111 | 11101100 | 10111101 | 11010 | 0 | 10100 | 111 | 10000110 | 111110 | 1010001 |
Color Harmonies of #AFECBD
Complementary color
Monochromatic Colors of #AFECBD
Black with #AFECBD
Text Example
Text Example
White with #AFECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECBD; }
p { color: rgb(175,236,189); }
H1.HeaderClassName
{
color: #AFECBD;
}
.AnyTagClassName
{
color: #AFECBD;
}
</style>
background-color css
<style>
a { background-color: #AFECBD; }
a { background-color: rgb(175,236,189); }
div.DivClassName
{
background-color: #AFECBD;
}
.BgClassName
{
background-color: #AFECBD;
}
</style>
border-color css
<style>
span { border-color: #AFECBD; }
span { border-color: rgb(175,236,189); }
td.TdClassName
{
border-color: #AFECBD;
}
.TagClassName
{
border-color: #AFECBD;
}
</style>