Shades of Lavender Pink #F1B7D0
Tints of Lavender Pink #F1B7D0
RGB
CMYK
RGB Variations
Color information
#F1B7D0 (or 0xF1B7D0) is known color: Lavender Pink. HEX triplet: F1, B7 and D0. RGB value is (241,183,208). Sum of RGB (Red+Green+Blue) = 241+183+208=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7D0 is #0E482F. Grayscale: #CBCBCB. Windows color (decimal): -935984 or 13678577. OLE color: 13678577.
HSL color Cylindrical-coordinate representation of color #F1B7D0: hue angle of 334.14º 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 #F1B7D0 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 183 | 208 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.05 |
| HSL | 334.14º | 0.67% | 0.83% | - |
| HSV(B) | 334.14º | 0.24% | 0.95% | - |
| XYZ | 64.59 | 57.12 | 67.3 | - |
| YUV | 203.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 183 | 208 | 0 | 0.24 | 0.14 | 0.05 | 334.14 | 0.67 | 0.83 |
| Hex | F1 | B7 | D0 | 0 | 18 | E | 5 | 14E | 43 | 53 |
| Octal | 361 | 267 | 320 | 0 | 30 | 16 | 5 | 516 | 103 | 123 |
| Binary | 11110001 | 10110111 | 11010000 | 0 | 11000 | 1110 | 101 | 101001110 | 1000011 | 1010011 |
Color Harmonies of #F1B7D0
Complementary color
Monochromatic Colors of #F1B7D0
Black with #F1B7D0
Text Example
Text Example
White with #F1B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B7D0; }
p { color: rgb(241,183,208); }
H1.HeaderClassName
{
color: #F1B7D0;
}
.AnyTagClassName
{
color: #F1B7D0;
}
</style>
background-color css
<style>
a { background-color: #F1B7D0; }
a { background-color: rgb(241,183,208); }
div.DivClassName
{
background-color: #F1B7D0;
}
.BgClassName
{
background-color: #F1B7D0;
}
</style>
border-color css
<style>
span { border-color: #F1B7D0; }
span { border-color: rgb(241,183,208); }
td.TdClassName
{
border-color: #F1B7D0;
}
.TagClassName
{
border-color: #F1B7D0;
}
</style>