Shades of Lavender Rose #F3A9DB
Tints of Lavender Rose #F3A9DB
RGB
CMYK
RGB Variations
Color information
#F3A9DB (or 0xF3A9DB) is known color: Lavender Rose. HEX triplet: F3, A9 and DB. RGB value is (243,169,219). Sum of RGB (Red+Green+Blue) = 243+169+219=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9DB is #0C5624. Grayscale: #C4C4C4. Windows color (decimal): -808485 or 14395891. OLE color: 14395891.
HSL color Cylindrical-coordinate representation of color #F3A9DB: hue angle of 319.46º 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 #F3A9DB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 219 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.05 |
| HSL | 319.46º | 0.76% | 0.81% | - |
| HSV(B) | 319.46º | 0.3% | 0.95% | - |
| XYZ | 63.94 | 52.55 | 73.79 | - |
| YUV | 196.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 219 | 0 | 0.30 | 0.10 | 0.05 | 319.46 | 0.76 | 0.81 |
| Hex | F3 | A9 | DB | 0 | 1E | A | 5 | 13F | 4C | 51 |
| Octal | 363 | 251 | 333 | 0 | 36 | 12 | 5 | 477 | 114 | 121 |
| Binary | 11110011 | 10101001 | 11011011 | 0 | 11110 | 1010 | 101 | 100111111 | 1001100 | 1010001 |
Color Harmonies of #F3A9DB
Complementary color
Monochromatic Colors of #F3A9DB
Black with #F3A9DB
Text Example
Text Example
White with #F3A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9DB; }
p { color: rgb(243,169,219); }
H1.HeaderClassName
{
color: #F3A9DB;
}
.AnyTagClassName
{
color: #F3A9DB;
}
</style>
background-color css
<style>
a { background-color: #F3A9DB; }
a { background-color: rgb(243,169,219); }
div.DivClassName
{
background-color: #F3A9DB;
}
.BgClassName
{
background-color: #F3A9DB;
}
</style>
border-color css
<style>
span { border-color: #F3A9DB; }
span { border-color: rgb(243,169,219); }
td.TdClassName
{
border-color: #F3A9DB;
}
.TagClassName
{
border-color: #F3A9DB;
}
</style>