Shades of Lavender Pink #F3A8CA
Tints of Lavender Pink #F3A8CA
RGB
CMYK
RGB Variations
Color information
#F3A8CA (or 0xF3A8CA) is known color: Lavender Pink. HEX triplet: F3, A8 and CA. RGB value is (243,168,202). Sum of RGB (Red+Green+Blue) = 243+168+202=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8CA is #0C5735. Grayscale: #C2C2C2. Windows color (decimal): -808758 or 13281523. OLE color: 13281523.
HSL color Cylindrical-coordinate representation of color #F3A8CA: hue angle of 332.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 #F3A8CA is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 202 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.05 |
| HSL | 332.8º | 0.76% | 0.81% | - |
| HSV(B) | 332.8º | 0.31% | 0.95% | - |
| XYZ | 61.63 | 51.32 | 62.54 | - |
| YUV | 194.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 202 | 0 | 0.31 | 0.17 | 0.05 | 332.8 | 0.76 | 0.81 |
| Hex | F3 | A8 | CA | 0 | 1F | 11 | 5 | 14D | 4C | 51 |
| Octal | 363 | 250 | 312 | 0 | 37 | 21 | 5 | 515 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11001010 | 0 | 11111 | 10001 | 101 | 101001101 | 1001100 | 1010001 |
Color Harmonies of #F3A8CA
Complementary color
Monochromatic Colors of #F3A8CA
Black with #F3A8CA
Text Example
Text Example
White with #F3A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8CA; }
p { color: rgb(243,168,202); }
H1.HeaderClassName
{
color: #F3A8CA;
}
.AnyTagClassName
{
color: #F3A8CA;
}
</style>
background-color css
<style>
a { background-color: #F3A8CA; }
a { background-color: rgb(243,168,202); }
div.DivClassName
{
background-color: #F3A8CA;
}
.BgClassName
{
background-color: #F3A8CA;
}
</style>
border-color css
<style>
span { border-color: #F3A8CA; }
span { border-color: rgb(243,168,202); }
td.TdClassName
{
border-color: #F3A8CA;
}
.TagClassName
{
border-color: #F3A8CA;
}
</style>