Shades of Lavender Pink #F0B6DB
Tints of Lavender Pink #F0B6DB
RGB
CMYK
RGB Variations
Color information
#F0B6DB (or 0xF0B6DB) is known color: Lavender Pink. HEX triplet: F0, B6 and DB. RGB value is (240,182,219). Sum of RGB (Red+Green+Blue) = 240+182+219=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6DB is #0F4924. Grayscale: #CBCBCB. Windows color (decimal): -1001765 or 14399216. OLE color: 14399216.
HSL color Cylindrical-coordinate representation of color #F0B6DB: hue angle of 321.72º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6DB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 219 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.06 |
| HSL | 321.72º | 0.66% | 0.83% | - |
| HSV(B) | 321.72º | 0.24% | 0.94% | - |
| XYZ | 65.45 | 57.1 | 74.59 | - |
| YUV | 203.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 219 | 0 | 0.24 | 0.09 | 0.06 | 321.72 | 0.66 | 0.83 |
| Hex | F0 | B6 | DB | 0 | 18 | 9 | 6 | 142 | 42 | 53 |
| Octal | 360 | 266 | 333 | 0 | 30 | 11 | 6 | 502 | 102 | 123 |
| Binary | 11110000 | 10110110 | 11011011 | 0 | 11000 | 1001 | 110 | 101000010 | 1000010 | 1010011 |
Color Harmonies of #F0B6DB
Complementary color
Monochromatic Colors of #F0B6DB
Black with #F0B6DB
Text Example
Text Example
White with #F0B6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6DB; }
p { color: rgb(240,182,219); }
H1.HeaderClassName
{
color: #F0B6DB;
}
.AnyTagClassName
{
color: #F0B6DB;
}
</style>
background-color css
<style>
a { background-color: #F0B6DB; }
a { background-color: rgb(240,182,219); }
div.DivClassName
{
background-color: #F0B6DB;
}
.BgClassName
{
background-color: #F0B6DB;
}
</style>
border-color css
<style>
span { border-color: #F0B6DB; }
span { border-color: rgb(240,182,219); }
td.TdClassName
{
border-color: #F0B6DB;
}
.TagClassName
{
border-color: #F0B6DB;
}
</style>