Shades of Lavender Pink #F1B7D3
Tints of Lavender Pink #F1B7D3
RGB
CMYK
RGB Variations
Color information
#F1B7D3 (or 0xF1B7D3) is known color: Lavender Pink. HEX triplet: F1, B7 and D3. RGB value is (241,183,211). Sum of RGB (Red+Green+Blue) = 241+183+211=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7D3 is #0E482C. Grayscale: #CBCBCB. Windows color (decimal): -935981 or 13875185. OLE color: 13875185.
HSL color Cylindrical-coordinate representation of color #F1B7D3: hue angle of 331.03º 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 #F1B7D3 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 183 | 211 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.05 |
| HSL | 331.03º | 0.67% | 0.83% | - |
| HSV(B) | 331.03º | 0.24% | 0.95% | - |
| XYZ | 64.97 | 57.27 | 69.26 | - |
| YUV | 203.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 183 | 211 | 0 | 0.24 | 0.12 | 0.05 | 331.03 | 0.67 | 0.83 |
| Hex | F1 | B7 | D3 | 0 | 18 | C | 5 | 14B | 43 | 53 |
| Octal | 361 | 267 | 323 | 0 | 30 | 14 | 5 | 513 | 103 | 123 |
| Binary | 11110001 | 10110111 | 11010011 | 0 | 11000 | 1100 | 101 | 101001011 | 1000011 | 1010011 |
Color Harmonies of #F1B7D3
Complementary color
Monochromatic Colors of #F1B7D3
Black with #F1B7D3
Text Example
Text Example
White with #F1B7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B7D3; }
p { color: rgb(241,183,211); }
H1.HeaderClassName
{
color: #F1B7D3;
}
.AnyTagClassName
{
color: #F1B7D3;
}
</style>
background-color css
<style>
a { background-color: #F1B7D3; }
a { background-color: rgb(241,183,211); }
div.DivClassName
{
background-color: #F1B7D3;
}
.BgClassName
{
background-color: #F1B7D3;
}
</style>
border-color css
<style>
span { border-color: #F1B7D3; }
span { border-color: rgb(241,183,211); }
td.TdClassName
{
border-color: #F1B7D3;
}
.TagClassName
{
border-color: #F1B7D3;
}
</style>