Shades of Lavender Pink #F0AED4
Tints of Lavender Pink #F0AED4
RGB
CMYK
RGB Variations
Color information
#F0AED4 (or 0xF0AED4) is known color: Lavender Pink. HEX triplet: F0, AE and D4. RGB value is (240,174,212). Sum of RGB (Red+Green+Blue) = 240+174+212=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AED4 is #0F512B. Grayscale: #C5C5C5. Windows color (decimal): -1003820 or 13938416. OLE color: 13938416.
HSL color Cylindrical-coordinate representation of color #F0AED4: hue angle of 325.45º 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 #F0AED4 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 212 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.06 |
| HSL | 325.45º | 0.69% | 0.81% | - |
| HSV(B) | 325.45º | 0.28% | 0.94% | - |
| XYZ | 62.95 | 53.55 | 69.31 | - |
| YUV | 198.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 212 | 0 | 0.28 | 0.12 | 0.06 | 325.45 | 0.69 | 0.81 |
| Hex | F0 | AE | D4 | 0 | 1C | C | 6 | 145 | 45 | 51 |
| Octal | 360 | 256 | 324 | 0 | 34 | 14 | 6 | 505 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11010100 | 0 | 11100 | 1100 | 110 | 101000101 | 1000101 | 1010001 |
Color Harmonies of #F0AED4
Complementary color
Monochromatic Colors of #F0AED4
Black with #F0AED4
Text Example
Text Example
White with #F0AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AED4; }
p { color: rgb(240,174,212); }
H1.HeaderClassName
{
color: #F0AED4;
}
.AnyTagClassName
{
color: #F0AED4;
}
</style>
background-color css
<style>
a { background-color: #F0AED4; }
a { background-color: rgb(240,174,212); }
div.DivClassName
{
background-color: #F0AED4;
}
.BgClassName
{
background-color: #F0AED4;
}
</style>
border-color css
<style>
span { border-color: #F0AED4; }
span { border-color: rgb(240,174,212); }
td.TdClassName
{
border-color: #F0AED4;
}
.TagClassName
{
border-color: #F0AED4;
}
</style>