Shades of Lavender Pink #F3B7DC
Tints of Lavender Pink #F3B7DC
RGB
CMYK
RGB Variations
Color information
#F3B7DC (or 0xF3B7DC) is known color: Lavender Pink. HEX triplet: F3, B7 and DC. RGB value is (243,183,220). Sum of RGB (Red+Green+Blue) = 243+183+220=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B7DC is #0C4823. Grayscale: #CDCDCD. Windows color (decimal): -804900 or 14465011. OLE color: 14465011.
HSL color Cylindrical-coordinate representation of color #F3B7DC: hue angle of 323º 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 #F3B7DC is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 183 | 220 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.05 |
| HSL | 323º | 0.71% | 0.84% | - |
| HSV(B) | 323º | 0.25% | 0.95% | - |
| XYZ | 66.81 | 58.09 | 75.4 | - |
| YUV | 205.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 183 | 220 | 0 | 0.25 | 0.09 | 0.05 | 323 | 0.71 | 0.84 |
| Hex | F3 | B7 | DC | 0 | 19 | 9 | 5 | 143 | 47 | 54 |
| Octal | 363 | 267 | 334 | 0 | 31 | 11 | 5 | 503 | 107 | 124 |
| Binary | 11110011 | 10110111 | 11011100 | 0 | 11001 | 1001 | 101 | 101000011 | 1000111 | 1010100 |
Color Harmonies of #F3B7DC
Complementary color
Monochromatic Colors of #F3B7DC
Black with #F3B7DC
Text Example
Text Example
White with #F3B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B7DC; }
p { color: rgb(243,183,220); }
H1.HeaderClassName
{
color: #F3B7DC;
}
.AnyTagClassName
{
color: #F3B7DC;
}
</style>
background-color css
<style>
a { background-color: #F3B7DC; }
a { background-color: rgb(243,183,220); }
div.DivClassName
{
background-color: #F3B7DC;
}
.BgClassName
{
background-color: #F3B7DC;
}
</style>
border-color css
<style>
span { border-color: #F3B7DC; }
span { border-color: rgb(243,183,220); }
td.TdClassName
{
border-color: #F3B7DC;
}
.TagClassName
{
border-color: #F3B7DC;
}
</style>