Shades of Lavender Rose #F1A3ED
Tints of Lavender Rose #F1A3ED
RGB
CMYK
RGB Variations
Color information
#F1A3ED (or 0xF1A3ED) is known color: Lavender Rose. HEX triplet: F1, A3 and ED. RGB value is (241,163,237). Sum of RGB (Red+Green+Blue) = 241+163+237=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A3ED is #0E5C12. Grayscale: #C2C2C2. Windows color (decimal): -941075 or 15574001. OLE color: 15574001.
HSL color Cylindrical-coordinate representation of color #F1A3ED: hue angle of 303.08º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A3ED is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 237 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.05 |
| HSL | 303.08º | 0.74% | 0.79% | - |
| HSV(B) | 303.08º | 0.32% | 0.95% | - |
| XYZ | 64.66 | 51.01 | 86.56 | - |
| YUV | 194.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 237 | 0 | 0.32 | 0.02 | 0.05 | 303.08 | 0.74 | 0.79 |
| Hex | F1 | A3 | ED | 0 | 20 | 2 | 5 | 12F | 4A | 4F |
| Octal | 361 | 243 | 355 | 0 | 40 | 2 | 5 | 457 | 112 | 117 |
| Binary | 11110001 | 10100011 | 11101101 | 0 | 100000 | 10 | 101 | 100101111 | 1001010 | 1001111 |
Color Harmonies of #F1A3ED
Complementary color
Monochromatic Colors of #F1A3ED
Black with #F1A3ED
Text Example
Text Example
White with #F1A3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3ED; }
p { color: rgb(241,163,237); }
H1.HeaderClassName
{
color: #F1A3ED;
}
.AnyTagClassName
{
color: #F1A3ED;
}
</style>
background-color css
<style>
a { background-color: #F1A3ED; }
a { background-color: rgb(241,163,237); }
div.DivClassName
{
background-color: #F1A3ED;
}
.BgClassName
{
background-color: #F1A3ED;
}
</style>
border-color css
<style>
span { border-color: #F1A3ED; }
span { border-color: rgb(241,163,237); }
td.TdClassName
{
border-color: #F1A3ED;
}
.TagClassName
{
border-color: #F1A3ED;
}
</style>