Shades of Lavender Rose #F1ADDF
Tints of Lavender Rose #F1ADDF
RGB
CMYK
RGB Variations
Color information
#F1ADDF (or 0xF1ADDF) is known color: Lavender Rose. HEX triplet: F1, AD and DF. RGB value is (241,173,223). Sum of RGB (Red+Green+Blue) = 241+173+223=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADDF is #0E5220. Grayscale: #C6C6C6. Windows color (decimal): -938529 or 14659057. OLE color: 14659057.
HSL color Cylindrical-coordinate representation of color #F1ADDF: hue angle of 315.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 #F1ADDF is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 223 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.05 |
| HSL | 315.88º | 0.71% | 0.81% | - |
| HSV(B) | 315.88º | 0.28% | 0.95% | - |
| XYZ | 64.54 | 53.92 | 76.82 | - |
| YUV | 199.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 223 | 0 | 0.28 | 0.07 | 0.05 | 315.88 | 0.71 | 0.81 |
| Hex | F1 | AD | DF | 0 | 1C | 7 | 5 | 13C | 47 | 51 |
| Octal | 361 | 255 | 337 | 0 | 34 | 7 | 5 | 474 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11011111 | 0 | 11100 | 111 | 101 | 100111100 | 1000111 | 1010001 |
Color Harmonies of #F1ADDF
Complementary color
Monochromatic Colors of #F1ADDF
Black with #F1ADDF
Text Example
Text Example
White with #F1ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADDF; }
p { color: rgb(241,173,223); }
H1.HeaderClassName
{
color: #F1ADDF;
}
.AnyTagClassName
{
color: #F1ADDF;
}
</style>
background-color css
<style>
a { background-color: #F1ADDF; }
a { background-color: rgb(241,173,223); }
div.DivClassName
{
background-color: #F1ADDF;
}
.BgClassName
{
background-color: #F1ADDF;
}
</style>
border-color css
<style>
span { border-color: #F1ADDF; }
span { border-color: rgb(241,173,223); }
td.TdClassName
{
border-color: #F1ADDF;
}
.TagClassName
{
border-color: #F1ADDF;
}
</style>