Shades of Lavender Rose #F3A3D5
Tints of Lavender Rose #F3A3D5
RGB
CMYK
RGB Variations
Color information
#F3A3D5 (or 0xF3A3D5) is known color: Lavender Rose. HEX triplet: F3, A3 and D5. RGB value is (243,163,213). Sum of RGB (Red+Green+Blue) = 243+163+213=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A3D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A3D5 is #0C5C2A. Grayscale: #C0C0C0. Windows color (decimal): -810027 or 14001139. OLE color: 14001139.
HSL color Cylindrical-coordinate representation of color #F3A3D5: hue angle of 322.5º 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 #F3A3D5 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 213 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.05 |
| HSL | 322.5º | 0.77% | 0.8% | - |
| HSV(B) | 322.5º | 0.33% | 0.95% | - |
| XYZ | 62.07 | 50.05 | 69.34 | - |
| YUV | 192.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 213 | 0 | 0.33 | 0.12 | 0.05 | 322.5 | 0.77 | 0.8 |
| Hex | F3 | A3 | D5 | 0 | 21 | C | 5 | 142 | 4D | 50 |
| Octal | 363 | 243 | 325 | 0 | 41 | 14 | 5 | 502 | 115 | 120 |
| Binary | 11110011 | 10100011 | 11010101 | 0 | 100001 | 1100 | 101 | 101000010 | 1001101 | 1010000 |
Color Harmonies of #F3A3D5
Complementary color
Monochromatic Colors of #F3A3D5
Black with #F3A3D5
Text Example
Text Example
White with #F3A3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A3D5; }
p { color: rgb(243,163,213); }
H1.HeaderClassName
{
color: #F3A3D5;
}
.AnyTagClassName
{
color: #F3A3D5;
}
</style>
background-color css
<style>
a { background-color: #F3A3D5; }
a { background-color: rgb(243,163,213); }
div.DivClassName
{
background-color: #F3A3D5;
}
.BgClassName
{
background-color: #F3A3D5;
}
</style>
border-color css
<style>
span { border-color: #F3A3D5; }
span { border-color: rgb(243,163,213); }
td.TdClassName
{
border-color: #F3A3D5;
}
.TagClassName
{
border-color: #F3A3D5;
}
</style>