Shades of Lavender Rose #F1A4DD
Tints of Lavender Rose #F1A4DD
RGB
CMYK
RGB Variations
Color information
#F1A4DD (or 0xF1A4DD) is known color: Lavender Rose. HEX triplet: F1, A4 and DD. RGB value is (241,164,221). Sum of RGB (Red+Green+Blue) = 241+164+221=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4DD is #0E5B22. Grayscale: #C1C1C1. Windows color (decimal): -940835 or 14525681. OLE color: 14525681.
HSL color Cylindrical-coordinate representation of color #F1A4DD: hue angle of 315.58º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A4DD is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 221 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.05 |
| HSL | 315.58º | 0.73% | 0.79% | - |
| HSV(B) | 315.58º | 0.32% | 0.95% | - |
| XYZ | 62.6 | 50.47 | 74.85 | - |
| YUV | 193.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 221 | 0 | 0.32 | 0.08 | 0.05 | 315.58 | 0.73 | 0.79 |
| Hex | F1 | A4 | DD | 0 | 20 | 8 | 5 | 13C | 49 | 4F |
| Octal | 361 | 244 | 335 | 0 | 40 | 10 | 5 | 474 | 111 | 117 |
| Binary | 11110001 | 10100100 | 11011101 | 0 | 100000 | 1000 | 101 | 100111100 | 1001001 | 1001111 |
Color Harmonies of #F1A4DD
Complementary color
Monochromatic Colors of #F1A4DD
Black with #F1A4DD
Text Example
Text Example
White with #F1A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4DD; }
p { color: rgb(241,164,221); }
H1.HeaderClassName
{
color: #F1A4DD;
}
.AnyTagClassName
{
color: #F1A4DD;
}
</style>
background-color css
<style>
a { background-color: #F1A4DD; }
a { background-color: rgb(241,164,221); }
div.DivClassName
{
background-color: #F1A4DD;
}
.BgClassName
{
background-color: #F1A4DD;
}
</style>
border-color css
<style>
span { border-color: #F1A4DD; }
span { border-color: rgb(241,164,221); }
td.TdClassName
{
border-color: #F1A4DD;
}
.TagClassName
{
border-color: #F1A4DD;
}
</style>