Shades of Lavender Pink #F3B1DB
Tints of Lavender Pink #F3B1DB
RGB
CMYK
RGB Variations
Color information
#F3B1DB (or 0xF3B1DB) is known color: Lavender Pink. HEX triplet: F3, B1 and DB. RGB value is (243,177,219). Sum of RGB (Red+Green+Blue) = 243+177+219=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B1DB is #0C4E24. Grayscale: #C9C9C9. Windows color (decimal): -806437 or 14397939. OLE color: 14397939.
HSL color Cylindrical-coordinate representation of color #F3B1DB: hue angle of 321.82º 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 #F3B1DB is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 177 | 219 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.05 |
| HSL | 321.82º | 0.73% | 0.82% | - |
| HSV(B) | 321.82º | 0.27% | 0.95% | - |
| XYZ | 65.47 | 55.61 | 74.3 | - |
| YUV | 201.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 177 | 219 | 0 | 0.27 | 0.10 | 0.05 | 321.82 | 0.73 | 0.82 |
| Hex | F3 | B1 | DB | 0 | 1B | A | 5 | 142 | 49 | 52 |
| Octal | 363 | 261 | 333 | 0 | 33 | 12 | 5 | 502 | 111 | 122 |
| Binary | 11110011 | 10110001 | 11011011 | 0 | 11011 | 1010 | 101 | 101000010 | 1001001 | 1010010 |
Color Harmonies of #F3B1DB
Complementary color
Monochromatic Colors of #F3B1DB
Black with #F3B1DB
Text Example
Text Example
White with #F3B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B1DB; }
p { color: rgb(243,177,219); }
H1.HeaderClassName
{
color: #F3B1DB;
}
.AnyTagClassName
{
color: #F3B1DB;
}
</style>
background-color css
<style>
a { background-color: #F3B1DB; }
a { background-color: rgb(243,177,219); }
div.DivClassName
{
background-color: #F3B1DB;
}
.BgClassName
{
background-color: #F3B1DB;
}
</style>
border-color css
<style>
span { border-color: #F3B1DB; }
span { border-color: rgb(243,177,219); }
td.TdClassName
{
border-color: #F3B1DB;
}
.TagClassName
{
border-color: #F3B1DB;
}
</style>