Shades of Fringy Flower #AFECC4
Tints of Fringy Flower #AFECC4
RGB
CMYK
RGB Variations
Color information
#AFECC4 (or 0xAFECC4) is known color: Fringy Flower. HEX triplet: AF, EC and C4. RGB value is (175,236,196). Sum of RGB (Red+Green+Blue) = 175+236+196=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECC4 is #50133B. Grayscale: #D5D5D5. Windows color (decimal): -5247804 or 12905647. OLE color: 12905647.
HSL color Cylindrical-coordinate representation of color #AFECC4: hue angle of 140.66º 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 #AFECC4 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 196 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.07 |
| HSL | 140.66º | 0.62% | 0.81% | - |
| HSV(B) | 140.66º | 0.26% | 0.93% | - |
| XYZ | 57.64 | 73.09 | 63.29 | - |
| YUV | 213.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 196 | 0.26 | 0 | 0.17 | 0.07 | 140.66 | 0.62 | 0.81 |
| Hex | AF | EC | C4 | 1A | 0 | 11 | 7 | 8D | 3E | 51 |
| Octal | 257 | 354 | 304 | 32 | 0 | 21 | 7 | 215 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11000100 | 11010 | 0 | 10001 | 111 | 10001101 | 111110 | 1010001 |
Color Harmonies of #AFECC4
Complementary color
Monochromatic Colors of #AFECC4
Black with #AFECC4
Text Example
Text Example
White with #AFECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECC4; }
p { color: rgb(175,236,196); }
H1.HeaderClassName
{
color: #AFECC4;
}
.AnyTagClassName
{
color: #AFECC4;
}
</style>
background-color css
<style>
a { background-color: #AFECC4; }
a { background-color: rgb(175,236,196); }
div.DivClassName
{
background-color: #AFECC4;
}
.BgClassName
{
background-color: #AFECC4;
}
</style>
border-color css
<style>
span { border-color: #AFECC4; }
span { border-color: rgb(175,236,196); }
td.TdClassName
{
border-color: #AFECC4;
}
.TagClassName
{
border-color: #AFECC4;
}
</style>