Shades of Lavender Pink #F1A7CE
Tints of Lavender Pink #F1A7CE
RGB
CMYK
RGB Variations
Color information
#F1A7CE (or 0xF1A7CE) is known color: Lavender Pink. HEX triplet: F1, A7 and CE. RGB value is (241,167,206). Sum of RGB (Red+Green+Blue) = 241+167+206=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A7CE is #0E5831. Grayscale: #C1C1C1. Windows color (decimal): -940082 or 13543409. OLE color: 13543409.
HSL color Cylindrical-coordinate representation of color #F1A7CE: hue angle of 328.38º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A7CE is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 167 | 206 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.05 |
| HSL | 328.38º | 0.73% | 0.8% | - |
| HSV(B) | 328.38º | 0.31% | 0.95% | - |
| XYZ | 61.23 | 50.79 | 64.97 | - |
| YUV | 193.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 167 | 206 | 0 | 0.31 | 0.15 | 0.05 | 328.38 | 0.73 | 0.8 |
| Hex | F1 | A7 | CE | 0 | 1F | F | 5 | 148 | 49 | 50 |
| Octal | 361 | 247 | 316 | 0 | 37 | 17 | 5 | 510 | 111 | 120 |
| Binary | 11110001 | 10100111 | 11001110 | 0 | 11111 | 1111 | 101 | 101001000 | 1001001 | 1010000 |
Color Harmonies of #F1A7CE
Complementary color
Monochromatic Colors of #F1A7CE
Black with #F1A7CE
Text Example
Text Example
White with #F1A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A7CE; }
p { color: rgb(241,167,206); }
H1.HeaderClassName
{
color: #F1A7CE;
}
.AnyTagClassName
{
color: #F1A7CE;
}
</style>
background-color css
<style>
a { background-color: #F1A7CE; }
a { background-color: rgb(241,167,206); }
div.DivClassName
{
background-color: #F1A7CE;
}
.BgClassName
{
background-color: #F1A7CE;
}
</style>
border-color css
<style>
span { border-color: #F1A7CE; }
span { border-color: rgb(241,167,206); }
td.TdClassName
{
border-color: #F1A7CE;
}
.TagClassName
{
border-color: #F1A7CE;
}
</style>