Shades of Lavender Rose #F1A8EF
Tints of Lavender Rose #F1A8EF
RGB
CMYK
RGB Variations
Color information
#F1A8EF (or 0xF1A8EF) is known color: Lavender Rose. HEX triplet: F1, A8 and EF. RGB value is (241,168,239). Sum of RGB (Red+Green+Blue) = 241+168+239=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 168 (66.02% from 255 or 25.93% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A8EF is #0E5710. Grayscale: #C5C5C5. Windows color (decimal): -939793 or 15706353. OLE color: 15706353.
HSL color Cylindrical-coordinate representation of color #F1A8EF: hue angle of 301.64º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A8EF is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 239 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.05 |
| HSL | 301.64º | 0.72% | 0.8% | - |
| HSV(B) | 301.64º | 0.3% | 0.95% | - |
| XYZ | 65.86 | 52.94 | 88.41 | - |
| YUV | 197.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 239 | 0 | 0.30 | 0.01 | 0.05 | 301.64 | 0.72 | 0.8 |
| Hex | F1 | A8 | EF | 0 | 1E | 1 | 5 | 12E | 48 | 50 |
| Octal | 361 | 250 | 357 | 0 | 36 | 1 | 5 | 456 | 110 | 120 |
| Binary | 11110001 | 10101000 | 11101111 | 0 | 11110 | 1 | 101 | 100101110 | 1001000 | 1010000 |
Color Harmonies of #F1A8EF
Complementary color
Monochromatic Colors of #F1A8EF
Black with #F1A8EF
Text Example
Text Example
White with #F1A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8EF; }
p { color: rgb(241,168,239); }
H1.HeaderClassName
{
color: #F1A8EF;
}
.AnyTagClassName
{
color: #F1A8EF;
}
</style>
background-color css
<style>
a { background-color: #F1A8EF; }
a { background-color: rgb(241,168,239); }
div.DivClassName
{
background-color: #F1A8EF;
}
.BgClassName
{
background-color: #F1A8EF;
}
</style>
border-color css
<style>
span { border-color: #F1A8EF; }
span { border-color: rgb(241,168,239); }
td.TdClassName
{
border-color: #F1A8EF;
}
.TagClassName
{
border-color: #F1A8EF;
}
</style>