Shades of Lavender Rose #F1ACDB
Tints of Lavender Rose #F1ACDB
RGB
CMYK
RGB Variations
Color information
#F1ACDB (or 0xF1ACDB) is known color: Lavender Rose. HEX triplet: F1, AC and DB. RGB value is (241,172,219). Sum of RGB (Red+Green+Blue) = 241+172+219=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACDB is #0E5324. Grayscale: #C5C5C5. Windows color (decimal): -938789 or 14396657. OLE color: 14396657.
HSL color Cylindrical-coordinate representation of color #F1ACDB: hue angle of 319.13º degrees, saturation: 0.71, 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 #F1ACDB is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 219 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.05 |
| HSL | 319.13º | 0.71% | 0.81% | - |
| HSV(B) | 319.13º | 0.29% | 0.95% | - |
| XYZ | 63.81 | 53.32 | 73.95 | - |
| YUV | 197.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 219 | 0 | 0.29 | 0.09 | 0.05 | 319.13 | 0.71 | 0.81 |
| Hex | F1 | AC | DB | 0 | 1D | 9 | 5 | 13F | 47 | 51 |
| Octal | 361 | 254 | 333 | 0 | 35 | 11 | 5 | 477 | 107 | 121 |
| Binary | 11110001 | 10101100 | 11011011 | 0 | 11101 | 1001 | 101 | 100111111 | 1000111 | 1010001 |
Color Harmonies of #F1ACDB
Complementary color
Monochromatic Colors of #F1ACDB
Black with #F1ACDB
Text Example
Text Example
White with #F1ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACDB; }
p { color: rgb(241,172,219); }
H1.HeaderClassName
{
color: #F1ACDB;
}
.AnyTagClassName
{
color: #F1ACDB;
}
</style>
background-color css
<style>
a { background-color: #F1ACDB; }
a { background-color: rgb(241,172,219); }
div.DivClassName
{
background-color: #F1ACDB;
}
.BgClassName
{
background-color: #F1ACDB;
}
</style>
border-color css
<style>
span { border-color: #F1ACDB; }
span { border-color: rgb(241,172,219); }
td.TdClassName
{
border-color: #F1ACDB;
}
.TagClassName
{
border-color: #F1ACDB;
}
</style>