Shades of Lavender Rose #F1ACDE
Tints of Lavender Rose #F1ACDE
RGB
CMYK
RGB Variations
Color information
#F1ACDE (or 0xF1ACDE) is known color: Lavender Rose. HEX triplet: F1, AC and DE. RGB value is (241,172,222). Sum of RGB (Red+Green+Blue) = 241+172+222=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACDE is #0E5321. Grayscale: #C6C6C6. Windows color (decimal): -938786 or 14593265. OLE color: 14593265.
HSL color Cylindrical-coordinate representation of color #F1ACDE: hue angle of 316.52º 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 #F1ACDE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 222 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.05 |
| HSL | 316.52º | 0.71% | 0.81% | - |
| HSV(B) | 316.52º | 0.29% | 0.95% | - |
| XYZ | 64.21 | 53.48 | 76.05 | - |
| YUV | 198.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 222 | 0 | 0.29 | 0.08 | 0.05 | 316.52 | 0.71 | 0.81 |
| Hex | F1 | AC | DE | 0 | 1D | 8 | 5 | 13D | 47 | 51 |
| Octal | 361 | 254 | 336 | 0 | 35 | 10 | 5 | 475 | 107 | 121 |
| Binary | 11110001 | 10101100 | 11011110 | 0 | 11101 | 1000 | 101 | 100111101 | 1000111 | 1010001 |
Color Harmonies of #F1ACDE
Complementary color
Monochromatic Colors of #F1ACDE
Black with #F1ACDE
Text Example
Text Example
White with #F1ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACDE; }
p { color: rgb(241,172,222); }
H1.HeaderClassName
{
color: #F1ACDE;
}
.AnyTagClassName
{
color: #F1ACDE;
}
</style>
background-color css
<style>
a { background-color: #F1ACDE; }
a { background-color: rgb(241,172,222); }
div.DivClassName
{
background-color: #F1ACDE;
}
.BgClassName
{
background-color: #F1ACDE;
}
</style>
border-color css
<style>
span { border-color: #F1ACDE; }
span { border-color: rgb(241,172,222); }
td.TdClassName
{
border-color: #F1ACDE;
}
.TagClassName
{
border-color: #F1ACDE;
}
</style>