Shades of Lavender Pink #F3A7CA
Tints of Lavender Pink #F3A7CA
RGB
CMYK
RGB Variations
Color information
#F3A7CA (or 0xF3A7CA) is known color: Lavender Pink. HEX triplet: F3, A7 and CA. RGB value is (243,167,202). Sum of RGB (Red+Green+Blue) = 243+167+202=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A7CA is #0C5835. Grayscale: #C1C1C1. Windows color (decimal): -809014 or 13281267. OLE color: 13281267.
HSL color Cylindrical-coordinate representation of color #F3A7CA: hue angle of 332.37º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A7CA is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 167 | 202 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.05 |
| HSL | 332.37º | 0.76% | 0.8% | - |
| HSV(B) | 332.37º | 0.31% | 0.95% | - |
| XYZ | 61.44 | 50.96 | 62.47 | - |
| YUV | 193.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 167 | 202 | 0 | 0.31 | 0.17 | 0.05 | 332.37 | 0.76 | 0.8 |
| Hex | F3 | A7 | CA | 0 | 1F | 11 | 5 | 14C | 4C | 50 |
| Octal | 363 | 247 | 312 | 0 | 37 | 21 | 5 | 514 | 114 | 120 |
| Binary | 11110011 | 10100111 | 11001010 | 0 | 11111 | 10001 | 101 | 101001100 | 1001100 | 1010000 |
Color Harmonies of #F3A7CA
Complementary color
Monochromatic Colors of #F3A7CA
Black with #F3A7CA
Text Example
Text Example
White with #F3A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A7CA; }
p { color: rgb(243,167,202); }
H1.HeaderClassName
{
color: #F3A7CA;
}
.AnyTagClassName
{
color: #F3A7CA;
}
</style>
background-color css
<style>
a { background-color: #F3A7CA; }
a { background-color: rgb(243,167,202); }
div.DivClassName
{
background-color: #F3A7CA;
}
.BgClassName
{
background-color: #F3A7CA;
}
</style>
border-color css
<style>
span { border-color: #F3A7CA; }
span { border-color: rgb(243,167,202); }
td.TdClassName
{
border-color: #F3A7CA;
}
.TagClassName
{
border-color: #F3A7CA;
}
</style>