Shades of Lavender Rose #F3A1D5
Tints of Lavender Rose #F3A1D5
RGB
CMYK
RGB Variations
Color information
#F3A1D5 (or 0xF3A1D5) is known color: Lavender Rose. HEX triplet: F3, A1 and D5. RGB value is (243,161,213). Sum of RGB (Red+Green+Blue) = 243+161+213=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A1D5 is #0C5E2A. Grayscale: #BFBFBF. Windows color (decimal): -810539 or 14000627. OLE color: 14000627.
HSL color Cylindrical-coordinate representation of color #F3A1D5: hue angle of 321.95º degrees, saturation: 0.77, 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 #F3A1D5 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 213 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.05 |
| HSL | 321.95º | 0.77% | 0.79% | - |
| HSV(B) | 321.95º | 0.34% | 0.95% | - |
| XYZ | 61.72 | 49.35 | 69.22 | - |
| YUV | 191.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 213 | 0 | 0.34 | 0.12 | 0.05 | 321.95 | 0.77 | 0.79 |
| Hex | F3 | A1 | D5 | 0 | 22 | C | 5 | 142 | 4D | 4F |
| Octal | 363 | 241 | 325 | 0 | 42 | 14 | 5 | 502 | 115 | 117 |
| Binary | 11110011 | 10100001 | 11010101 | 0 | 100010 | 1100 | 101 | 101000010 | 1001101 | 1001111 |
Color Harmonies of #F3A1D5
Complementary color
Monochromatic Colors of #F3A1D5
Black with #F3A1D5
Text Example
Text Example
White with #F3A1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A1D5; }
p { color: rgb(243,161,213); }
H1.HeaderClassName
{
color: #F3A1D5;
}
.AnyTagClassName
{
color: #F3A1D5;
}
</style>
background-color css
<style>
a { background-color: #F3A1D5; }
a { background-color: rgb(243,161,213); }
div.DivClassName
{
background-color: #F3A1D5;
}
.BgClassName
{
background-color: #F3A1D5;
}
</style>
border-color css
<style>
span { border-color: #F3A1D5; }
span { border-color: rgb(243,161,213); }
td.TdClassName
{
border-color: #F3A1D5;
}
.TagClassName
{
border-color: #F3A1D5;
}
</style>