Shades of Lavender Rose #F1B5E0
Tints of Lavender Rose #F1B5E0
RGB
CMYK
RGB Variations
Color information
#F1B5E0 (or 0xF1B5E0) is known color: Lavender Rose. HEX triplet: F1, B5 and E0. RGB value is (241,181,224). Sum of RGB (Red+Green+Blue) = 241+181+224=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5E0 is #0E4A1F. Grayscale: #CBCBCB. Windows color (decimal): -936480 or 14726641. OLE color: 14726641.
HSL color Cylindrical-coordinate representation of color #F1B5E0: hue angle of 317º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5E0 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 224 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.05 |
| HSL | 317º | 0.68% | 0.83% | - |
| HSV(B) | 317º | 0.25% | 0.95% | - |
| XYZ | 66.25 | 57.13 | 78.06 | - |
| YUV | 203.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 224 | 0 | 0.25 | 0.07 | 0.05 | 317 | 0.68 | 0.83 |
| Hex | F1 | B5 | E0 | 0 | 19 | 7 | 5 | 13D | 44 | 53 |
| Octal | 361 | 265 | 340 | 0 | 31 | 7 | 5 | 475 | 104 | 123 |
| Binary | 11110001 | 10110101 | 11100000 | 0 | 11001 | 111 | 101 | 100111101 | 1000100 | 1010011 |
Color Harmonies of #F1B5E0
Complementary color
Monochromatic Colors of #F1B5E0
Black with #F1B5E0
Text Example
Text Example
White with #F1B5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5E0; }
p { color: rgb(241,181,224); }
H1.HeaderClassName
{
color: #F1B5E0;
}
.AnyTagClassName
{
color: #F1B5E0;
}
</style>
background-color css
<style>
a { background-color: #F1B5E0; }
a { background-color: rgb(241,181,224); }
div.DivClassName
{
background-color: #F1B5E0;
}
.BgClassName
{
background-color: #F1B5E0;
}
</style>
border-color css
<style>
span { border-color: #F1B5E0; }
span { border-color: rgb(241,181,224); }
td.TdClassName
{
border-color: #F1B5E0;
}
.TagClassName
{
border-color: #F1B5E0;
}
</style>