Shades of Lavender Pink #F1A9C9
Tints of Lavender Pink #F1A9C9
RGB
CMYK
RGB Variations
Color information
#F1A9C9 (or 0xF1A9C9) is known color: Lavender Pink. HEX triplet: F1, A9 and C9. RGB value is (241,169,201). Sum of RGB (Red+Green+Blue) = 241+169+201=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9C9 is #0E5636. Grayscale: #C2C2C2. Windows color (decimal): -939575 or 13216241. OLE color: 13216241.
HSL color Cylindrical-coordinate representation of color #F1A9C9: hue angle of 333.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 #F1A9C9 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 169 | 201 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.05 |
| HSL | 333.33º | 0.72% | 0.8% | - |
| HSV(B) | 333.33º | 0.3% | 0.95% | - |
| XYZ | 61.01 | 51.29 | 61.94 | - |
| YUV | 194.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 201 | 0 | 0.30 | 0.17 | 0.05 | 333.33 | 0.72 | 0.8 |
| Hex | F1 | A9 | C9 | 0 | 1E | 11 | 5 | 14D | 48 | 50 |
| Octal | 361 | 251 | 311 | 0 | 36 | 21 | 5 | 515 | 110 | 120 |
| Binary | 11110001 | 10101001 | 11001001 | 0 | 11110 | 10001 | 101 | 101001101 | 1001000 | 1010000 |
Color Harmonies of #F1A9C9
Complementary color
Monochromatic Colors of #F1A9C9
Black with #F1A9C9
Text Example
Text Example
White with #F1A9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A9C9; }
p { color: rgb(241,169,201); }
H1.HeaderClassName
{
color: #F1A9C9;
}
.AnyTagClassName
{
color: #F1A9C9;
}
</style>
background-color css
<style>
a { background-color: #F1A9C9; }
a { background-color: rgb(241,169,201); }
div.DivClassName
{
background-color: #F1A9C9;
}
.BgClassName
{
background-color: #F1A9C9;
}
</style>
border-color css
<style>
span { border-color: #F1A9C9; }
span { border-color: rgb(241,169,201); }
td.TdClassName
{
border-color: #F1A9C9;
}
.TagClassName
{
border-color: #F1A9C9;
}
</style>