Shades of Lavender Rose #F3A1EE
Tints of Lavender Rose #F3A1EE
RGB
CMYK
RGB Variations
Color information
#F3A1EE (or 0xF3A1EE) is known color: Lavender Rose. HEX triplet: F3, A1 and EE. RGB value is (243,161,238). Sum of RGB (Red+Green+Blue) = 243+161+238=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 161 (63.28% from 255 or 25.08% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A1EE is #0C5E11. Grayscale: #C2C2C2. Windows color (decimal): -810514 or 15639027. OLE color: 15639027.
HSL color Cylindrical-coordinate representation of color #F3A1EE: hue angle of 303.66º 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 #F3A1EE is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 238 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.05 |
| HSL | 303.66º | 0.77% | 0.79% | - |
| HSV(B) | 303.66º | 0.34% | 0.95% | - |
| XYZ | 65.14 | 50.72 | 87.25 | - |
| YUV | 194.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 238 | 0 | 0.34 | 0.02 | 0.05 | 303.66 | 0.77 | 0.79 |
| Hex | F3 | A1 | EE | 0 | 22 | 2 | 5 | 130 | 4D | 4F |
| Octal | 363 | 241 | 356 | 0 | 42 | 2 | 5 | 460 | 115 | 117 |
| Binary | 11110011 | 10100001 | 11101110 | 0 | 100010 | 10 | 101 | 100110000 | 1001101 | 1001111 |
Color Harmonies of #F3A1EE
Complementary color
Monochromatic Colors of #F3A1EE
Black with #F3A1EE
Text Example
Text Example
White with #F3A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A1EE; }
p { color: rgb(243,161,238); }
H1.HeaderClassName
{
color: #F3A1EE;
}
.AnyTagClassName
{
color: #F3A1EE;
}
</style>
background-color css
<style>
a { background-color: #F3A1EE; }
a { background-color: rgb(243,161,238); }
div.DivClassName
{
background-color: #F3A1EE;
}
.BgClassName
{
background-color: #F3A1EE;
}
</style>
border-color css
<style>
span { border-color: #F3A1EE; }
span { border-color: rgb(243,161,238); }
td.TdClassName
{
border-color: #F3A1EE;
}
.TagClassName
{
border-color: #F3A1EE;
}
</style>