Shades of Lavender Rose #F3A3D8
Tints of Lavender Rose #F3A3D8
RGB
CMYK
RGB Variations
Color information
#F3A3D8 (or 0xF3A3D8) is known color: Lavender Rose. HEX triplet: F3, A3 and D8. RGB value is (243,163,216). Sum of RGB (Red+Green+Blue) = 243+163+216=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A3D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A3D8 is #0C5C27. Grayscale: #C0C0C0. Windows color (decimal): -810024 or 14197747. OLE color: 14197747.
HSL color Cylindrical-coordinate representation of color #F3A3D8: hue angle of 320.25º 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 #F3A3D8 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 216 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.05 |
| HSL | 320.25º | 0.77% | 0.8% | - |
| HSV(B) | 320.25º | 0.33% | 0.95% | - |
| XYZ | 62.45 | 50.21 | 71.36 | - |
| YUV | 192.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 216 | 0 | 0.33 | 0.11 | 0.05 | 320.25 | 0.77 | 0.8 |
| Hex | F3 | A3 | D8 | 0 | 21 | B | 5 | 140 | 4D | 50 |
| Octal | 363 | 243 | 330 | 0 | 41 | 13 | 5 | 500 | 115 | 120 |
| Binary | 11110011 | 10100011 | 11011000 | 0 | 100001 | 1011 | 101 | 101000000 | 1001101 | 1010000 |
Color Harmonies of #F3A3D8
Complementary color
Monochromatic Colors of #F3A3D8
Black with #F3A3D8
Text Example
Text Example
White with #F3A3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A3D8; }
p { color: rgb(243,163,216); }
H1.HeaderClassName
{
color: #F3A3D8;
}
.AnyTagClassName
{
color: #F3A3D8;
}
</style>
background-color css
<style>
a { background-color: #F3A3D8; }
a { background-color: rgb(243,163,216); }
div.DivClassName
{
background-color: #F3A3D8;
}
.BgClassName
{
background-color: #F3A3D8;
}
</style>
border-color css
<style>
span { border-color: #F3A3D8; }
span { border-color: rgb(243,163,216); }
td.TdClassName
{
border-color: #F3A3D8;
}
.TagClassName
{
border-color: #F3A3D8;
}
</style>