Shades of Lavender Pink #F1A3CE
Tints of Lavender Pink #F1A3CE
RGB
CMYK
RGB Variations
Color information
#F1A3CE (or 0xF1A3CE) is known color: Lavender Pink. HEX triplet: F1, A3 and CE. RGB value is (241,163,206). Sum of RGB (Red+Green+Blue) = 241+163+206=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 163 (64.06% from 255 or 26.72% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3CE is #0E5C31. Grayscale: #BFBFBF. Windows color (decimal): -941106 or 13542385. OLE color: 13542385.
HSL color Cylindrical-coordinate representation of color #F1A3CE: hue angle of 326.92º 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 #F1A3CE is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 206 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.05 |
| HSL | 326.92º | 0.74% | 0.79% | - |
| HSV(B) | 326.92º | 0.32% | 0.95% | - |
| XYZ | 60.51 | 49.35 | 64.73 | - |
| YUV | 191.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 206 | 0 | 0.32 | 0.15 | 0.05 | 326.92 | 0.74 | 0.79 |
| Hex | F1 | A3 | CE | 0 | 20 | F | 5 | 147 | 4A | 4F |
| Octal | 361 | 243 | 316 | 0 | 40 | 17 | 5 | 507 | 112 | 117 |
| Binary | 11110001 | 10100011 | 11001110 | 0 | 100000 | 1111 | 101 | 101000111 | 1001010 | 1001111 |
Color Harmonies of #F1A3CE
Complementary color
Monochromatic Colors of #F1A3CE
Black with #F1A3CE
Text Example
Text Example
White with #F1A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3CE; }
p { color: rgb(241,163,206); }
H1.HeaderClassName
{
color: #F1A3CE;
}
.AnyTagClassName
{
color: #F1A3CE;
}
</style>
background-color css
<style>
a { background-color: #F1A3CE; }
a { background-color: rgb(241,163,206); }
div.DivClassName
{
background-color: #F1A3CE;
}
.BgClassName
{
background-color: #F1A3CE;
}
</style>
border-color css
<style>
span { border-color: #F1A3CE; }
span { border-color: rgb(241,163,206); }
td.TdClassName
{
border-color: #F1A3CE;
}
.TagClassName
{
border-color: #F1A3CE;
}
</style>