Shades of Lavender Pink #F0ACCD
Tints of Lavender Pink #F0ACCD
RGB
CMYK
RGB Variations
Color information
#F0ACCD (or 0xF0ACCD) is known color: Lavender Pink. HEX triplet: F0, AC and CD. RGB value is (240,172,205). Sum of RGB (Red+Green+Blue) = 240+172+205=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACCD is #0F5332. Grayscale: #C4C4C4. Windows color (decimal): -1004339 or 13479152. OLE color: 13479152.
HSL color Cylindrical-coordinate representation of color #F0ACCD: hue angle of 330.88º 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 #F0ACCD is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 205 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.06 |
| HSL | 330.88º | 0.69% | 0.81% | - |
| HSV(B) | 330.88º | 0.28% | 0.94% | - |
| XYZ | 61.71 | 52.44 | 64.63 | - |
| YUV | 196.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 205 | 0 | 0.28 | 0.15 | 0.06 | 330.88 | 0.69 | 0.81 |
| Hex | F0 | AC | CD | 0 | 1C | F | 6 | 14B | 45 | 51 |
| Octal | 360 | 254 | 315 | 0 | 34 | 17 | 6 | 513 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11001101 | 0 | 11100 | 1111 | 110 | 101001011 | 1000101 | 1010001 |
Color Harmonies of #F0ACCD
Complementary color
Monochromatic Colors of #F0ACCD
Black with #F0ACCD
Text Example
Text Example
White with #F0ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACCD; }
p { color: rgb(240,172,205); }
H1.HeaderClassName
{
color: #F0ACCD;
}
.AnyTagClassName
{
color: #F0ACCD;
}
</style>
background-color css
<style>
a { background-color: #F0ACCD; }
a { background-color: rgb(240,172,205); }
div.DivClassName
{
background-color: #F0ACCD;
}
.BgClassName
{
background-color: #F0ACCD;
}
</style>
border-color css
<style>
span { border-color: #F0ACCD; }
span { border-color: rgb(240,172,205); }
td.TdClassName
{
border-color: #F0ACCD;
}
.TagClassName
{
border-color: #F0ACCD;
}
</style>