Shades of Lavender Pink #F0ACCE
Tints of Lavender Pink #F0ACCE
RGB
CMYK
RGB Variations
Color information
#F0ACCE (or 0xF0ACCE) is known color: Lavender Pink. HEX triplet: F0, AC and CE. RGB value is (240,172,206). Sum of RGB (Red+Green+Blue) = 240+172+206=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACCE is #0F5331. Grayscale: #C4C4C4. Windows color (decimal): -1004338 or 13544688. OLE color: 13544688.
HSL color Cylindrical-coordinate representation of color #F0ACCE: hue angle of 330º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACCE is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 206 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.06 |
| HSL | 330º | 0.69% | 0.81% | - |
| HSV(B) | 330º | 0.28% | 0.94% | - |
| XYZ | 61.83 | 52.49 | 65.26 | - |
| YUV | 196.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 206 | 0 | 0.28 | 0.14 | 0.06 | 330 | 0.69 | 0.81 |
| Hex | F0 | AC | CE | 0 | 1C | E | 6 | 14A | 45 | 51 |
| Octal | 360 | 254 | 316 | 0 | 34 | 16 | 6 | 512 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11001110 | 0 | 11100 | 1110 | 110 | 101001010 | 1000101 | 1010001 |
Color Harmonies of #F0ACCE
Complementary color
Monochromatic Colors of #F0ACCE
Black with #F0ACCE
Text Example
Text Example
White with #F0ACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACCE; }
p { color: rgb(240,172,206); }
H1.HeaderClassName
{
color: #F0ACCE;
}
.AnyTagClassName
{
color: #F0ACCE;
}
</style>
background-color css
<style>
a { background-color: #F0ACCE; }
a { background-color: rgb(240,172,206); }
div.DivClassName
{
background-color: #F0ACCE;
}
.BgClassName
{
background-color: #F0ACCE;
}
</style>
border-color css
<style>
span { border-color: #F0ACCE; }
span { border-color: rgb(240,172,206); }
td.TdClassName
{
border-color: #F0ACCE;
}
.TagClassName
{
border-color: #F0ACCE;
}
</style>