Shades of Lavender Rose #F898EE
Tints of Lavender Rose #F898EE
RGB
CMYK
RGB Variations
Color information
#F898EE (or 0xF898EE) is known color: Lavender Rose. HEX triplet: F8, 98 and EE. RGB value is (248,152,238). Sum of RGB (Red+Green+Blue) = 248+152+238=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F898EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F898EE is #076711. Grayscale: #BEBEBE. Windows color (decimal): -485138 or 15636728. OLE color: 15636728.
HSL color Cylindrical-coordinate representation of color #F898EE: hue angle of 306.25º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898EE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 238 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.03 |
| HSL | 306.25º | 0.87% | 0.78% | - |
| HSV(B) | 306.25º | 0.39% | 0.97% | - |
| XYZ | 65.37 | 48.59 | 86.82 | - |
| YUV | 190.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 238 | 0 | 0.39 | 0.04 | 0.03 | 306.25 | 0.87 | 0.78 |
| Hex | F8 | 98 | EE | 0 | 27 | 4 | 3 | 132 | 57 | 4E |
| Octal | 370 | 230 | 356 | 0 | 47 | 4 | 3 | 462 | 127 | 116 |
| Binary | 11111000 | 10011000 | 11101110 | 0 | 100111 | 100 | 11 | 100110010 | 1010111 | 1001110 |
Color Harmonies of #F898EE
Complementary color
Monochromatic Colors of #F898EE
Black with #F898EE
Text Example
Text Example
White with #F898EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898EE; }
p { color: rgb(248,152,238); }
H1.HeaderClassName
{
color: #F898EE;
}
.AnyTagClassName
{
color: #F898EE;
}
</style>
background-color css
<style>
a { background-color: #F898EE; }
a { background-color: rgb(248,152,238); }
div.DivClassName
{
background-color: #F898EE;
}
.BgClassName
{
background-color: #F898EE;
}
</style>
border-color css
<style>
span { border-color: #F898EE; }
span { border-color: rgb(248,152,238); }
td.TdClassName
{
border-color: #F898EE;
}
.TagClassName
{
border-color: #F898EE;
}
</style>