Shades of Lavender Pink #F3B7D4
Tints of Lavender Pink #F3B7D4
RGB
CMYK
RGB Variations
Color information
#F3B7D4 (or 0xF3B7D4) is known color: Lavender Pink. HEX triplet: F3, B7 and D4. RGB value is (243,183,212). Sum of RGB (Red+Green+Blue) = 243+183+212=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B7D4 is #0C482B. Grayscale: #CCCCCC. Windows color (decimal): -804908 or 13940723. OLE color: 13940723.
HSL color Cylindrical-coordinate representation of color #F3B7D4: hue angle of 331º 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 #F3B7D4 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 183 | 212 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.05 |
| HSL | 331º | 0.71% | 0.84% | - |
| HSV(B) | 331º | 0.25% | 0.95% | - |
| XYZ | 65.78 | 57.68 | 69.95 | - |
| YUV | 204.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 183 | 212 | 0 | 0.25 | 0.13 | 0.05 | 331 | 0.71 | 0.84 |
| Hex | F3 | B7 | D4 | 0 | 19 | D | 5 | 14B | 47 | 54 |
| Octal | 363 | 267 | 324 | 0 | 31 | 15 | 5 | 513 | 107 | 124 |
| Binary | 11110011 | 10110111 | 11010100 | 0 | 11001 | 1101 | 101 | 101001011 | 1000111 | 1010100 |
Color Harmonies of #F3B7D4
Complementary color
Monochromatic Colors of #F3B7D4
Black with #F3B7D4
Text Example
Text Example
White with #F3B7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B7D4; }
p { color: rgb(243,183,212); }
H1.HeaderClassName
{
color: #F3B7D4;
}
.AnyTagClassName
{
color: #F3B7D4;
}
</style>
background-color css
<style>
a { background-color: #F3B7D4; }
a { background-color: rgb(243,183,212); }
div.DivClassName
{
background-color: #F3B7D4;
}
.BgClassName
{
background-color: #F3B7D4;
}
</style>
border-color css
<style>
span { border-color: #F3B7D4; }
span { border-color: rgb(243,183,212); }
td.TdClassName
{
border-color: #F3B7D4;
}
.TagClassName
{
border-color: #F3B7D4;
}
</style>