Shades of Lavender Rose #F1AEDB
Tints of Lavender Rose #F1AEDB
RGB
CMYK
RGB Variations
Color information
#F1AEDB (or 0xF1AEDB) is known color: Lavender Rose. HEX triplet: F1, AE and DB. RGB value is (241,174,219). Sum of RGB (Red+Green+Blue) = 241+174+219=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEDB is #0E5124. Grayscale: #C7C7C7. Windows color (decimal): -938277 or 14397169. OLE color: 14397169.
HSL color Cylindrical-coordinate representation of color #F1AEDB: hue angle of 319.7º 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 #F1AEDB is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 219 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.05 |
| HSL | 319.7º | 0.71% | 0.81% | - |
| HSV(B) | 319.7º | 0.28% | 0.95% | - |
| XYZ | 64.2 | 54.09 | 74.07 | - |
| YUV | 199.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 219 | 0 | 0.28 | 0.09 | 0.05 | 319.7 | 0.71 | 0.81 |
| Hex | F1 | AE | DB | 0 | 1C | 9 | 5 | 140 | 47 | 51 |
| Octal | 361 | 256 | 333 | 0 | 34 | 11 | 5 | 500 | 107 | 121 |
| Binary | 11110001 | 10101110 | 11011011 | 0 | 11100 | 1001 | 101 | 101000000 | 1000111 | 1010001 |
Color Harmonies of #F1AEDB
Complementary color
Monochromatic Colors of #F1AEDB
Black with #F1AEDB
Text Example
Text Example
White with #F1AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEDB; }
p { color: rgb(241,174,219); }
H1.HeaderClassName
{
color: #F1AEDB;
}
.AnyTagClassName
{
color: #F1AEDB;
}
</style>
background-color css
<style>
a { background-color: #F1AEDB; }
a { background-color: rgb(241,174,219); }
div.DivClassName
{
background-color: #F1AEDB;
}
.BgClassName
{
background-color: #F1AEDB;
}
</style>
border-color css
<style>
span { border-color: #F1AEDB; }
span { border-color: rgb(241,174,219); }
td.TdClassName
{
border-color: #F1AEDB;
}
.TagClassName
{
border-color: #F1AEDB;
}
</style>