Shades of Lavender Pink #F7AECD
Tints of Lavender Pink #F7AECD
RGB
CMYK
RGB Variations
Color information
#F7AECD (or 0xF7AECD) is known color: Lavender Pink. HEX triplet: F7, AE and CD. RGB value is (247,174,205). Sum of RGB (Red+Green+Blue) = 247+174+205=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AECD is #085132. Grayscale: #C7C7C7. Windows color (decimal): -545075 or 13479671. OLE color: 13479671.
HSL color Cylindrical-coordinate representation of color #F7AECD: hue angle of 334.52º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7AECD is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 174 | 205 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.03 |
| HSL | 334.52º | 0.82% | 0.83% | - |
| HSV(B) | 334.52º | 0.3% | 0.97% | - |
| XYZ | 64.51 | 54.45 | 64.87 | - |
| YUV | 199.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 174 | 205 | 0 | 0.30 | 0.17 | 0.03 | 334.52 | 0.82 | 0.83 |
| Hex | F7 | AE | CD | 0 | 1E | 11 | 3 | 14F | 52 | 53 |
| Octal | 367 | 256 | 315 | 0 | 36 | 21 | 3 | 517 | 122 | 123 |
| Binary | 11110111 | 10101110 | 11001101 | 0 | 11110 | 10001 | 11 | 101001111 | 1010010 | 1010011 |
Color Harmonies of #F7AECD
Complementary color
Monochromatic Colors of #F7AECD
Black with #F7AECD
Text Example
Text Example
White with #F7AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AECD; }
p { color: rgb(247,174,205); }
H1.HeaderClassName
{
color: #F7AECD;
}
.AnyTagClassName
{
color: #F7AECD;
}
</style>
background-color css
<style>
a { background-color: #F7AECD; }
a { background-color: rgb(247,174,205); }
div.DivClassName
{
background-color: #F7AECD;
}
.BgClassName
{
background-color: #F7AECD;
}
</style>
border-color css
<style>
span { border-color: #F7AECD; }
span { border-color: rgb(247,174,205); }
td.TdClassName
{
border-color: #F7AECD;
}
.TagClassName
{
border-color: #F7AECD;
}
</style>