Shades of Lavender Rose #F3A2D9
Tints of Lavender Rose #F3A2D9
RGB
CMYK
RGB Variations
Color information
#F3A2D9 (or 0xF3A2D9) is known color: Lavender Rose. HEX triplet: F3, A2 and D9. RGB value is (243,162,217). Sum of RGB (Red+Green+Blue) = 243+162+217=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A2D9 is #0C5D26. Grayscale: #C0C0C0. Windows color (decimal): -810279 or 14263027. OLE color: 14263027.
HSL color Cylindrical-coordinate representation of color #F3A2D9: hue angle of 319.26º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A2D9 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 217 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.05 |
| HSL | 319.26º | 0.77% | 0.79% | - |
| HSV(B) | 319.26º | 0.33% | 0.95% | - |
| XYZ | 62.41 | 49.91 | 71.99 | - |
| YUV | 192.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 217 | 0 | 0.33 | 0.11 | 0.05 | 319.26 | 0.77 | 0.79 |
| Hex | F3 | A2 | D9 | 0 | 21 | B | 5 | 13F | 4D | 4F |
| Octal | 363 | 242 | 331 | 0 | 41 | 13 | 5 | 477 | 115 | 117 |
| Binary | 11110011 | 10100010 | 11011001 | 0 | 100001 | 1011 | 101 | 100111111 | 1001101 | 1001111 |
Color Harmonies of #F3A2D9
Complementary color
Monochromatic Colors of #F3A2D9
Black with #F3A2D9
Text Example
Text Example
White with #F3A2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A2D9; }
p { color: rgb(243,162,217); }
H1.HeaderClassName
{
color: #F3A2D9;
}
.AnyTagClassName
{
color: #F3A2D9;
}
</style>
background-color css
<style>
a { background-color: #F3A2D9; }
a { background-color: rgb(243,162,217); }
div.DivClassName
{
background-color: #F3A2D9;
}
.BgClassName
{
background-color: #F3A2D9;
}
</style>
border-color css
<style>
span { border-color: #F3A2D9; }
span { border-color: rgb(243,162,217); }
td.TdClassName
{
border-color: #F3A2D9;
}
.TagClassName
{
border-color: #F3A2D9;
}
</style>