Shades of Lavender Rose #F3A1EF
Tints of Lavender Rose #F3A1EF
RGB
CMYK
RGB Variations
Color information
#F3A1EF (or 0xF3A1EF) is known color: Lavender Rose. HEX triplet: F3, A1 and EF. RGB value is (243,161,239). Sum of RGB (Red+Green+Blue) = 243+161+239=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 161 (63.28% from 255 or 25.04% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A1EF is #0C5E10. Grayscale: #C2C2C2. Windows color (decimal): -810513 or 15704563. OLE color: 15704563.
HSL color Cylindrical-coordinate representation of color #F3A1EF: hue angle of 302.93º 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 #F3A1EF is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 239 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.05 |
| HSL | 302.93º | 0.77% | 0.79% | - |
| HSV(B) | 302.93º | 0.34% | 0.95% | - |
| XYZ | 65.29 | 50.78 | 88.02 | - |
| YUV | 194.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 239 | 0 | 0.34 | 0.02 | 0.05 | 302.93 | 0.77 | 0.79 |
| Hex | F3 | A1 | EF | 0 | 22 | 2 | 5 | 12F | 4D | 4F |
| Octal | 363 | 241 | 357 | 0 | 42 | 2 | 5 | 457 | 115 | 117 |
| Binary | 11110011 | 10100001 | 11101111 | 0 | 100010 | 10 | 101 | 100101111 | 1001101 | 1001111 |
Color Harmonies of #F3A1EF
Complementary color
Monochromatic Colors of #F3A1EF
Black with #F3A1EF
Text Example
Text Example
White with #F3A1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A1EF; }
p { color: rgb(243,161,239); }
H1.HeaderClassName
{
color: #F3A1EF;
}
.AnyTagClassName
{
color: #F3A1EF;
}
</style>
background-color css
<style>
a { background-color: #F3A1EF; }
a { background-color: rgb(243,161,239); }
div.DivClassName
{
background-color: #F3A1EF;
}
.BgClassName
{
background-color: #F3A1EF;
}
</style>
border-color css
<style>
span { border-color: #F3A1EF; }
span { border-color: rgb(243,161,239); }
td.TdClassName
{
border-color: #F3A1EF;
}
.TagClassName
{
border-color: #F3A1EF;
}
</style>