Shades of Lavender Rose #F0B1DD
Tints of Lavender Rose #F0B1DD
RGB
CMYK
RGB Variations
Color information
#F0B1DD (or 0xF0B1DD) is known color: Lavender Rose. HEX triplet: F0, B1 and DD. RGB value is (240,177,221). Sum of RGB (Red+Green+Blue) = 240+177+221=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1DD is #0F4E22. Grayscale: #C8C8C8. Windows color (decimal): -1003043 or 14529008. OLE color: 14529008.
HSL color Cylindrical-coordinate representation of color #F0B1DD: hue angle of 318.1º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B1DD is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 221 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.06 |
| HSL | 318.1º | 0.68% | 0.82% | - |
| HSV(B) | 318.1º | 0.26% | 0.94% | - |
| XYZ | 64.71 | 55.19 | 75.65 | - |
| YUV | 200.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 221 | 0 | 0.26 | 0.08 | 0.06 | 318.1 | 0.68 | 0.82 |
| Hex | F0 | B1 | DD | 0 | 1A | 8 | 6 | 13E | 44 | 52 |
| Octal | 360 | 261 | 335 | 0 | 32 | 10 | 6 | 476 | 104 | 122 |
| Binary | 11110000 | 10110001 | 11011101 | 0 | 11010 | 1000 | 110 | 100111110 | 1000100 | 1010010 |
Color Harmonies of #F0B1DD
Complementary color
Monochromatic Colors of #F0B1DD
Black with #F0B1DD
Text Example
Text Example
White with #F0B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B1DD; }
p { color: rgb(240,177,221); }
H1.HeaderClassName
{
color: #F0B1DD;
}
.AnyTagClassName
{
color: #F0B1DD;
}
</style>
background-color css
<style>
a { background-color: #F0B1DD; }
a { background-color: rgb(240,177,221); }
div.DivClassName
{
background-color: #F0B1DD;
}
.BgClassName
{
background-color: #F0B1DD;
}
</style>
border-color css
<style>
span { border-color: #F0B1DD; }
span { border-color: rgb(240,177,221); }
td.TdClassName
{
border-color: #F0B1DD;
}
.TagClassName
{
border-color: #F0B1DD;
}
</style>