Shades of Lavender Rose #F1A4EF
Tints of Lavender Rose #F1A4EF
RGB
CMYK
RGB Variations
Color information
#F1A4EF (or 0xF1A4EF) is known color: Lavender Rose. HEX triplet: F1, A4 and EF. RGB value is (241,164,239). Sum of RGB (Red+Green+Blue) = 241+164+239=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A4EF is #0E5B10. Grayscale: #C3C3C3. Windows color (decimal): -940817 or 15705329. OLE color: 15705329.
HSL color Cylindrical-coordinate representation of color #F1A4EF: hue angle of 301.56º 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 #F1A4EF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 239 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.05 |
| HSL | 301.56º | 0.73% | 0.79% | - |
| HSV(B) | 301.56º | 0.32% | 0.95% | - |
| XYZ | 65.13 | 51.48 | 88.17 | - |
| YUV | 195.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 239 | 0 | 0.32 | 0.01 | 0.05 | 301.56 | 0.73 | 0.79 |
| Hex | F1 | A4 | EF | 0 | 20 | 1 | 5 | 12E | 49 | 4F |
| Octal | 361 | 244 | 357 | 0 | 40 | 1 | 5 | 456 | 111 | 117 |
| Binary | 11110001 | 10100100 | 11101111 | 0 | 100000 | 1 | 101 | 100101110 | 1001001 | 1001111 |
Color Harmonies of #F1A4EF
Complementary color
Monochromatic Colors of #F1A4EF
Black with #F1A4EF
Text Example
Text Example
White with #F1A4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4EF; }
p { color: rgb(241,164,239); }
H1.HeaderClassName
{
color: #F1A4EF;
}
.AnyTagClassName
{
color: #F1A4EF;
}
</style>
background-color css
<style>
a { background-color: #F1A4EF; }
a { background-color: rgb(241,164,239); }
div.DivClassName
{
background-color: #F1A4EF;
}
.BgClassName
{
background-color: #F1A4EF;
}
</style>
border-color css
<style>
span { border-color: #F1A4EF; }
span { border-color: rgb(241,164,239); }
td.TdClassName
{
border-color: #F1A4EF;
}
.TagClassName
{
border-color: #F1A4EF;
}
</style>