Shades of Lavender Rose #F3A0DB
Tints of Lavender Rose #F3A0DB
RGB
CMYK
RGB Variations
Color information
#F3A0DB (or 0xF3A0DB) is known color: Lavender Rose. HEX triplet: F3, A0 and DB. RGB value is (243,160,219). Sum of RGB (Red+Green+Blue) = 243+160+219=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0DB is #0C5F24. Grayscale: #BFBFBF. Windows color (decimal): -810789 or 14393587. OLE color: 14393587.
HSL color Cylindrical-coordinate representation of color #F3A0DB: hue angle of 317.35º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A0DB is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 219 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.05 |
| HSL | 317.35º | 0.78% | 0.79% | - |
| HSV(B) | 317.35º | 0.34% | 0.95% | - |
| XYZ | 62.32 | 49.31 | 73.25 | - |
| YUV | 191.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 219 | 0 | 0.34 | 0.10 | 0.05 | 317.35 | 0.78 | 0.79 |
| Hex | F3 | A0 | DB | 0 | 22 | A | 5 | 13D | 4E | 4F |
| Octal | 363 | 240 | 333 | 0 | 42 | 12 | 5 | 475 | 116 | 117 |
| Binary | 11110011 | 10100000 | 11011011 | 0 | 100010 | 1010 | 101 | 100111101 | 1001110 | 1001111 |
Color Harmonies of #F3A0DB
Complementary color
Monochromatic Colors of #F3A0DB
Black with #F3A0DB
Text Example
Text Example
White with #F3A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0DB; }
p { color: rgb(243,160,219); }
H1.HeaderClassName
{
color: #F3A0DB;
}
.AnyTagClassName
{
color: #F3A0DB;
}
</style>
background-color css
<style>
a { background-color: #F3A0DB; }
a { background-color: rgb(243,160,219); }
div.DivClassName
{
background-color: #F3A0DB;
}
.BgClassName
{
background-color: #F3A0DB;
}
</style>
border-color css
<style>
span { border-color: #F3A0DB; }
span { border-color: rgb(243,160,219); }
td.TdClassName
{
border-color: #F3A0DB;
}
.TagClassName
{
border-color: #F3A0DB;
}
</style>