Shades of Lavender Pink #F4AECD
Tints of Lavender Pink #F4AECD
RGB
CMYK
RGB Variations
Color information
#F4AECD (or 0xF4AECD) is known color: Lavender Pink. HEX triplet: F4, AE and CD. RGB value is (244,174,205). Sum of RGB (Red+Green+Blue) = 244+174+205=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AECD is #0B5132. Grayscale: #C6C6C6. Windows color (decimal): -741683 or 13479668. OLE color: 13479668.
HSL color Cylindrical-coordinate representation of color #F4AECD: hue angle of 333.43º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AECD is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 174 | 205 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.04 |
| HSL | 333.43º | 0.76% | 0.82% | - |
| HSV(B) | 333.43º | 0.29% | 0.96% | - |
| XYZ | 63.46 | 53.91 | 64.82 | - |
| YUV | 198.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 205 | 0 | 0.29 | 0.16 | 0.04 | 333.43 | 0.76 | 0.82 |
| Hex | F4 | AE | CD | 0 | 1D | 10 | 4 | 14D | 4C | 52 |
| Octal | 364 | 256 | 315 | 0 | 35 | 20 | 4 | 515 | 114 | 122 |
| Binary | 11110100 | 10101110 | 11001101 | 0 | 11101 | 10000 | 100 | 101001101 | 1001100 | 1010010 |
Color Harmonies of #F4AECD
Complementary color
Monochromatic Colors of #F4AECD
Black with #F4AECD
Text Example
Text Example
White with #F4AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AECD; }
p { color: rgb(244,174,205); }
H1.HeaderClassName
{
color: #F4AECD;
}
.AnyTagClassName
{
color: #F4AECD;
}
</style>
background-color css
<style>
a { background-color: #F4AECD; }
a { background-color: rgb(244,174,205); }
div.DivClassName
{
background-color: #F4AECD;
}
.BgClassName
{
background-color: #F4AECD;
}
</style>
border-color css
<style>
span { border-color: #F4AECD; }
span { border-color: rgb(244,174,205); }
td.TdClassName
{
border-color: #F4AECD;
}
.TagClassName
{
border-color: #F4AECD;
}
</style>