Shades of Lavender Pink #F1A9CF
Tints of Lavender Pink #F1A9CF
RGB
CMYK
RGB Variations
Color information
#F1A9CF (or 0xF1A9CF) is known color: Lavender Pink. HEX triplet: F1, A9 and CF. RGB value is (241,169,207). Sum of RGB (Red+Green+Blue) = 241+169+207=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9CF is #0E5630. Grayscale: #C2C2C2. Windows color (decimal): -939569 or 13609457. OLE color: 13609457.
HSL color Cylindrical-coordinate representation of color #F1A9CF: hue angle of 328.33º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A9CF is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 169 | 207 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.05 |
| HSL | 328.33º | 0.72% | 0.8% | - |
| HSV(B) | 328.33º | 0.3% | 0.95% | - |
| XYZ | 61.73 | 51.58 | 65.73 | - |
| YUV | 194.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 207 | 0 | 0.30 | 0.14 | 0.05 | 328.33 | 0.72 | 0.8 |
| Hex | F1 | A9 | CF | 0 | 1E | E | 5 | 148 | 48 | 50 |
| Octal | 361 | 251 | 317 | 0 | 36 | 16 | 5 | 510 | 110 | 120 |
| Binary | 11110001 | 10101001 | 11001111 | 0 | 11110 | 1110 | 101 | 101001000 | 1001000 | 1010000 |
Color Harmonies of #F1A9CF
Complementary color
Monochromatic Colors of #F1A9CF
Black with #F1A9CF
Text Example
Text Example
White with #F1A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A9CF; }
p { color: rgb(241,169,207); }
H1.HeaderClassName
{
color: #F1A9CF;
}
.AnyTagClassName
{
color: #F1A9CF;
}
</style>
background-color css
<style>
a { background-color: #F1A9CF; }
a { background-color: rgb(241,169,207); }
div.DivClassName
{
background-color: #F1A9CF;
}
.BgClassName
{
background-color: #F1A9CF;
}
</style>
border-color css
<style>
span { border-color: #F1A9CF; }
span { border-color: rgb(241,169,207); }
td.TdClassName
{
border-color: #F1A9CF;
}
.TagClassName
{
border-color: #F1A9CF;
}
</style>