Shades of Lavender Pink #F3A8CF
Tints of Lavender Pink #F3A8CF
RGB
CMYK
RGB Variations
Color information
#F3A8CF (or 0xF3A8CF) is known color: Lavender Pink. HEX triplet: F3, A8 and CF. RGB value is (243,168,207). Sum of RGB (Red+Green+Blue) = 243+168+207=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8CF is #0C5730. Grayscale: #C2C2C2. Windows color (decimal): -808753 or 13609203. OLE color: 13609203.
HSL color Cylindrical-coordinate representation of color #F3A8CF: hue angle of 328.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A8CF is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 207 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.05 |
| HSL | 328.8º | 0.76% | 0.81% | - |
| HSV(B) | 328.8º | 0.31% | 0.95% | - |
| XYZ | 62.23 | 51.56 | 65.7 | - |
| YUV | 194.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 207 | 0 | 0.31 | 0.15 | 0.05 | 328.8 | 0.76 | 0.81 |
| Hex | F3 | A8 | CF | 0 | 1F | F | 5 | 149 | 4C | 51 |
| Octal | 363 | 250 | 317 | 0 | 37 | 17 | 5 | 511 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11001111 | 0 | 11111 | 1111 | 101 | 101001001 | 1001100 | 1010001 |
Color Harmonies of #F3A8CF
Complementary color
Monochromatic Colors of #F3A8CF
Black with #F3A8CF
Text Example
Text Example
White with #F3A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8CF; }
p { color: rgb(243,168,207); }
H1.HeaderClassName
{
color: #F3A8CF;
}
.AnyTagClassName
{
color: #F3A8CF;
}
</style>
background-color css
<style>
a { background-color: #F3A8CF; }
a { background-color: rgb(243,168,207); }
div.DivClassName
{
background-color: #F3A8CF;
}
.BgClassName
{
background-color: #F3A8CF;
}
</style>
border-color css
<style>
span { border-color: #F3A8CF; }
span { border-color: rgb(243,168,207); }
td.TdClassName
{
border-color: #F3A8CF;
}
.TagClassName
{
border-color: #F3A8CF;
}
</style>