Shades of Lavender Rose #F3A3DA
Tints of Lavender Rose #F3A3DA
RGB
CMYK
RGB Variations
Color information
#F3A3DA (or 0xF3A3DA) is known color: Lavender Rose. HEX triplet: F3, A3 and DA. RGB value is (243,163,218). Sum of RGB (Red+Green+Blue) = 243+163+218=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A3DA is #0C5C25. Grayscale: #C1C1C1. Windows color (decimal): -810022 or 14328819. OLE color: 14328819.
HSL color Cylindrical-coordinate representation of color #F3A3DA: hue angle of 318.75º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A3DA is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 218 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.05 |
| HSL | 318.75º | 0.77% | 0.8% | - |
| HSV(B) | 318.75º | 0.33% | 0.95% | - |
| XYZ | 62.71 | 50.31 | 72.74 | - |
| YUV | 193.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 218 | 0 | 0.33 | 0.10 | 0.05 | 318.75 | 0.77 | 0.8 |
| Hex | F3 | A3 | DA | 0 | 21 | A | 5 | 13F | 4D | 50 |
| Octal | 363 | 243 | 332 | 0 | 41 | 12 | 5 | 477 | 115 | 120 |
| Binary | 11110011 | 10100011 | 11011010 | 0 | 100001 | 1010 | 101 | 100111111 | 1001101 | 1010000 |
Color Harmonies of #F3A3DA
Complementary color
Monochromatic Colors of #F3A3DA
Black with #F3A3DA
Text Example
Text Example
White with #F3A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A3DA; }
p { color: rgb(243,163,218); }
H1.HeaderClassName
{
color: #F3A3DA;
}
.AnyTagClassName
{
color: #F3A3DA;
}
</style>
background-color css
<style>
a { background-color: #F3A3DA; }
a { background-color: rgb(243,163,218); }
div.DivClassName
{
background-color: #F3A3DA;
}
.BgClassName
{
background-color: #F3A3DA;
}
</style>
border-color css
<style>
span { border-color: #F3A3DA; }
span { border-color: rgb(243,163,218); }
td.TdClassName
{
border-color: #F3A3DA;
}
.TagClassName
{
border-color: #F3A3DA;
}
</style>