Shades of Lavender Pink #F4ACD8
Tints of Lavender Pink #F4ACD8
RGB
CMYK
RGB Variations
Color information
#F4ACD8 (or 0xF4ACD8) is known color: Lavender Pink. HEX triplet: F4, AC and D8. RGB value is (244,172,216). Sum of RGB (Red+Green+Blue) = 244+172+216=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACD8 is #0B5327. Grayscale: #C6C6C6. Windows color (decimal): -742184 or 14200052. OLE color: 14200052.
HSL color Cylindrical-coordinate representation of color #F4ACD8: hue angle of 323.33º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACD8 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 216 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.04 |
| HSL | 323.33º | 0.77% | 0.82% | - |
| HSV(B) | 323.33º | 0.3% | 0.96% | - |
| XYZ | 64.46 | 53.7 | 71.93 | - |
| YUV | 198.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 216 | 0 | 0.30 | 0.11 | 0.04 | 323.33 | 0.77 | 0.82 |
| Hex | F4 | AC | D8 | 0 | 1E | B | 4 | 143 | 4D | 52 |
| Octal | 364 | 254 | 330 | 0 | 36 | 13 | 4 | 503 | 115 | 122 |
| Binary | 11110100 | 10101100 | 11011000 | 0 | 11110 | 1011 | 100 | 101000011 | 1001101 | 1010010 |
Color Harmonies of #F4ACD8
Complementary color
Monochromatic Colors of #F4ACD8
Black with #F4ACD8
Text Example
Text Example
White with #F4ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACD8; }
p { color: rgb(244,172,216); }
H1.HeaderClassName
{
color: #F4ACD8;
}
.AnyTagClassName
{
color: #F4ACD8;
}
</style>
background-color css
<style>
a { background-color: #F4ACD8; }
a { background-color: rgb(244,172,216); }
div.DivClassName
{
background-color: #F4ACD8;
}
.BgClassName
{
background-color: #F4ACD8;
}
</style>
border-color css
<style>
span { border-color: #F4ACD8; }
span { border-color: rgb(244,172,216); }
td.TdClassName
{
border-color: #F4ACD8;
}
.TagClassName
{
border-color: #F4ACD8;
}
</style>