Shades of Lavender Rose #F3A0DD
Tints of Lavender Rose #F3A0DD
RGB
CMYK
RGB Variations
Color information
#F3A0DD (or 0xF3A0DD) is known color: Lavender Rose. HEX triplet: F3, A0 and DD. RGB value is (243,160,221). Sum of RGB (Red+Green+Blue) = 243+160+221=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0DD is #0C5F22. Grayscale: #BFBFBF. Windows color (decimal): -810787 or 14524659. OLE color: 14524659.
HSL color Cylindrical-coordinate representation of color #F3A0DD: hue angle of 315.9º 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 #F3A0DD is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 221 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.05 |
| HSL | 315.9º | 0.78% | 0.79% | - |
| HSV(B) | 315.9º | 0.34% | 0.95% | - |
| XYZ | 62.58 | 49.42 | 74.65 | - |
| YUV | 191.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 221 | 0 | 0.34 | 0.09 | 0.05 | 315.9 | 0.78 | 0.79 |
| Hex | F3 | A0 | DD | 0 | 22 | 9 | 5 | 13C | 4E | 4F |
| Octal | 363 | 240 | 335 | 0 | 42 | 11 | 5 | 474 | 116 | 117 |
| Binary | 11110011 | 10100000 | 11011101 | 0 | 100010 | 1001 | 101 | 100111100 | 1001110 | 1001111 |
Color Harmonies of #F3A0DD
Complementary color
Monochromatic Colors of #F3A0DD
Black with #F3A0DD
Text Example
Text Example
White with #F3A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0DD; }
p { color: rgb(243,160,221); }
H1.HeaderClassName
{
color: #F3A0DD;
}
.AnyTagClassName
{
color: #F3A0DD;
}
</style>
background-color css
<style>
a { background-color: #F3A0DD; }
a { background-color: rgb(243,160,221); }
div.DivClassName
{
background-color: #F3A0DD;
}
.BgClassName
{
background-color: #F3A0DD;
}
</style>
border-color css
<style>
span { border-color: #F3A0DD; }
span { border-color: rgb(243,160,221); }
td.TdClassName
{
border-color: #F3A0DD;
}
.TagClassName
{
border-color: #F3A0DD;
}
</style>