Shades of Lavender Rose #F0B0DD
Tints of Lavender Rose #F0B0DD
RGB
CMYK
RGB Variations
Color information
#F0B0DD (or 0xF0B0DD) is known color: Lavender Rose. HEX triplet: F0, B0 and DD. RGB value is (240,176,221). Sum of RGB (Red+Green+Blue) = 240+176+221=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0DD is #0F4F22. Grayscale: #C8C8C8. Windows color (decimal): -1003299 or 14528752. OLE color: 14528752.
HSL color Cylindrical-coordinate representation of color #F0B0DD: hue angle of 317.81º 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 #F0B0DD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 221 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.06 |
| HSL | 317.81º | 0.68% | 0.82% | - |
| HSV(B) | 317.81º | 0.27% | 0.94% | - |
| XYZ | 64.51 | 54.8 | 75.58 | - |
| YUV | 200.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 221 | 0 | 0.27 | 0.08 | 0.06 | 317.81 | 0.68 | 0.82 |
| Hex | F0 | B0 | DD | 0 | 1B | 8 | 6 | 13E | 44 | 52 |
| Octal | 360 | 260 | 335 | 0 | 33 | 10 | 6 | 476 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11011101 | 0 | 11011 | 1000 | 110 | 100111110 | 1000100 | 1010010 |
Color Harmonies of #F0B0DD
Complementary color
Monochromatic Colors of #F0B0DD
Black with #F0B0DD
Text Example
Text Example
White with #F0B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0DD; }
p { color: rgb(240,176,221); }
H1.HeaderClassName
{
color: #F0B0DD;
}
.AnyTagClassName
{
color: #F0B0DD;
}
</style>
background-color css
<style>
a { background-color: #F0B0DD; }
a { background-color: rgb(240,176,221); }
div.DivClassName
{
background-color: #F0B0DD;
}
.BgClassName
{
background-color: #F0B0DD;
}
</style>
border-color css
<style>
span { border-color: #F0B0DD; }
span { border-color: rgb(240,176,221); }
td.TdClassName
{
border-color: #F0B0DD;
}
.TagClassName
{
border-color: #F0B0DD;
}
</style>