Shades of Lavender Pink #F3A3CF
Tints of Lavender Pink #F3A3CF
RGB
CMYK
RGB Variations
Color information
#F3A3CF (or 0xF3A3CF) is known color: Lavender Pink. HEX triplet: F3, A3 and CF. RGB value is (243,163,207). Sum of RGB (Red+Green+Blue) = 243+163+207=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A3CF is #0C5C30. Grayscale: #BFBFBF. Windows color (decimal): -810033 or 13607923. OLE color: 13607923.
HSL color Cylindrical-coordinate representation of color #F3A3CF: hue angle of 327º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A3CF is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 207 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.05 |
| HSL | 327º | 0.77% | 0.8% | - |
| HSV(B) | 327º | 0.33% | 0.95% | - |
| XYZ | 61.32 | 49.75 | 65.4 | - |
| YUV | 191.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 207 | 0 | 0.33 | 0.15 | 0.05 | 327 | 0.77 | 0.8 |
| Hex | F3 | A3 | CF | 0 | 21 | F | 5 | 147 | 4D | 50 |
| Octal | 363 | 243 | 317 | 0 | 41 | 17 | 5 | 507 | 115 | 120 |
| Binary | 11110011 | 10100011 | 11001111 | 0 | 100001 | 1111 | 101 | 101000111 | 1001101 | 1010000 |
Color Harmonies of #F3A3CF
Complementary color
Monochromatic Colors of #F3A3CF
Black with #F3A3CF
Text Example
Text Example
White with #F3A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A3CF; }
p { color: rgb(243,163,207); }
H1.HeaderClassName
{
color: #F3A3CF;
}
.AnyTagClassName
{
color: #F3A3CF;
}
</style>
background-color css
<style>
a { background-color: #F3A3CF; }
a { background-color: rgb(243,163,207); }
div.DivClassName
{
background-color: #F3A3CF;
}
.BgClassName
{
background-color: #F3A3CF;
}
</style>
border-color css
<style>
span { border-color: #F3A3CF; }
span { border-color: rgb(243,163,207); }
td.TdClassName
{
border-color: #F3A3CF;
}
.TagClassName
{
border-color: #F3A3CF;
}
</style>