Shades of Lavender Rose #F3A1DB
Tints of Lavender Rose #F3A1DB
RGB
CMYK
RGB Variations
Color information
#F3A1DB (or 0xF3A1DB) is known color: Lavender Rose. HEX triplet: F3, A1 and DB. RGB value is (243,161,219). Sum of RGB (Red+Green+Blue) = 243+161+219=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A1DB is #0C5E24. Grayscale: #BFBFBF. Windows color (decimal): -810533 or 14393843. OLE color: 14393843.
HSL color Cylindrical-coordinate representation of color #F3A1DB: hue angle of 317.56º degrees, saturation: 0.77, 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 #F3A1DB is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 219 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.05 |
| HSL | 317.56º | 0.77% | 0.79% | - |
| HSV(B) | 317.56º | 0.34% | 0.95% | - |
| XYZ | 62.49 | 49.66 | 73.31 | - |
| YUV | 192.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 219 | 0 | 0.34 | 0.10 | 0.05 | 317.56 | 0.77 | 0.79 |
| Hex | F3 | A1 | DB | 0 | 22 | A | 5 | 13E | 4D | 4F |
| Octal | 363 | 241 | 333 | 0 | 42 | 12 | 5 | 476 | 115 | 117 |
| Binary | 11110011 | 10100001 | 11011011 | 0 | 100010 | 1010 | 101 | 100111110 | 1001101 | 1001111 |
Color Harmonies of #F3A1DB
Complementary color
Monochromatic Colors of #F3A1DB
Black with #F3A1DB
Text Example
Text Example
White with #F3A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A1DB; }
p { color: rgb(243,161,219); }
H1.HeaderClassName
{
color: #F3A1DB;
}
.AnyTagClassName
{
color: #F3A1DB;
}
</style>
background-color css
<style>
a { background-color: #F3A1DB; }
a { background-color: rgb(243,161,219); }
div.DivClassName
{
background-color: #F3A1DB;
}
.BgClassName
{
background-color: #F3A1DB;
}
</style>
border-color css
<style>
span { border-color: #F3A1DB; }
span { border-color: rgb(243,161,219); }
td.TdClassName
{
border-color: #F3A1DB;
}
.TagClassName
{
border-color: #F3A1DB;
}
</style>