Shades of Lavender Pink #F2ACD0
Tints of Lavender Pink #F2ACD0
RGB
CMYK
RGB Variations
Color information
#F2ACD0 (or 0xF2ACD0) is known color: Lavender Pink. HEX triplet: F2, AC and D0. RGB value is (242,172,208). Sum of RGB (Red+Green+Blue) = 242+172+208=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACD0 is #0D532F. Grayscale: #C4C4C4. Windows color (decimal): -873264 or 13675762. OLE color: 13675762.
HSL color Cylindrical-coordinate representation of color #F2ACD0: hue angle of 329.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACD0 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 208 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.05 |
| HSL | 329.14º | 0.73% | 0.81% | - |
| HSV(B) | 329.14º | 0.29% | 0.95% | - |
| XYZ | 62.76 | 52.94 | 66.58 | - |
| YUV | 197.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 208 | 0 | 0.29 | 0.14 | 0.05 | 329.14 | 0.73 | 0.81 |
| Hex | F2 | AC | D0 | 0 | 1D | E | 5 | 149 | 49 | 51 |
| Octal | 362 | 254 | 320 | 0 | 35 | 16 | 5 | 511 | 111 | 121 |
| Binary | 11110010 | 10101100 | 11010000 | 0 | 11101 | 1110 | 101 | 101001001 | 1001001 | 1010001 |
Color Harmonies of #F2ACD0
Complementary color
Monochromatic Colors of #F2ACD0
Black with #F2ACD0
Text Example
Text Example
White with #F2ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACD0; }
p { color: rgb(242,172,208); }
H1.HeaderClassName
{
color: #F2ACD0;
}
.AnyTagClassName
{
color: #F2ACD0;
}
</style>
background-color css
<style>
a { background-color: #F2ACD0; }
a { background-color: rgb(242,172,208); }
div.DivClassName
{
background-color: #F2ACD0;
}
.BgClassName
{
background-color: #F2ACD0;
}
</style>
border-color css
<style>
span { border-color: #F2ACD0; }
span { border-color: rgb(242,172,208); }
td.TdClassName
{
border-color: #F2ACD0;
}
.TagClassName
{
border-color: #F2ACD0;
}
</style>