Shades of Lavender Pink #F0B4DB
Tints of Lavender Pink #F0B4DB
RGB
CMYK
RGB Variations
Color information
#F0B4DB (or 0xF0B4DB) is known color: Lavender Pink. HEX triplet: F0, B4 and DB. RGB value is (240,180,219). Sum of RGB (Red+Green+Blue) = 240+180+219=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4DB is #0F4B24. Grayscale: #CACACA. Windows color (decimal): -1002277 or 14398704. OLE color: 14398704.
HSL color Cylindrical-coordinate representation of color #F0B4DB: hue angle of 321º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4DB is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 219 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.06 |
| HSL | 321º | 0.67% | 0.82% | - |
| HSV(B) | 321º | 0.25% | 0.94% | - |
| XYZ | 65.04 | 56.28 | 74.45 | - |
| YUV | 202.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 219 | 0 | 0.25 | 0.09 | 0.06 | 321 | 0.67 | 0.82 |
| Hex | F0 | B4 | DB | 0 | 19 | 9 | 6 | 141 | 43 | 52 |
| Octal | 360 | 264 | 333 | 0 | 31 | 11 | 6 | 501 | 103 | 122 |
| Binary | 11110000 | 10110100 | 11011011 | 0 | 11001 | 1001 | 110 | 101000001 | 1000011 | 1010010 |
Color Harmonies of #F0B4DB
Complementary color
Monochromatic Colors of #F0B4DB
Black with #F0B4DB
Text Example
Text Example
White with #F0B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4DB; }
p { color: rgb(240,180,219); }
H1.HeaderClassName
{
color: #F0B4DB;
}
.AnyTagClassName
{
color: #F0B4DB;
}
</style>
background-color css
<style>
a { background-color: #F0B4DB; }
a { background-color: rgb(240,180,219); }
div.DivClassName
{
background-color: #F0B4DB;
}
.BgClassName
{
background-color: #F0B4DB;
}
</style>
border-color css
<style>
span { border-color: #F0B4DB; }
span { border-color: rgb(240,180,219); }
td.TdClassName
{
border-color: #F0B4DB;
}
.TagClassName
{
border-color: #F0B4DB;
}
</style>