Shades of Lavender Pink #F3B1D1
Tints of Lavender Pink #F3B1D1
RGB
CMYK
RGB Variations
Color information
#F3B1D1 (or 0xF3B1D1) is known color: Lavender Pink. HEX triplet: F3, B1 and D1. RGB value is (243,177,209). Sum of RGB (Red+Green+Blue) = 243+177+209=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B1D1 is #0C4E2E. Grayscale: #C8C8C8. Windows color (decimal): -806447 or 13742579. OLE color: 13742579.
HSL color Cylindrical-coordinate representation of color #F3B1D1: hue angle of 330.91º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B1D1 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 177 | 209 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.05 |
| HSL | 330.91º | 0.73% | 0.82% | - |
| HSV(B) | 330.91º | 0.27% | 0.95% | - |
| XYZ | 64.19 | 55.1 | 67.57 | - |
| YUV | 200.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 177 | 209 | 0 | 0.27 | 0.14 | 0.05 | 330.91 | 0.73 | 0.82 |
| Hex | F3 | B1 | D1 | 0 | 1B | E | 5 | 14B | 49 | 52 |
| Octal | 363 | 261 | 321 | 0 | 33 | 16 | 5 | 513 | 111 | 122 |
| Binary | 11110011 | 10110001 | 11010001 | 0 | 11011 | 1110 | 101 | 101001011 | 1001001 | 1010010 |
Color Harmonies of #F3B1D1
Complementary color
Monochromatic Colors of #F3B1D1
Black with #F3B1D1
Text Example
Text Example
White with #F3B1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B1D1; }
p { color: rgb(243,177,209); }
H1.HeaderClassName
{
color: #F3B1D1;
}
.AnyTagClassName
{
color: #F3B1D1;
}
</style>
background-color css
<style>
a { background-color: #F3B1D1; }
a { background-color: rgb(243,177,209); }
div.DivClassName
{
background-color: #F3B1D1;
}
.BgClassName
{
background-color: #F3B1D1;
}
</style>
border-color css
<style>
span { border-color: #F3B1D1; }
span { border-color: rgb(243,177,209); }
td.TdClassName
{
border-color: #F3B1D1;
}
.TagClassName
{
border-color: #F3B1D1;
}
</style>