Shades of Lavender Pink #F2A0CD
Tints of Lavender Pink #F2A0CD
RGB
CMYK
RGB Variations
Color information
#F2A0CD (or 0xF2A0CD) is known color: Lavender Pink. HEX triplet: F2, A0 and CD. RGB value is (242,160,205). Sum of RGB (Red+Green+Blue) = 242+160+205=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A0CD is #0D5F32. Grayscale: #BDBDBD. Windows color (decimal): -876339 or 13476082. OLE color: 13476082.
HSL color Cylindrical-coordinate representation of color #F2A0CD: hue angle of 327.07º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A0CD is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 205 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.05 |
| HSL | 327.07º | 0.76% | 0.79% | - |
| HSV(B) | 327.07º | 0.34% | 0.95% | - |
| XYZ | 60.21 | 48.43 | 63.93 | - |
| YUV | 189.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 205 | 0 | 0.34 | 0.15 | 0.05 | 327.07 | 0.76 | 0.79 |
| Hex | F2 | A0 | CD | 0 | 22 | F | 5 | 147 | 4C | 4F |
| Octal | 362 | 240 | 315 | 0 | 42 | 17 | 5 | 507 | 114 | 117 |
| Binary | 11110010 | 10100000 | 11001101 | 0 | 100010 | 1111 | 101 | 101000111 | 1001100 | 1001111 |
Color Harmonies of #F2A0CD
Complementary color
Monochromatic Colors of #F2A0CD
Black with #F2A0CD
Text Example
Text Example
White with #F2A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0CD; }
p { color: rgb(242,160,205); }
H1.HeaderClassName
{
color: #F2A0CD;
}
.AnyTagClassName
{
color: #F2A0CD;
}
</style>
background-color css
<style>
a { background-color: #F2A0CD; }
a { background-color: rgb(242,160,205); }
div.DivClassName
{
background-color: #F2A0CD;
}
.BgClassName
{
background-color: #F2A0CD;
}
</style>
border-color css
<style>
span { border-color: #F2A0CD; }
span { border-color: rgb(242,160,205); }
td.TdClassName
{
border-color: #F2A0CD;
}
.TagClassName
{
border-color: #F2A0CD;
}
</style>