Shades of Lavender Pink #F0AED8
Tints of Lavender Pink #F0AED8
RGB
CMYK
RGB Variations
Color information
#F0AED8 (or 0xF0AED8) is known color: Lavender Pink. HEX triplet: F0, AE and D8. RGB value is (240,174,216). Sum of RGB (Red+Green+Blue) = 240+174+216=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AED8 is #0F5127. Grayscale: #C6C6C6. Windows color (decimal): -1003816 or 14200560. OLE color: 14200560.
HSL color Cylindrical-coordinate representation of color #F0AED8: hue angle of 321.82º 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 #F0AED8 is Cyan = 0, Magento = 0.28, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 216 | - |
| CMYK | 0 | 0.28 | 0.1 | 0.06 |
| HSL | 321.82º | 0.69% | 0.81% | - |
| HSV(B) | 321.82º | 0.28% | 0.94% | - |
| XYZ | 63.47 | 53.76 | 72 | - |
| YUV | 198.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 216 | 0 | 0.28 | 0.1 | 0.06 | 321.82 | 0.69 | 0.81 |
| Hex | F0 | AE | D8 | 0 | 1C | A | 6 | 142 | 45 | 51 |
| Octal | 360 | 256 | 330 | 0 | 34 | 12 | 6 | 502 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11011000 | 0 | 11100 | 1010 | 110 | 101000010 | 1000101 | 1010001 |
Color Harmonies of #F0AED8
Complementary color
Monochromatic Colors of #F0AED8
Black with #F0AED8
Text Example
Text Example
White with #F0AED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AED8; }
p { color: rgb(240,174,216); }
H1.HeaderClassName
{
color: #F0AED8;
}
.AnyTagClassName
{
color: #F0AED8;
}
</style>
background-color css
<style>
a { background-color: #F0AED8; }
a { background-color: rgb(240,174,216); }
div.DivClassName
{
background-color: #F0AED8;
}
.BgClassName
{
background-color: #F0AED8;
}
</style>
border-color css
<style>
span { border-color: #F0AED8; }
span { border-color: rgb(240,174,216); }
td.TdClassName
{
border-color: #F0AED8;
}
.TagClassName
{
border-color: #F0AED8;
}
</style>