Shades of Lavender Rose #F1ADE1
Tints of Lavender Rose #F1ADE1
RGB
CMYK
RGB Variations
Color information
#F1ADE1 (or 0xF1ADE1) is known color: Lavender Rose. HEX triplet: F1, AD and E1. RGB value is (241,173,225). Sum of RGB (Red+Green+Blue) = 241+173+225=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADE1 is #0E521E. Grayscale: #C7C7C7. Windows color (decimal): -938527 or 14790129. OLE color: 14790129.
HSL color Cylindrical-coordinate representation of color #F1ADE1: hue angle of 314.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADE1 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 225 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.05 |
| HSL | 314.12º | 0.71% | 0.81% | - |
| HSV(B) | 314.12º | 0.28% | 0.95% | - |
| XYZ | 64.81 | 54.02 | 78.25 | - |
| YUV | 199.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 225 | 0 | 0.28 | 0.07 | 0.05 | 314.12 | 0.71 | 0.81 |
| Hex | F1 | AD | E1 | 0 | 1C | 7 | 5 | 13A | 47 | 51 |
| Octal | 361 | 255 | 341 | 0 | 34 | 7 | 5 | 472 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11100001 | 0 | 11100 | 111 | 101 | 100111010 | 1000111 | 1010001 |
Color Harmonies of #F1ADE1
Complementary color
Monochromatic Colors of #F1ADE1
Black with #F1ADE1
Text Example
Text Example
White with #F1ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADE1; }
p { color: rgb(241,173,225); }
H1.HeaderClassName
{
color: #F1ADE1;
}
.AnyTagClassName
{
color: #F1ADE1;
}
</style>
background-color css
<style>
a { background-color: #F1ADE1; }
a { background-color: rgb(241,173,225); }
div.DivClassName
{
background-color: #F1ADE1;
}
.BgClassName
{
background-color: #F1ADE1;
}
</style>
border-color css
<style>
span { border-color: #F1ADE1; }
span { border-color: rgb(241,173,225); }
td.TdClassName
{
border-color: #F1ADE1;
}
.TagClassName
{
border-color: #F1ADE1;
}
</style>