Shades of Lavender Pink #F3A2CF
Tints of Lavender Pink #F3A2CF
RGB
CMYK
RGB Variations
Color information
#F3A2CF (or 0xF3A2CF) is known color: Lavender Pink. HEX triplet: F3, A2 and CF. RGB value is (243,162,207). Sum of RGB (Red+Green+Blue) = 243+162+207=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A2CF is #0C5D30. Grayscale: #BFBFBF. Windows color (decimal): -810289 or 13607667. OLE color: 13607667.
HSL color Cylindrical-coordinate representation of color #F3A2CF: hue angle of 326.67º degrees, saturation: 0.77, 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 #F3A2CF is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 207 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.05 |
| HSL | 326.67º | 0.77% | 0.79% | - |
| HSV(B) | 326.67º | 0.33% | 0.95% | - |
| XYZ | 61.14 | 49.4 | 65.34 | - |
| YUV | 191.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 207 | 0 | 0.33 | 0.15 | 0.05 | 326.67 | 0.77 | 0.79 |
| Hex | F3 | A2 | CF | 0 | 21 | F | 5 | 147 | 4D | 4F |
| Octal | 363 | 242 | 317 | 0 | 41 | 17 | 5 | 507 | 115 | 117 |
| Binary | 11110011 | 10100010 | 11001111 | 0 | 100001 | 1111 | 101 | 101000111 | 1001101 | 1001111 |
Color Harmonies of #F3A2CF
Complementary color
Monochromatic Colors of #F3A2CF
Black with #F3A2CF
Text Example
Text Example
White with #F3A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A2CF; }
p { color: rgb(243,162,207); }
H1.HeaderClassName
{
color: #F3A2CF;
}
.AnyTagClassName
{
color: #F3A2CF;
}
</style>
background-color css
<style>
a { background-color: #F3A2CF; }
a { background-color: rgb(243,162,207); }
div.DivClassName
{
background-color: #F3A2CF;
}
.BgClassName
{
background-color: #F3A2CF;
}
</style>
border-color css
<style>
span { border-color: #F3A2CF; }
span { border-color: rgb(243,162,207); }
td.TdClassName
{
border-color: #F3A2CF;
}
.TagClassName
{
border-color: #F3A2CF;
}
</style>