Shades of Lavender Rose #F3A7DB
Tints of Lavender Rose #F3A7DB
RGB
CMYK
RGB Variations
Color information
#F3A7DB (or 0xF3A7DB) is known color: Lavender Rose. HEX triplet: F3, A7 and DB. RGB value is (243,167,219). Sum of RGB (Red+Green+Blue) = 243+167+219=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 167 (65.62% from 255 or 26.55% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A7DB is #0C5824. Grayscale: #C3C3C3. Windows color (decimal): -808997 or 14395379. OLE color: 14395379.
HSL color Cylindrical-coordinate representation of color #F3A7DB: hue angle of 318.95º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A7DB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 167 | 219 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.05 |
| HSL | 318.95º | 0.76% | 0.8% | - |
| HSV(B) | 318.95º | 0.31% | 0.95% | - |
| XYZ | 63.57 | 51.81 | 73.67 | - |
| YUV | 195.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 167 | 219 | 0 | 0.31 | 0.10 | 0.05 | 318.95 | 0.76 | 0.8 |
| Hex | F3 | A7 | DB | 0 | 1F | A | 5 | 13F | 4C | 50 |
| Octal | 363 | 247 | 333 | 0 | 37 | 12 | 5 | 477 | 114 | 120 |
| Binary | 11110011 | 10100111 | 11011011 | 0 | 11111 | 1010 | 101 | 100111111 | 1001100 | 1010000 |
Color Harmonies of #F3A7DB
Complementary color
Monochromatic Colors of #F3A7DB
Black with #F3A7DB
Text Example
Text Example
White with #F3A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A7DB; }
p { color: rgb(243,167,219); }
H1.HeaderClassName
{
color: #F3A7DB;
}
.AnyTagClassName
{
color: #F3A7DB;
}
</style>
background-color css
<style>
a { background-color: #F3A7DB; }
a { background-color: rgb(243,167,219); }
div.DivClassName
{
background-color: #F3A7DB;
}
.BgClassName
{
background-color: #F3A7DB;
}
</style>
border-color css
<style>
span { border-color: #F3A7DB; }
span { border-color: rgb(243,167,219); }
td.TdClassName
{
border-color: #F3A7DB;
}
.TagClassName
{
border-color: #F3A7DB;
}
</style>