Shades of Lavender Pink #F1A3CF
Tints of Lavender Pink #F1A3CF
RGB
CMYK
RGB Variations
Color information
#F1A3CF (or 0xF1A3CF) is known color: Lavender Pink. HEX triplet: F1, A3 and CF. RGB value is (241,163,207). Sum of RGB (Red+Green+Blue) = 241+163+207=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3CF is #0E5C30. Grayscale: #BFBFBF. Windows color (decimal): -941105 or 13607921. OLE color: 13607921.
HSL color Cylindrical-coordinate representation of color #F1A3CF: hue angle of 326.15º 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 #F1A3CF is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 207 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.05 |
| HSL | 326.15º | 0.74% | 0.79% | - |
| HSV(B) | 326.15º | 0.32% | 0.95% | - |
| XYZ | 60.64 | 49.4 | 65.37 | - |
| YUV | 191.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 207 | 0 | 0.32 | 0.14 | 0.05 | 326.15 | 0.74 | 0.79 |
| Hex | F1 | A3 | CF | 0 | 20 | E | 5 | 146 | 4A | 4F |
| Octal | 361 | 243 | 317 | 0 | 40 | 16 | 5 | 506 | 112 | 117 |
| Binary | 11110001 | 10100011 | 11001111 | 0 | 100000 | 1110 | 101 | 101000110 | 1001010 | 1001111 |
Color Harmonies of #F1A3CF
Complementary color
Monochromatic Colors of #F1A3CF
Black with #F1A3CF
Text Example
Text Example
White with #F1A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3CF; }
p { color: rgb(241,163,207); }
H1.HeaderClassName
{
color: #F1A3CF;
}
.AnyTagClassName
{
color: #F1A3CF;
}
</style>
background-color css
<style>
a { background-color: #F1A3CF; }
a { background-color: rgb(241,163,207); }
div.DivClassName
{
background-color: #F1A3CF;
}
.BgClassName
{
background-color: #F1A3CF;
}
</style>
border-color css
<style>
span { border-color: #F1A3CF; }
span { border-color: rgb(241,163,207); }
td.TdClassName
{
border-color: #F1A3CF;
}
.TagClassName
{
border-color: #F1A3CF;
}
</style>