Shades of Lavender Pink #F3A9CA
Tints of Lavender Pink #F3A9CA
RGB
CMYK
RGB Variations
Color information
#F3A9CA (or 0xF3A9CA) is known color: Lavender Pink. HEX triplet: F3, A9 and CA. RGB value is (243,169,202). Sum of RGB (Red+Green+Blue) = 243+169+202=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9CA is #0C5635. Grayscale: #C2C2C2. Windows color (decimal): -808502 or 13281779. OLE color: 13281779.
HSL color Cylindrical-coordinate representation of color #F3A9CA: hue angle of 333.24º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3A9CA is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 202 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.05 |
| HSL | 333.24º | 0.76% | 0.81% | - |
| HSV(B) | 333.24º | 0.3% | 0.95% | - |
| XYZ | 61.81 | 51.69 | 62.6 | - |
| YUV | 194.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 202 | 0 | 0.30 | 0.17 | 0.05 | 333.24 | 0.76 | 0.81 |
| Hex | F3 | A9 | CA | 0 | 1E | 11 | 5 | 14D | 4C | 51 |
| Octal | 363 | 251 | 312 | 0 | 36 | 21 | 5 | 515 | 114 | 121 |
| Binary | 11110011 | 10101001 | 11001010 | 0 | 11110 | 10001 | 101 | 101001101 | 1001100 | 1010001 |
Color Harmonies of #F3A9CA
Complementary color
Monochromatic Colors of #F3A9CA
Black with #F3A9CA
Text Example
Text Example
White with #F3A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9CA; }
p { color: rgb(243,169,202); }
H1.HeaderClassName
{
color: #F3A9CA;
}
.AnyTagClassName
{
color: #F3A9CA;
}
</style>
background-color css
<style>
a { background-color: #F3A9CA; }
a { background-color: rgb(243,169,202); }
div.DivClassName
{
background-color: #F3A9CA;
}
.BgClassName
{
background-color: #F3A9CA;
}
</style>
border-color css
<style>
span { border-color: #F3A9CA; }
span { border-color: rgb(243,169,202); }
td.TdClassName
{
border-color: #F3A9CA;
}
.TagClassName
{
border-color: #F3A9CA;
}
</style>