Shades of Lavender Pink #F3B7D5
Tints of Lavender Pink #F3B7D5
RGB
CMYK
RGB Variations
Color information
#F3B7D5 (or 0xF3B7D5) is known color: Lavender Pink. HEX triplet: F3, B7 and D5. RGB value is (243,183,213). Sum of RGB (Red+Green+Blue) = 243+183+213=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B7D5 is #0C482A. Grayscale: #CCCCCC. Windows color (decimal): -804907 or 14006259. OLE color: 14006259.
HSL color Cylindrical-coordinate representation of color #F3B7D5: hue angle of 330º 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 #F3B7D5 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 183 | 213 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.05 |
| HSL | 330º | 0.71% | 0.84% | - |
| HSV(B) | 330º | 0.25% | 0.95% | - |
| XYZ | 65.91 | 57.73 | 70.62 | - |
| YUV | 204.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 183 | 213 | 0 | 0.25 | 0.12 | 0.05 | 330 | 0.71 | 0.84 |
| Hex | F3 | B7 | D5 | 0 | 19 | C | 5 | 14A | 47 | 54 |
| Octal | 363 | 267 | 325 | 0 | 31 | 14 | 5 | 512 | 107 | 124 |
| Binary | 11110011 | 10110111 | 11010101 | 0 | 11001 | 1100 | 101 | 101001010 | 1000111 | 1010100 |
Color Harmonies of #F3B7D5
Complementary color
Monochromatic Colors of #F3B7D5
Black with #F3B7D5
Text Example
Text Example
White with #F3B7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B7D5; }
p { color: rgb(243,183,213); }
H1.HeaderClassName
{
color: #F3B7D5;
}
.AnyTagClassName
{
color: #F3B7D5;
}
</style>
background-color css
<style>
a { background-color: #F3B7D5; }
a { background-color: rgb(243,183,213); }
div.DivClassName
{
background-color: #F3B7D5;
}
.BgClassName
{
background-color: #F3B7D5;
}
</style>
border-color css
<style>
span { border-color: #F3B7D5; }
span { border-color: rgb(243,183,213); }
td.TdClassName
{
border-color: #F3B7D5;
}
.TagClassName
{
border-color: #F3B7D5;
}
</style>