Shades of Lavender Pink #F5AECD
Tints of Lavender Pink #F5AECD
RGB
CMYK
RGB Variations
Color information
#F5AECD (or 0xF5AECD) is known color: Lavender Pink. HEX triplet: F5, AE and CD. RGB value is (245,174,205). Sum of RGB (Red+Green+Blue) = 245+174+205=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AECD is #0A5132. Grayscale: #C6C6C6. Windows color (decimal): -676147 or 13479669. OLE color: 13479669.
HSL color Cylindrical-coordinate representation of color #F5AECD: hue angle of 333.8º degrees, saturation: 0.78, 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 #F5AECD is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 174 | 205 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.04 |
| HSL | 333.8º | 0.78% | 0.82% | - |
| HSV(B) | 333.8º | 0.29% | 0.96% | - |
| XYZ | 63.81 | 54.09 | 64.84 | - |
| YUV | 198.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 174 | 205 | 0 | 0.29 | 0.16 | 0.04 | 333.8 | 0.78 | 0.82 |
| Hex | F5 | AE | CD | 0 | 1D | 10 | 4 | 14E | 4E | 52 |
| Octal | 365 | 256 | 315 | 0 | 35 | 20 | 4 | 516 | 116 | 122 |
| Binary | 11110101 | 10101110 | 11001101 | 0 | 11101 | 10000 | 100 | 101001110 | 1001110 | 1010010 |
Color Harmonies of #F5AECD
Complementary color
Monochromatic Colors of #F5AECD
Black with #F5AECD
Text Example
Text Example
White with #F5AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AECD; }
p { color: rgb(245,174,205); }
H1.HeaderClassName
{
color: #F5AECD;
}
.AnyTagClassName
{
color: #F5AECD;
}
</style>
background-color css
<style>
a { background-color: #F5AECD; }
a { background-color: rgb(245,174,205); }
div.DivClassName
{
background-color: #F5AECD;
}
.BgClassName
{
background-color: #F5AECD;
}
</style>
border-color css
<style>
span { border-color: #F5AECD; }
span { border-color: rgb(245,174,205); }
td.TdClassName
{
border-color: #F5AECD;
}
.TagClassName
{
border-color: #F5AECD;
}
</style>