Shades of Lavender Pink #F2A3CF
Tints of Lavender Pink #F2A3CF
RGB
CMYK
RGB Variations
Color information
#F2A3CF (or 0xF2A3CF) is known color: Lavender Pink. HEX triplet: F2, A3 and CF. RGB value is (242,163,207). Sum of RGB (Red+Green+Blue) = 242+163+207=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3CF is #0D5C30. Grayscale: #BFBFBF. Windows color (decimal): -875569 or 13607922. OLE color: 13607922.
HSL color Cylindrical-coordinate representation of color #F2A3CF: hue angle of 326.58º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A3CF is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 207 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.05 |
| HSL | 326.58º | 0.75% | 0.79% | - |
| HSV(B) | 326.58º | 0.33% | 0.95% | - |
| XYZ | 60.98 | 49.58 | 65.39 | - |
| YUV | 191.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 207 | 0 | 0.33 | 0.14 | 0.05 | 326.58 | 0.75 | 0.79 |
| Hex | F2 | A3 | CF | 0 | 21 | E | 5 | 147 | 4B | 4F |
| Octal | 362 | 243 | 317 | 0 | 41 | 16 | 5 | 507 | 113 | 117 |
| Binary | 11110010 | 10100011 | 11001111 | 0 | 100001 | 1110 | 101 | 101000111 | 1001011 | 1001111 |
Color Harmonies of #F2A3CF
Complementary color
Monochromatic Colors of #F2A3CF
Black with #F2A3CF
Text Example
Text Example
White with #F2A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3CF; }
p { color: rgb(242,163,207); }
H1.HeaderClassName
{
color: #F2A3CF;
}
.AnyTagClassName
{
color: #F2A3CF;
}
</style>
background-color css
<style>
a { background-color: #F2A3CF; }
a { background-color: rgb(242,163,207); }
div.DivClassName
{
background-color: #F2A3CF;
}
.BgClassName
{
background-color: #F2A3CF;
}
</style>
border-color css
<style>
span { border-color: #F2A3CF; }
span { border-color: rgb(242,163,207); }
td.TdClassName
{
border-color: #F2A3CF;
}
.TagClassName
{
border-color: #F2A3CF;
}
</style>