Shades of Lavender Pink #F0AED5
Tints of Lavender Pink #F0AED5
RGB
CMYK
RGB Variations
Color information
#F0AED5 (or 0xF0AED5) is known color: Lavender Pink. HEX triplet: F0, AE and D5. RGB value is (240,174,213). Sum of RGB (Red+Green+Blue) = 240+174+213=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AED5 is #0F512A. Grayscale: #C6C6C6. Windows color (decimal): -1003819 or 14003952. OLE color: 14003952.
HSL color Cylindrical-coordinate representation of color #F0AED5: hue angle of 324.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AED5 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 213 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.06 |
| HSL | 324.55º | 0.69% | 0.81% | - |
| HSV(B) | 324.55º | 0.28% | 0.94% | - |
| XYZ | 63.08 | 53.6 | 69.97 | - |
| YUV | 198.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 213 | 0 | 0.28 | 0.11 | 0.06 | 324.55 | 0.69 | 0.81 |
| Hex | F0 | AE | D5 | 0 | 1C | B | 6 | 145 | 45 | 51 |
| Octal | 360 | 256 | 325 | 0 | 34 | 13 | 6 | 505 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11010101 | 0 | 11100 | 1011 | 110 | 101000101 | 1000101 | 1010001 |
Color Harmonies of #F0AED5
Complementary color
Monochromatic Colors of #F0AED5
Black with #F0AED5
Text Example
Text Example
White with #F0AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AED5; }
p { color: rgb(240,174,213); }
H1.HeaderClassName
{
color: #F0AED5;
}
.AnyTagClassName
{
color: #F0AED5;
}
</style>
background-color css
<style>
a { background-color: #F0AED5; }
a { background-color: rgb(240,174,213); }
div.DivClassName
{
background-color: #F0AED5;
}
.BgClassName
{
background-color: #F0AED5;
}
</style>
border-color css
<style>
span { border-color: #F0AED5; }
span { border-color: rgb(240,174,213); }
td.TdClassName
{
border-color: #F0AED5;
}
.TagClassName
{
border-color: #F0AED5;
}
</style>