Shades of Lavender Pink #F3B5D1
Tints of Lavender Pink #F3B5D1
RGB
CMYK
RGB Variations
Color information
#F3B5D1 (or 0xF3B5D1) is known color: Lavender Pink. HEX triplet: F3, B5 and D1. RGB value is (243,181,209). Sum of RGB (Red+Green+Blue) = 243+181+209=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5D1 is #0C4A2E. Grayscale: #CACACA. Windows color (decimal): -805423 or 13743603. OLE color: 13743603.
HSL color Cylindrical-coordinate representation of color #F3B5D1: hue angle of 332.9º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B5D1 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 181 | 209 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.05 |
| HSL | 332.9º | 0.72% | 0.83% | - |
| HSV(B) | 332.9º | 0.26% | 0.95% | - |
| XYZ | 64.99 | 56.71 | 67.84 | - |
| YUV | 202.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 181 | 209 | 0 | 0.26 | 0.14 | 0.05 | 332.9 | 0.72 | 0.83 |
| Hex | F3 | B5 | D1 | 0 | 1A | E | 5 | 14D | 48 | 53 |
| Octal | 363 | 265 | 321 | 0 | 32 | 16 | 5 | 515 | 110 | 123 |
| Binary | 11110011 | 10110101 | 11010001 | 0 | 11010 | 1110 | 101 | 101001101 | 1001000 | 1010011 |
Color Harmonies of #F3B5D1
Complementary color
Monochromatic Colors of #F3B5D1
Black with #F3B5D1
Text Example
Text Example
White with #F3B5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B5D1; }
p { color: rgb(243,181,209); }
H1.HeaderClassName
{
color: #F3B5D1;
}
.AnyTagClassName
{
color: #F3B5D1;
}
</style>
background-color css
<style>
a { background-color: #F3B5D1; }
a { background-color: rgb(243,181,209); }
div.DivClassName
{
background-color: #F3B5D1;
}
.BgClassName
{
background-color: #F3B5D1;
}
</style>
border-color css
<style>
span { border-color: #F3B5D1; }
span { border-color: rgb(243,181,209); }
td.TdClassName
{
border-color: #F3B5D1;
}
.TagClassName
{
border-color: #F3B5D1;
}
</style>