Shades of Lavender Rose #F1ADEC
Tints of Lavender Rose #F1ADEC
RGB
CMYK
RGB Variations
Color information
#F1ADEC (or 0xF1ADEC) is known color: Lavender Rose. HEX triplet: F1, AD and EC. RGB value is (241,173,236). Sum of RGB (Red+Green+Blue) = 241+173+236=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADEC is #0E5213. Grayscale: #C8C8C8. Windows color (decimal): -938516 or 15511025. OLE color: 15511025.
HSL color Cylindrical-coordinate representation of color #F1ADEC: hue angle of 304.41º 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 #F1ADEC is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 236 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.05 |
| HSL | 304.41º | 0.71% | 0.81% | - |
| HSV(B) | 304.41º | 0.28% | 0.95% | - |
| XYZ | 66.36 | 54.64 | 86.41 | - |
| YUV | 200.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 236 | 0 | 0.28 | 0.02 | 0.05 | 304.41 | 0.71 | 0.81 |
| Hex | F1 | AD | EC | 0 | 1C | 2 | 5 | 130 | 47 | 51 |
| Octal | 361 | 255 | 354 | 0 | 34 | 2 | 5 | 460 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11101100 | 0 | 11100 | 10 | 101 | 100110000 | 1000111 | 1010001 |
Color Harmonies of #F1ADEC
Complementary color
Monochromatic Colors of #F1ADEC
Black with #F1ADEC
Text Example
Text Example
White with #F1ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADEC; }
p { color: rgb(241,173,236); }
H1.HeaderClassName
{
color: #F1ADEC;
}
.AnyTagClassName
{
color: #F1ADEC;
}
</style>
background-color css
<style>
a { background-color: #F1ADEC; }
a { background-color: rgb(241,173,236); }
div.DivClassName
{
background-color: #F1ADEC;
}
.BgClassName
{
background-color: #F1ADEC;
}
</style>
border-color css
<style>
span { border-color: #F1ADEC; }
span { border-color: rgb(241,173,236); }
td.TdClassName
{
border-color: #F1ADEC;
}
.TagClassName
{
border-color: #F1ADEC;
}
</style>