Shades of Lavender Pink #F0AED7
Tints of Lavender Pink #F0AED7
RGB
CMYK
RGB Variations
Color information
#F0AED7 (or 0xF0AED7) is known color: Lavender Pink. HEX triplet: F0, AE and D7. RGB value is (240,174,215). Sum of RGB (Red+Green+Blue) = 240+174+215=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AED7 is #0F5128. Grayscale: #C6C6C6. Windows color (decimal): -1003817 or 14135024. OLE color: 14135024.
HSL color Cylindrical-coordinate representation of color #F0AED7: hue angle of 322.73º 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 #F0AED7 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 215 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.06 |
| HSL | 322.73º | 0.69% | 0.81% | - |
| HSV(B) | 322.73º | 0.28% | 0.94% | - |
| XYZ | 63.34 | 53.7 | 71.32 | - |
| YUV | 198.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 215 | 0 | 0.28 | 0.10 | 0.06 | 322.73 | 0.69 | 0.81 |
| Hex | F0 | AE | D7 | 0 | 1C | A | 6 | 143 | 45 | 51 |
| Octal | 360 | 256 | 327 | 0 | 34 | 12 | 6 | 503 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11010111 | 0 | 11100 | 1010 | 110 | 101000011 | 1000101 | 1010001 |
Color Harmonies of #F0AED7
Complementary color
Monochromatic Colors of #F0AED7
Black with #F0AED7
Text Example
Text Example
White with #F0AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AED7; }
p { color: rgb(240,174,215); }
H1.HeaderClassName
{
color: #F0AED7;
}
.AnyTagClassName
{
color: #F0AED7;
}
</style>
background-color css
<style>
a { background-color: #F0AED7; }
a { background-color: rgb(240,174,215); }
div.DivClassName
{
background-color: #F0AED7;
}
.BgClassName
{
background-color: #F0AED7;
}
</style>
border-color css
<style>
span { border-color: #F0AED7; }
span { border-color: rgb(240,174,215); }
td.TdClassName
{
border-color: #F0AED7;
}
.TagClassName
{
border-color: #F0AED7;
}
</style>