Shades of Lavender Pink #F3B9D8
Tints of Lavender Pink #F3B9D8
RGB
CMYK
RGB Variations
Color information
#F3B9D8 (or 0xF3B9D8) is known color: Lavender Pink. HEX triplet: F3, B9 and D8. RGB value is (243,185,216). Sum of RGB (Red+Green+Blue) = 243+185+216=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9D8 is #0C4627. Grayscale: #CDCDCD. Windows color (decimal): -804392 or 14203379. OLE color: 14203379.
HSL color Cylindrical-coordinate representation of color #F3B9D8: hue angle of 327.93º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9D8 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 216 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.05 |
| HSL | 327.93º | 0.71% | 0.84% | - |
| HSV(B) | 327.93º | 0.24% | 0.95% | - |
| XYZ | 66.71 | 58.71 | 72.78 | - |
| YUV | 205.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 216 | 0 | 0.24 | 0.11 | 0.05 | 327.93 | 0.71 | 0.84 |
| Hex | F3 | B9 | D8 | 0 | 18 | B | 5 | 148 | 47 | 54 |
| Octal | 363 | 271 | 330 | 0 | 30 | 13 | 5 | 510 | 107 | 124 |
| Binary | 11110011 | 10111001 | 11011000 | 0 | 11000 | 1011 | 101 | 101001000 | 1000111 | 1010100 |
Color Harmonies of #F3B9D8
Complementary color
Monochromatic Colors of #F3B9D8
Black with #F3B9D8
Text Example
Text Example
White with #F3B9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9D8; }
p { color: rgb(243,185,216); }
H1.HeaderClassName
{
color: #F3B9D8;
}
.AnyTagClassName
{
color: #F3B9D8;
}
</style>
background-color css
<style>
a { background-color: #F3B9D8; }
a { background-color: rgb(243,185,216); }
div.DivClassName
{
background-color: #F3B9D8;
}
.BgClassName
{
background-color: #F3B9D8;
}
</style>
border-color css
<style>
span { border-color: #F3B9D8; }
span { border-color: rgb(243,185,216); }
td.TdClassName
{
border-color: #F3B9D8;
}
.TagClassName
{
border-color: #F3B9D8;
}
</style>