Shades of Lavender Pink #F1B7D1
Tints of Lavender Pink #F1B7D1
RGB
CMYK
RGB Variations
Color information
#F1B7D1 (or 0xF1B7D1) is known color: Lavender Pink. HEX triplet: F1, B7 and D1. RGB value is (241,183,209). Sum of RGB (Red+Green+Blue) = 241+183+209=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7D1 is #0E482E. Grayscale: #CBCBCB. Windows color (decimal): -935983 or 13744113. OLE color: 13744113.
HSL color Cylindrical-coordinate representation of color #F1B7D1: hue angle of 333.1º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B7D1 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 183 | 209 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.05 |
| HSL | 333.1º | 0.67% | 0.83% | - |
| HSV(B) | 333.1º | 0.24% | 0.95% | - |
| XYZ | 64.72 | 57.17 | 67.95 | - |
| YUV | 203.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 183 | 209 | 0 | 0.24 | 0.13 | 0.05 | 333.1 | 0.67 | 0.83 |
| Hex | F1 | B7 | D1 | 0 | 18 | D | 5 | 14D | 43 | 53 |
| Octal | 361 | 267 | 321 | 0 | 30 | 15 | 5 | 515 | 103 | 123 |
| Binary | 11110001 | 10110111 | 11010001 | 0 | 11000 | 1101 | 101 | 101001101 | 1000011 | 1010011 |
Color Harmonies of #F1B7D1
Complementary color
Monochromatic Colors of #F1B7D1
Black with #F1B7D1
Text Example
Text Example
White with #F1B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B7D1; }
p { color: rgb(241,183,209); }
H1.HeaderClassName
{
color: #F1B7D1;
}
.AnyTagClassName
{
color: #F1B7D1;
}
</style>
background-color css
<style>
a { background-color: #F1B7D1; }
a { background-color: rgb(241,183,209); }
div.DivClassName
{
background-color: #F1B7D1;
}
.BgClassName
{
background-color: #F1B7D1;
}
</style>
border-color css
<style>
span { border-color: #F1B7D1; }
span { border-color: rgb(241,183,209); }
td.TdClassName
{
border-color: #F1B7D1;
}
.TagClassName
{
border-color: #F1B7D1;
}
</style>