Shades of Lavender Pink #F3A9CD
Tints of Lavender Pink #F3A9CD
RGB
CMYK
RGB Variations
Color information
#F3A9CD (or 0xF3A9CD) is known color: Lavender Pink. HEX triplet: F3, A9 and CD. RGB value is (243,169,205). Sum of RGB (Red+Green+Blue) = 243+169+205=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9CD is #0C5632. Grayscale: #C3C3C3. Windows color (decimal): -808499 or 13478387. OLE color: 13478387.
HSL color Cylindrical-coordinate representation of color #F3A9CD: hue angle of 330.81º 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 #F3A9CD is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 205 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.05 |
| HSL | 330.81º | 0.76% | 0.81% | - |
| HSV(B) | 330.81º | 0.3% | 0.95% | - |
| XYZ | 62.17 | 51.84 | 64.49 | - |
| YUV | 195.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 205 | 0 | 0.30 | 0.16 | 0.05 | 330.81 | 0.76 | 0.81 |
| Hex | F3 | A9 | CD | 0 | 1E | 10 | 5 | 14B | 4C | 51 |
| Octal | 363 | 251 | 315 | 0 | 36 | 20 | 5 | 513 | 114 | 121 |
| Binary | 11110011 | 10101001 | 11001101 | 0 | 11110 | 10000 | 101 | 101001011 | 1001100 | 1010001 |
Color Harmonies of #F3A9CD
Complementary color
Monochromatic Colors of #F3A9CD
Black with #F3A9CD
Text Example
Text Example
White with #F3A9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9CD; }
p { color: rgb(243,169,205); }
H1.HeaderClassName
{
color: #F3A9CD;
}
.AnyTagClassName
{
color: #F3A9CD;
}
</style>
background-color css
<style>
a { background-color: #F3A9CD; }
a { background-color: rgb(243,169,205); }
div.DivClassName
{
background-color: #F3A9CD;
}
.BgClassName
{
background-color: #F3A9CD;
}
</style>
border-color css
<style>
span { border-color: #F3A9CD; }
span { border-color: rgb(243,169,205); }
td.TdClassName
{
border-color: #F3A9CD;
}
.TagClassName
{
border-color: #F3A9CD;
}
</style>