Shades of Lavender Rose #F1ADF0
Tints of Lavender Rose #F1ADF0
RGB
CMYK
RGB Variations
Color information
#F1ADF0 (or 0xF1ADF0) is known color: Lavender Rose. HEX triplet: F1, AD and F0. RGB value is (241,173,240). Sum of RGB (Red+Green+Blue) = 241+173+240=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADF0 is #0E520F. Grayscale: #C8C8C8. Windows color (decimal): -938512 or 15773169. OLE color: 15773169.
HSL color Cylindrical-coordinate representation of color #F1ADF0: hue angle of 300.88º 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 #F1ADF0 is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 240 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.05 |
| HSL | 300.88º | 0.71% | 0.81% | - |
| HSV(B) | 300.88º | 0.28% | 0.95% | - |
| XYZ | 66.95 | 54.88 | 89.5 | - |
| YUV | 200.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 240 | 0 | 0.28 | 0.00 | 0.05 | 300.88 | 0.71 | 0.81 |
| Hex | F1 | AD | F0 | 0 | 1C | 0 | 5 | 12D | 47 | 51 |
| Octal | 361 | 255 | 360 | 0 | 34 | 0 | 5 | 455 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11110000 | 0 | 11100 | 0 | 101 | 100101101 | 1000111 | 1010001 |
Color Harmonies of #F1ADF0
Complementary color
Monochromatic Colors of #F1ADF0
Black with #F1ADF0
Text Example
Text Example
White with #F1ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADF0; }
p { color: rgb(241,173,240); }
H1.HeaderClassName
{
color: #F1ADF0;
}
.AnyTagClassName
{
color: #F1ADF0;
}
</style>
background-color css
<style>
a { background-color: #F1ADF0; }
a { background-color: rgb(241,173,240); }
div.DivClassName
{
background-color: #F1ADF0;
}
.BgClassName
{
background-color: #F1ADF0;
}
</style>
border-color css
<style>
span { border-color: #F1ADF0; }
span { border-color: rgb(241,173,240); }
td.TdClassName
{
border-color: #F1ADF0;
}
.TagClassName
{
border-color: #F1ADF0;
}
</style>