Shades of Lavender Pink #F1A8C9
Tints of Lavender Pink #F1A8C9
RGB
CMYK
RGB Variations
Color information
#F1A8C9 (or 0xF1A8C9) is known color: Lavender Pink. HEX triplet: F1, A8 and C9. RGB value is (241,168,201). Sum of RGB (Red+Green+Blue) = 241+168+201=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A8C9 is #0E5736. Grayscale: #C1C1C1. Windows color (decimal): -939831 or 13215985. OLE color: 13215985.
HSL color Cylindrical-coordinate representation of color #F1A8C9: hue angle of 332.88º 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 #F1A8C9 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 168 | 201 | - |
CMYK | 0 | 0.30 | 0.17 | 0.05 |
HSL | 332.88º | 0.72% | 0.8% | - |
HSV(B) | 332.88º | 0.3% | 0.95% | - |
XYZ | 60.82 | 50.92 | 61.88 | - |
YUV | 193.59 | 132.18 | 161.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 168 | 201 | 0 | 0.30 | 0.17 | 0.05 | 332.88 | 0.72 | 0.8 |
Hex | F1 | A8 | C9 | 0 | 1E | 11 | 5 | 14D | 48 | 50 |
Octal | 361 | 250 | 311 | 0 | 36 | 21 | 5 | 515 | 110 | 120 |
Binary | 11110001 | 10101000 | 11001001 | 0 | 11110 | 10001 | 101 | 101001101 | 1001000 | 1010000 |
Color Harmonies of #F1A8C9
Complementary color
Monochromatic Colors of #F1A8C9
Black with #F1A8C9
Text Example
Text Example
White with #F1A8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8C9; }
p { color: rgb(241,168,201); }
H1.HeaderClassName
{
color: #F1A8C9;
}
.AnyTagClassName
{
color: #F1A8C9;
}
</style>
background-color css
<style>
a { background-color: #F1A8C9; }
a { background-color: rgb(241,168,201); }
div.DivClassName
{
background-color: #F1A8C9;
}
.BgClassName
{
background-color: #F1A8C9;
}
</style>
border-color css
<style>
span { border-color: #F1A8C9; }
span { border-color: rgb(241,168,201); }
td.TdClassName
{
border-color: #F1A8C9;
}
.TagClassName
{
border-color: #F1A8C9;
}
</style>