Shades of Lavender Pink #F0AAD4
Tints of Lavender Pink #F0AAD4
RGB
CMYK
RGB Variations
Color information
#F0AAD4 (or 0xF0AAD4) is known color: Lavender Pink. HEX triplet: F0, AA and D4. RGB value is (240,170,212). Sum of RGB (Red+Green+Blue) = 240+170+212=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAD4 is #0F552B. Grayscale: #C3C3C3. Windows color (decimal): -1004844 or 13937392. OLE color: 13937392.
HSL color Cylindrical-coordinate representation of color #F0AAD4: hue angle of 324º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAD4 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 212 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.06 |
| HSL | 324º | 0.7% | 0.8% | - |
| HSV(B) | 324º | 0.29% | 0.94% | - |
| XYZ | 62.19 | 52.03 | 69.05 | - |
| YUV | 195.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 212 | 0 | 0.29 | 0.12 | 0.06 | 324 | 0.7 | 0.8 |
| Hex | F0 | AA | D4 | 0 | 1D | C | 6 | 144 | 46 | 50 |
| Octal | 360 | 252 | 324 | 0 | 35 | 14 | 6 | 504 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11010100 | 0 | 11101 | 1100 | 110 | 101000100 | 1000110 | 1010000 |
Color Harmonies of #F0AAD4
Complementary color
Monochromatic Colors of #F0AAD4
Black with #F0AAD4
Text Example
Text Example
White with #F0AAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAD4; }
p { color: rgb(240,170,212); }
H1.HeaderClassName
{
color: #F0AAD4;
}
.AnyTagClassName
{
color: #F0AAD4;
}
</style>
background-color css
<style>
a { background-color: #F0AAD4; }
a { background-color: rgb(240,170,212); }
div.DivClassName
{
background-color: #F0AAD4;
}
.BgClassName
{
background-color: #F0AAD4;
}
</style>
border-color css
<style>
span { border-color: #F0AAD4; }
span { border-color: rgb(240,170,212); }
td.TdClassName
{
border-color: #F0AAD4;
}
.TagClassName
{
border-color: #F0AAD4;
}
</style>