Shades of Lavender Pink #F2AACF
Tints of Lavender Pink #F2AACF
RGB
CMYK
RGB Variations
Color information
#F2AACF (or 0xF2AACF) is known color: Lavender Pink. HEX triplet: F2, AA and CF. RGB value is (242,170,207). Sum of RGB (Red+Green+Blue) = 242+170+207=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AACF is #0D5530. Grayscale: #C3C3C3. Windows color (decimal): -873777 or 13609714. OLE color: 13609714.
HSL color Cylindrical-coordinate representation of color #F2AACF: hue angle of 329.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AACF is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 207 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.05 |
| HSL | 329.17º | 0.73% | 0.81% | - |
| HSV(B) | 329.17º | 0.3% | 0.95% | - |
| XYZ | 62.26 | 52.13 | 65.81 | - |
| YUV | 195.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 207 | 0 | 0.30 | 0.14 | 0.05 | 329.17 | 0.73 | 0.81 |
| Hex | F2 | AA | CF | 0 | 1E | E | 5 | 149 | 49 | 51 |
| Octal | 362 | 252 | 317 | 0 | 36 | 16 | 5 | 511 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11001111 | 0 | 11110 | 1110 | 101 | 101001001 | 1001001 | 1010001 |
Color Harmonies of #F2AACF
Complementary color
Monochromatic Colors of #F2AACF
Black with #F2AACF
Text Example
Text Example
White with #F2AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AACF; }
p { color: rgb(242,170,207); }
H1.HeaderClassName
{
color: #F2AACF;
}
.AnyTagClassName
{
color: #F2AACF;
}
</style>
background-color css
<style>
a { background-color: #F2AACF; }
a { background-color: rgb(242,170,207); }
div.DivClassName
{
background-color: #F2AACF;
}
.BgClassName
{
background-color: #F2AACF;
}
</style>
border-color css
<style>
span { border-color: #F2AACF; }
span { border-color: rgb(242,170,207); }
td.TdClassName
{
border-color: #F2AACF;
}
.TagClassName
{
border-color: #F2AACF;
}
</style>