Shades of Lavender Rose #F1ADDA
Tints of Lavender Rose #F1ADDA
RGB
CMYK
RGB Variations
Color information
#F1ADDA (or 0xF1ADDA) is known color: Lavender Rose. HEX triplet: F1, AD and DA. RGB value is (241,173,218). Sum of RGB (Red+Green+Blue) = 241+173+218=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADDA is #0E5225. Grayscale: #C6C6C6. Windows color (decimal): -938534 or 14331377. OLE color: 14331377.
HSL color Cylindrical-coordinate representation of color #F1ADDA: hue angle of 320.29º 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 #F1ADDA is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 218 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.05 |
| HSL | 320.29º | 0.71% | 0.81% | - |
| HSV(B) | 320.29º | 0.28% | 0.95% | - |
| XYZ | 63.87 | 53.65 | 73.32 | - |
| YUV | 198.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 218 | 0 | 0.28 | 0.10 | 0.05 | 320.29 | 0.71 | 0.81 |
| Hex | F1 | AD | DA | 0 | 1C | A | 5 | 140 | 47 | 51 |
| Octal | 361 | 255 | 332 | 0 | 34 | 12 | 5 | 500 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11011010 | 0 | 11100 | 1010 | 101 | 101000000 | 1000111 | 1010001 |
Color Harmonies of #F1ADDA
Complementary color
Monochromatic Colors of #F1ADDA
Black with #F1ADDA
Text Example
Text Example
White with #F1ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADDA; }
p { color: rgb(241,173,218); }
H1.HeaderClassName
{
color: #F1ADDA;
}
.AnyTagClassName
{
color: #F1ADDA;
}
</style>
background-color css
<style>
a { background-color: #F1ADDA; }
a { background-color: rgb(241,173,218); }
div.DivClassName
{
background-color: #F1ADDA;
}
.BgClassName
{
background-color: #F1ADDA;
}
</style>
border-color css
<style>
span { border-color: #F1ADDA; }
span { border-color: rgb(241,173,218); }
td.TdClassName
{
border-color: #F1ADDA;
}
.TagClassName
{
border-color: #F1ADDA;
}
</style>