Shades of Lavender Rose #F1B1DD
Tints of Lavender Rose #F1B1DD
RGB
CMYK
RGB Variations
Color information
#F1B1DD (or 0xF1B1DD) is known color: Lavender Rose. HEX triplet: F1, B1 and DD. RGB value is (241,177,221). Sum of RGB (Red+Green+Blue) = 241+177+221=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1DD is #0E4E22. Grayscale: #C9C9C9. Windows color (decimal): -937507 or 14529009. OLE color: 14529009.
HSL color Cylindrical-coordinate representation of color #F1B1DD: hue angle of 318.75º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B1DD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 221 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.05 |
| HSL | 318.75º | 0.7% | 0.82% | - |
| HSV(B) | 318.75º | 0.27% | 0.95% | - |
| XYZ | 65.05 | 55.37 | 75.66 | - |
| YUV | 201.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 221 | 0 | 0.27 | 0.08 | 0.05 | 318.75 | 0.7 | 0.82 |
| Hex | F1 | B1 | DD | 0 | 1B | 8 | 5 | 13F | 46 | 52 |
| Octal | 361 | 261 | 335 | 0 | 33 | 10 | 5 | 477 | 106 | 122 |
| Binary | 11110001 | 10110001 | 11011101 | 0 | 11011 | 1000 | 101 | 100111111 | 1000110 | 1010010 |
Color Harmonies of #F1B1DD
Complementary color
Monochromatic Colors of #F1B1DD
Black with #F1B1DD
Text Example
Text Example
White with #F1B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1DD; }
p { color: rgb(241,177,221); }
H1.HeaderClassName
{
color: #F1B1DD;
}
.AnyTagClassName
{
color: #F1B1DD;
}
</style>
background-color css
<style>
a { background-color: #F1B1DD; }
a { background-color: rgb(241,177,221); }
div.DivClassName
{
background-color: #F1B1DD;
}
.BgClassName
{
background-color: #F1B1DD;
}
</style>
border-color css
<style>
span { border-color: #F1B1DD; }
span { border-color: rgb(241,177,221); }
td.TdClassName
{
border-color: #F1B1DD;
}
.TagClassName
{
border-color: #F1B1DD;
}
</style>