Shades of Lavender Pink #F3A9D5
Tints of Lavender Pink #F3A9D5
RGB
CMYK
RGB Variations
Color information
#F3A9D5 (or 0xF3A9D5) is known color: Lavender Pink. HEX triplet: F3, A9 and D5. RGB value is (243,169,213). Sum of RGB (Red+Green+Blue) = 243+169+213=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9D5 is #0C562A. Grayscale: #C4C4C4. Windows color (decimal): -808491 or 14002675. OLE color: 14002675.
HSL color Cylindrical-coordinate representation of color #F3A9D5: hue angle of 324.32º 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 #F3A9D5 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 213 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.05 |
| HSL | 324.32º | 0.76% | 0.81% | - |
| HSV(B) | 324.32º | 0.3% | 0.95% | - |
| XYZ | 63.16 | 52.23 | 69.7 | - |
| YUV | 196.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 213 | 0 | 0.30 | 0.12 | 0.05 | 324.32 | 0.76 | 0.81 |
| Hex | F3 | A9 | D5 | 0 | 1E | C | 5 | 144 | 4C | 51 |
| Octal | 363 | 251 | 325 | 0 | 36 | 14 | 5 | 504 | 114 | 121 |
| Binary | 11110011 | 10101001 | 11010101 | 0 | 11110 | 1100 | 101 | 101000100 | 1001100 | 1010001 |
Color Harmonies of #F3A9D5
Complementary color
Monochromatic Colors of #F3A9D5
Black with #F3A9D5
Text Example
Text Example
White with #F3A9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9D5; }
p { color: rgb(243,169,213); }
H1.HeaderClassName
{
color: #F3A9D5;
}
.AnyTagClassName
{
color: #F3A9D5;
}
</style>
background-color css
<style>
a { background-color: #F3A9D5; }
a { background-color: rgb(243,169,213); }
div.DivClassName
{
background-color: #F3A9D5;
}
.BgClassName
{
background-color: #F3A9D5;
}
</style>
border-color css
<style>
span { border-color: #F3A9D5; }
span { border-color: rgb(243,169,213); }
td.TdClassName
{
border-color: #F3A9D5;
}
.TagClassName
{
border-color: #F3A9D5;
}
</style>