Shades of Lavender Pink #F3B5D3
Tints of Lavender Pink #F3B5D3
RGB
CMYK
RGB Variations
Color information
#F3B5D3 (or 0xF3B5D3) is known color: Lavender Pink. HEX triplet: F3, B5 and D3. RGB value is (243,181,211). Sum of RGB (Red+Green+Blue) = 243+181+211=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5D3 is #0C4A2C. Grayscale: #CACACA. Windows color (decimal): -805421 or 13874675. OLE color: 13874675.
HSL color Cylindrical-coordinate representation of color #F3B5D3: hue angle of 330.97º 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 #F3B5D3 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 181 | 211 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.05 |
| HSL | 330.97º | 0.72% | 0.83% | - |
| HSV(B) | 330.97º | 0.26% | 0.95% | - |
| XYZ | 65.24 | 56.81 | 69.15 | - |
| YUV | 202.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 181 | 211 | 0 | 0.26 | 0.13 | 0.05 | 330.97 | 0.72 | 0.83 |
| Hex | F3 | B5 | D3 | 0 | 1A | D | 5 | 14B | 48 | 53 |
| Octal | 363 | 265 | 323 | 0 | 32 | 15 | 5 | 513 | 110 | 123 |
| Binary | 11110011 | 10110101 | 11010011 | 0 | 11010 | 1101 | 101 | 101001011 | 1001000 | 1010011 |
Color Harmonies of #F3B5D3
Complementary color
Monochromatic Colors of #F3B5D3
Black with #F3B5D3
Text Example
Text Example
White with #F3B5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B5D3; }
p { color: rgb(243,181,211); }
H1.HeaderClassName
{
color: #F3B5D3;
}
.AnyTagClassName
{
color: #F3B5D3;
}
</style>
background-color css
<style>
a { background-color: #F3B5D3; }
a { background-color: rgb(243,181,211); }
div.DivClassName
{
background-color: #F3B5D3;
}
.BgClassName
{
background-color: #F3B5D3;
}
</style>
border-color css
<style>
span { border-color: #F3B5D3; }
span { border-color: rgb(243,181,211); }
td.TdClassName
{
border-color: #F3B5D3;
}
.TagClassName
{
border-color: #F3B5D3;
}
</style>