Shades of Fringy Flower #AFE8C4
Tints of Fringy Flower #AFE8C4
RGB
CMYK
RGB Variations
Color information
#AFE8C4 (or 0xAFE8C4) is known color: Fringy Flower. HEX triplet: AF, E8 and C4. RGB value is (175,232,196). Sum of RGB (Red+Green+Blue) = 175+232+196=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8C4 is #50173B. Grayscale: #D2D2D2. Windows color (decimal): -5248828 or 12904623. OLE color: 12904623.
HSL color Cylindrical-coordinate representation of color #AFE8C4: hue angle of 142.11º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8C4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 196 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.09 |
| HSL | 142.11º | 0.55% | 0.8% | - |
| HSV(B) | 142.11º | 0.25% | 0.91% | - |
| XYZ | 56.5 | 70.81 | 62.91 | - |
| YUV | 210.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 196 | 0.25 | 0 | 0.16 | 0.09 | 142.11 | 0.55 | 0.8 |
| Hex | AF | E8 | C4 | 19 | 0 | 10 | 9 | 8E | 37 | 50 |
| Octal | 257 | 350 | 304 | 31 | 0 | 20 | 11 | 216 | 67 | 120 |
| Binary | 10101111 | 11101000 | 11000100 | 11001 | 0 | 10000 | 1001 | 10001110 | 110111 | 1010000 |
Color Harmonies of #AFE8C4
Complementary color
Monochromatic Colors of #AFE8C4
Black with #AFE8C4
Text Example
Text Example
White with #AFE8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8C4; }
p { color: rgb(175,232,196); }
H1.HeaderClassName
{
color: #AFE8C4;
}
.AnyTagClassName
{
color: #AFE8C4;
}
</style>
background-color css
<style>
a { background-color: #AFE8C4; }
a { background-color: rgb(175,232,196); }
div.DivClassName
{
background-color: #AFE8C4;
}
.BgClassName
{
background-color: #AFE8C4;
}
</style>
border-color css
<style>
span { border-color: #AFE8C4; }
span { border-color: rgb(175,232,196); }
td.TdClassName
{
border-color: #AFE8C4;
}
.TagClassName
{
border-color: #AFE8C4;
}
</style>