Shades of Lavender Pink #F0ACCF
Tints of Lavender Pink #F0ACCF
RGB
CMYK
RGB Variations
Color information
#F0ACCF (or 0xF0ACCF) is known color: Lavender Pink. HEX triplet: F0, AC and CF. RGB value is (240,172,207). Sum of RGB (Red+Green+Blue) = 240+172+207=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACCF is #0F5330. Grayscale: #C4C4C4. Windows color (decimal): -1004337 or 13610224. OLE color: 13610224.
HSL color Cylindrical-coordinate representation of color #F0ACCF: hue angle of 329.12º 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 #F0ACCF is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 207 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.06 |
| HSL | 329.12º | 0.69% | 0.81% | - |
| HSV(B) | 329.12º | 0.28% | 0.94% | - |
| XYZ | 61.95 | 52.54 | 65.91 | - |
| YUV | 196.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 207 | 0 | 0.28 | 0.14 | 0.06 | 329.12 | 0.69 | 0.81 |
| Hex | F0 | AC | CF | 0 | 1C | E | 6 | 149 | 45 | 51 |
| Octal | 360 | 254 | 317 | 0 | 34 | 16 | 6 | 511 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11001111 | 0 | 11100 | 1110 | 110 | 101001001 | 1000101 | 1010001 |
Color Harmonies of #F0ACCF
Complementary color
Monochromatic Colors of #F0ACCF
Black with #F0ACCF
Text Example
Text Example
White with #F0ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACCF; }
p { color: rgb(240,172,207); }
H1.HeaderClassName
{
color: #F0ACCF;
}
.AnyTagClassName
{
color: #F0ACCF;
}
</style>
background-color css
<style>
a { background-color: #F0ACCF; }
a { background-color: rgb(240,172,207); }
div.DivClassName
{
background-color: #F0ACCF;
}
.BgClassName
{
background-color: #F0ACCF;
}
</style>
border-color css
<style>
span { border-color: #F0ACCF; }
span { border-color: rgb(240,172,207); }
td.TdClassName
{
border-color: #F0ACCF;
}
.TagClassName
{
border-color: #F0ACCF;
}
</style>