Shades of Lavender Pink #F9B6DB
Tints of Lavender Pink #F9B6DB
RGB
CMYK
RGB Variations
Color information
#F9B6DB (or 0xF9B6DB) is known color: Lavender Pink. HEX triplet: F9, B6 and DB. RGB value is (249,182,219). Sum of RGB (Red+Green+Blue) = 249+182+219=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B6DB is #064924. Grayscale: #CECECE. Windows color (decimal): -411941 or 14399225. OLE color: 14399225.
HSL color Cylindrical-coordinate representation of color #F9B6DB: hue angle of 326.87º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B6DB is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 182 | 219 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.02 |
| HSL | 326.87º | 0.85% | 0.85% | - |
| HSV(B) | 326.87º | 0.27% | 0.98% | - |
| XYZ | 68.58 | 58.71 | 74.74 | - |
| YUV | 206.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 182 | 219 | 0 | 0.27 | 0.12 | 0.02 | 326.87 | 0.85 | 0.85 |
| Hex | F9 | B6 | DB | 0 | 1B | C | 2 | 147 | 55 | 55 |
| Octal | 371 | 266 | 333 | 0 | 33 | 14 | 2 | 507 | 125 | 125 |
| Binary | 11111001 | 10110110 | 11011011 | 0 | 11011 | 1100 | 10 | 101000111 | 1010101 | 1010101 |
Color Harmonies of #F9B6DB
Complementary color
Monochromatic Colors of #F9B6DB
Black with #F9B6DB
Text Example
Text Example
White with #F9B6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B6DB; }
p { color: rgb(249,182,219); }
H1.HeaderClassName
{
color: #F9B6DB;
}
.AnyTagClassName
{
color: #F9B6DB;
}
</style>
background-color css
<style>
a { background-color: #F9B6DB; }
a { background-color: rgb(249,182,219); }
div.DivClassName
{
background-color: #F9B6DB;
}
.BgClassName
{
background-color: #F9B6DB;
}
</style>
border-color css
<style>
span { border-color: #F9B6DB; }
span { border-color: rgb(249,182,219); }
td.TdClassName
{
border-color: #F9B6DB;
}
.TagClassName
{
border-color: #F9B6DB;
}
</style>