Shades of Lavender Pink #F9B3D9
Tints of Lavender Pink #F9B3D9
RGB
CMYK
RGB Variations
Color information
#F9B3D9 (or 0xF9B3D9) is known color: Lavender Pink. HEX triplet: F9, B3 and D9. RGB value is (249,179,217). Sum of RGB (Red+Green+Blue) = 249+179+217=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B3D9 is #064C26. Grayscale: #CCCCCC. Windows color (decimal): -412711 or 14267385. OLE color: 14267385.
HSL color Cylindrical-coordinate representation of color #F9B3D9: hue angle of 327.43º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B3D9 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 217 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.02 |
| HSL | 327.43º | 0.85% | 0.84% | - |
| HSV(B) | 327.43º | 0.28% | 0.98% | - |
| XYZ | 67.71 | 57.39 | 73.15 | - |
| YUV | 204.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 217 | 0 | 0.28 | 0.13 | 0.02 | 327.43 | 0.85 | 0.84 |
| Hex | F9 | B3 | D9 | 0 | 1C | D | 2 | 147 | 55 | 54 |
| Octal | 371 | 263 | 331 | 0 | 34 | 15 | 2 | 507 | 125 | 124 |
| Binary | 11111001 | 10110011 | 11011001 | 0 | 11100 | 1101 | 10 | 101000111 | 1010101 | 1010100 |
Color Harmonies of #F9B3D9
Complementary color
Monochromatic Colors of #F9B3D9
Black with #F9B3D9
Text Example
Text Example
White with #F9B3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B3D9; }
p { color: rgb(249,179,217); }
H1.HeaderClassName
{
color: #F9B3D9;
}
.AnyTagClassName
{
color: #F9B3D9;
}
</style>
background-color css
<style>
a { background-color: #F9B3D9; }
a { background-color: rgb(249,179,217); }
div.DivClassName
{
background-color: #F9B3D9;
}
.BgClassName
{
background-color: #F9B3D9;
}
</style>
border-color css
<style>
span { border-color: #F9B3D9; }
span { border-color: rgb(249,179,217); }
td.TdClassName
{
border-color: #F9B3D9;
}
.TagClassName
{
border-color: #F9B3D9;
}
</style>