Shades of Lavender Rose #F1ADF1
Tints of Lavender Rose #F1ADF1
RGB
CMYK
RGB Variations
Color information
#F1ADF1 (or 0xF1ADF1) is known color: Lavender Rose. HEX triplet: F1, AD and F1. RGB value is (241,173,241). Sum of RGB (Red+Green+Blue) = 241+173+241=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADF1 is #0E520E. Grayscale: #C8C8C8. Windows color (decimal): -938511 or 15838705. OLE color: 15838705.
HSL color Cylindrical-coordinate representation of color #F1ADF1: hue angle of 300º 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 #F1ADF1 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 241 | - |
| CMYK | 0 | 0.28 | 0 | 0.05 |
| HSL | 300º | 0.71% | 0.81% | - |
| HSV(B) | 300º | 0.28% | 0.95% | - |
| XYZ | 67.1 | 54.94 | 90.29 | - |
| YUV | 201.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 241 | 0 | 0.28 | 0 | 0.05 | 300 | 0.71 | 0.81 |
| Hex | F1 | AD | F1 | 0 | 1C | 0 | 5 | 12C | 47 | 51 |
| Octal | 361 | 255 | 361 | 0 | 34 | 0 | 5 | 454 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11110001 | 0 | 11100 | 0 | 101 | 100101100 | 1000111 | 1010001 |
Color Harmonies of #F1ADF1
Complementary color
Monochromatic Colors of #F1ADF1
Black with #F1ADF1
Text Example
Text Example
White with #F1ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADF1; }
p { color: rgb(241,173,241); }
H1.HeaderClassName
{
color: #F1ADF1;
}
.AnyTagClassName
{
color: #F1ADF1;
}
</style>
background-color css
<style>
a { background-color: #F1ADF1; }
a { background-color: rgb(241,173,241); }
div.DivClassName
{
background-color: #F1ADF1;
}
.BgClassName
{
background-color: #F1ADF1;
}
</style>
border-color css
<style>
span { border-color: #F1ADF1; }
span { border-color: rgb(241,173,241); }
td.TdClassName
{
border-color: #F1ADF1;
}
.TagClassName
{
border-color: #F1ADF1;
}
</style>