Shades of Lavender Pink #F0B5DB
Tints of Lavender Pink #F0B5DB
RGB
CMYK
RGB Variations
Color information
#F0B5DB (or 0xF0B5DB) is known color: Lavender Pink. HEX triplet: F0, B5 and DB. RGB value is (240,181,219). Sum of RGB (Red+Green+Blue) = 240+181+219=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5DB is #0F4A24. Grayscale: #CACACA. Windows color (decimal): -1002021 or 14398960. OLE color: 14398960.
HSL color Cylindrical-coordinate representation of color #F0B5DB: hue angle of 321.36º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B5DB is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 219 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.06 |
| HSL | 321.36º | 0.66% | 0.83% | - |
| HSV(B) | 321.36º | 0.25% | 0.94% | - |
| XYZ | 65.25 | 56.69 | 74.52 | - |
| YUV | 202.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 219 | 0 | 0.25 | 0.09 | 0.06 | 321.36 | 0.66 | 0.83 |
| Hex | F0 | B5 | DB | 0 | 19 | 9 | 6 | 141 | 42 | 53 |
| Octal | 360 | 265 | 333 | 0 | 31 | 11 | 6 | 501 | 102 | 123 |
| Binary | 11110000 | 10110101 | 11011011 | 0 | 11001 | 1001 | 110 | 101000001 | 1000010 | 1010011 |
Color Harmonies of #F0B5DB
Complementary color
Monochromatic Colors of #F0B5DB
Black with #F0B5DB
Text Example
Text Example
White with #F0B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5DB; }
p { color: rgb(240,181,219); }
H1.HeaderClassName
{
color: #F0B5DB;
}
.AnyTagClassName
{
color: #F0B5DB;
}
</style>
background-color css
<style>
a { background-color: #F0B5DB; }
a { background-color: rgb(240,181,219); }
div.DivClassName
{
background-color: #F0B5DB;
}
.BgClassName
{
background-color: #F0B5DB;
}
</style>
border-color css
<style>
span { border-color: #F0B5DB; }
span { border-color: rgb(240,181,219); }
td.TdClassName
{
border-color: #F0B5DB;
}
.TagClassName
{
border-color: #F0B5DB;
}
</style>