Shades of Lavender Rose #F1AADB
Tints of Lavender Rose #F1AADB
RGB
CMYK
RGB Variations
Color information
#F1AADB (or 0xF1AADB) is known color: Lavender Rose. HEX triplet: F1, AA and DB. RGB value is (241,170,219). Sum of RGB (Red+Green+Blue) = 241+170+219=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AADB is #0E5524. Grayscale: #C4C4C4. Windows color (decimal): -939301 or 14396145. OLE color: 14396145.
HSL color Cylindrical-coordinate representation of color #F1AADB: hue angle of 318.59º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AADB is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 219 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.05 |
| HSL | 318.59º | 0.72% | 0.81% | - |
| HSV(B) | 318.59º | 0.29% | 0.95% | - |
| XYZ | 63.44 | 52.56 | 73.82 | - |
| YUV | 196.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 219 | 0 | 0.29 | 0.09 | 0.05 | 318.59 | 0.72 | 0.81 |
| Hex | F1 | AA | DB | 0 | 1D | 9 | 5 | 13F | 48 | 51 |
| Octal | 361 | 252 | 333 | 0 | 35 | 11 | 5 | 477 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11011011 | 0 | 11101 | 1001 | 101 | 100111111 | 1001000 | 1010001 |
Color Harmonies of #F1AADB
Complementary color
Monochromatic Colors of #F1AADB
Black with #F1AADB
Text Example
Text Example
White with #F1AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AADB; }
p { color: rgb(241,170,219); }
H1.HeaderClassName
{
color: #F1AADB;
}
.AnyTagClassName
{
color: #F1AADB;
}
</style>
background-color css
<style>
a { background-color: #F1AADB; }
a { background-color: rgb(241,170,219); }
div.DivClassName
{
background-color: #F1AADB;
}
.BgClassName
{
background-color: #F1AADB;
}
</style>
border-color css
<style>
span { border-color: #F1AADB; }
span { border-color: rgb(241,170,219); }
td.TdClassName
{
border-color: #F1AADB;
}
.TagClassName
{
border-color: #F1AADB;
}
</style>