Shades of Lavender Pink #F0AACF
Tints of Lavender Pink #F0AACF
RGB
CMYK
RGB Variations
Color information
#F0AACF (or 0xF0AACF) is known color: Lavender Pink. HEX triplet: F0, AA and CF. RGB value is (240,170,207). Sum of RGB (Red+Green+Blue) = 240+170+207=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AACF is #0F5530. Grayscale: #C3C3C3. Windows color (decimal): -1004849 or 13609712. OLE color: 13609712.
HSL color Cylindrical-coordinate representation of color #F0AACF: hue angle of 328.29º 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 #F0AACF is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 207 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.06 |
| HSL | 328.29º | 0.7% | 0.8% | - |
| HSV(B) | 328.29º | 0.29% | 0.94% | - |
| XYZ | 61.57 | 51.78 | 65.78 | - |
| YUV | 195.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 207 | 0 | 0.29 | 0.14 | 0.06 | 328.29 | 0.7 | 0.8 |
| Hex | F0 | AA | CF | 0 | 1D | E | 6 | 148 | 46 | 50 |
| Octal | 360 | 252 | 317 | 0 | 35 | 16 | 6 | 510 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11001111 | 0 | 11101 | 1110 | 110 | 101001000 | 1000110 | 1010000 |
Color Harmonies of #F0AACF
Complementary color
Monochromatic Colors of #F0AACF
Black with #F0AACF
Text Example
Text Example
White with #F0AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AACF; }
p { color: rgb(240,170,207); }
H1.HeaderClassName
{
color: #F0AACF;
}
.AnyTagClassName
{
color: #F0AACF;
}
</style>
background-color css
<style>
a { background-color: #F0AACF; }
a { background-color: rgb(240,170,207); }
div.DivClassName
{
background-color: #F0AACF;
}
.BgClassName
{
background-color: #F0AACF;
}
</style>
border-color css
<style>
span { border-color: #F0AACF; }
span { border-color: rgb(240,170,207); }
td.TdClassName
{
border-color: #F0AACF;
}
.TagClassName
{
border-color: #F0AACF;
}
</style>