Shades of Lavender Rose #F1ADDB
Tints of Lavender Rose #F1ADDB
RGB
CMYK
RGB Variations
Color information
#F1ADDB (or 0xF1ADDB) is known color: Lavender Rose. HEX triplet: F1, AD and DB. RGB value is (241,173,219). Sum of RGB (Red+Green+Blue) = 241+173+219=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADDB is #0E5224. Grayscale: #C6C6C6. Windows color (decimal): -938533 or 14396913. OLE color: 14396913.
HSL color Cylindrical-coordinate representation of color #F1ADDB: hue angle of 319.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 #F1ADDB is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 219 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.05 |
| HSL | 319.41º | 0.71% | 0.81% | - |
| HSV(B) | 319.41º | 0.28% | 0.95% | - |
| XYZ | 64.01 | 53.7 | 74.01 | - |
| YUV | 198.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 219 | 0 | 0.28 | 0.09 | 0.05 | 319.41 | 0.71 | 0.81 |
| Hex | F1 | AD | DB | 0 | 1C | 9 | 5 | 13F | 47 | 51 |
| Octal | 361 | 255 | 333 | 0 | 34 | 11 | 5 | 477 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11011011 | 0 | 11100 | 1001 | 101 | 100111111 | 1000111 | 1010001 |
Color Harmonies of #F1ADDB
Complementary color
Monochromatic Colors of #F1ADDB
Black with #F1ADDB
Text Example
Text Example
White with #F1ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADDB; }
p { color: rgb(241,173,219); }
H1.HeaderClassName
{
color: #F1ADDB;
}
.AnyTagClassName
{
color: #F1ADDB;
}
</style>
background-color css
<style>
a { background-color: #F1ADDB; }
a { background-color: rgb(241,173,219); }
div.DivClassName
{
background-color: #F1ADDB;
}
.BgClassName
{
background-color: #F1ADDB;
}
</style>
border-color css
<style>
span { border-color: #F1ADDB; }
span { border-color: rgb(241,173,219); }
td.TdClassName
{
border-color: #F1ADDB;
}
.TagClassName
{
border-color: #F1ADDB;
}
</style>