Shades of Fringy Flower #AFEDB6
Tints of Fringy Flower #AFEDB6
RGB
CMYK
RGB Variations
Color information
#AFEDB6 (or 0xAFEDB6) is known color: Fringy Flower. HEX triplet: AF, ED and B6. RGB value is (175,237,182). Sum of RGB (Red+Green+Blue) = 175+237+182=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDB6 is #501249. Grayscale: #D4D4D4. Windows color (decimal): -5247562 or 11988399. OLE color: 11988399.
HSL color Cylindrical-coordinate representation of color #AFEDB6: hue angle of 126.77º degrees, saturation: 0.63, 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 #AFEDB6 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 182 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.07 |
| HSL | 126.77º | 0.63% | 0.81% | - |
| HSV(B) | 126.77º | 0.26% | 0.93% | - |
| XYZ | 56.41 | 73.06 | 55.38 | - |
| YUV | 212.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 182 | 0.26 | 0 | 0.23 | 0.07 | 126.77 | 0.63 | 0.81 |
| Hex | AF | ED | B6 | 1A | 0 | 17 | 7 | 7F | 3F | 51 |
| Octal | 257 | 355 | 266 | 32 | 0 | 27 | 7 | 177 | 77 | 121 |
| Binary | 10101111 | 11101101 | 10110110 | 11010 | 0 | 10111 | 111 | 1111111 | 111111 | 1010001 |
Color Harmonies of #AFEDB6
Complementary color
Monochromatic Colors of #AFEDB6
Black with #AFEDB6
Text Example
Text Example
White with #AFEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDB6; }
p { color: rgb(175,237,182); }
H1.HeaderClassName
{
color: #AFEDB6;
}
.AnyTagClassName
{
color: #AFEDB6;
}
</style>
background-color css
<style>
a { background-color: #AFEDB6; }
a { background-color: rgb(175,237,182); }
div.DivClassName
{
background-color: #AFEDB6;
}
.BgClassName
{
background-color: #AFEDB6;
}
</style>
border-color css
<style>
span { border-color: #AFEDB6; }
span { border-color: rgb(175,237,182); }
td.TdClassName
{
border-color: #AFEDB6;
}
.TagClassName
{
border-color: #AFEDB6;
}
</style>