Shades of Lavender Pink #F3B7D1
Tints of Lavender Pink #F3B7D1
RGB
CMYK
RGB Variations
Color information
#F3B7D1 (or 0xF3B7D1) is known color: Lavender Pink. HEX triplet: F3, B7 and D1. RGB value is (243,183,209). Sum of RGB (Red+Green+Blue) = 243+183+209=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B7D1 is #0C482E. Grayscale: #CBCBCB. Windows color (decimal): -804911 or 13744115. OLE color: 13744115.
HSL color Cylindrical-coordinate representation of color #F3B7D1: hue angle of 334º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3B7D1 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 183 | 209 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.05 |
| HSL | 334º | 0.71% | 0.84% | - |
| HSV(B) | 334º | 0.25% | 0.95% | - |
| XYZ | 65.4 | 57.53 | 67.98 | - |
| YUV | 203.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 183 | 209 | 0 | 0.25 | 0.14 | 0.05 | 334 | 0.71 | 0.84 |
| Hex | F3 | B7 | D1 | 0 | 19 | E | 5 | 14E | 47 | 54 |
| Octal | 363 | 267 | 321 | 0 | 31 | 16 | 5 | 516 | 107 | 124 |
| Binary | 11110011 | 10110111 | 11010001 | 0 | 11001 | 1110 | 101 | 101001110 | 1000111 | 1010100 |
Color Harmonies of #F3B7D1
Complementary color
Monochromatic Colors of #F3B7D1
Black with #F3B7D1
Text Example
Text Example
White with #F3B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B7D1; }
p { color: rgb(243,183,209); }
H1.HeaderClassName
{
color: #F3B7D1;
}
.AnyTagClassName
{
color: #F3B7D1;
}
</style>
background-color css
<style>
a { background-color: #F3B7D1; }
a { background-color: rgb(243,183,209); }
div.DivClassName
{
background-color: #F3B7D1;
}
.BgClassName
{
background-color: #F3B7D1;
}
</style>
border-color css
<style>
span { border-color: #F3B7D1; }
span { border-color: rgb(243,183,209); }
td.TdClassName
{
border-color: #F3B7D1;
}
.TagClassName
{
border-color: #F3B7D1;
}
</style>