Shades of Lavender Rose #F0B0DB
Tints of Lavender Rose #F0B0DB
RGB
CMYK
RGB Variations
Color information
#F0B0DB (or 0xF0B0DB) is known color: Lavender Rose. HEX triplet: F0, B0 and DB. RGB value is (240,176,219). Sum of RGB (Red+Green+Blue) = 240+176+219=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0DB is #0F4F24. Grayscale: #C7C7C7. Windows color (decimal): -1003301 or 14397680. OLE color: 14397680.
HSL color Cylindrical-coordinate representation of color #F0B0DB: hue angle of 319.69º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0DB is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 219 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.06 |
| HSL | 319.69º | 0.68% | 0.82% | - |
| HSV(B) | 319.69º | 0.27% | 0.94% | - |
| XYZ | 64.25 | 54.69 | 74.19 | - |
| YUV | 200.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 219 | 0 | 0.27 | 0.09 | 0.06 | 319.69 | 0.68 | 0.82 |
| Hex | F0 | B0 | DB | 0 | 1B | 9 | 6 | 140 | 44 | 52 |
| Octal | 360 | 260 | 333 | 0 | 33 | 11 | 6 | 500 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11011011 | 0 | 11011 | 1001 | 110 | 101000000 | 1000100 | 1010010 |
Color Harmonies of #F0B0DB
Complementary color
Monochromatic Colors of #F0B0DB
Black with #F0B0DB
Text Example
Text Example
White with #F0B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0DB; }
p { color: rgb(240,176,219); }
H1.HeaderClassName
{
color: #F0B0DB;
}
.AnyTagClassName
{
color: #F0B0DB;
}
</style>
background-color css
<style>
a { background-color: #F0B0DB; }
a { background-color: rgb(240,176,219); }
div.DivClassName
{
background-color: #F0B0DB;
}
.BgClassName
{
background-color: #F0B0DB;
}
</style>
border-color css
<style>
span { border-color: #F0B0DB; }
span { border-color: rgb(240,176,219); }
td.TdClassName
{
border-color: #F0B0DB;
}
.TagClassName
{
border-color: #F0B0DB;
}
</style>