Shades of Lavender Rose #F898E1
Tints of Lavender Rose #F898E1
RGB
CMYK
RGB Variations
Color information
#F898E1 (or 0xF898E1) is known color: Lavender Rose. HEX triplet: F8, 98 and E1. RGB value is (248,152,225). Sum of RGB (Red+Green+Blue) = 248+152+225=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F898E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898E1 is #07671E. Grayscale: #BCBCBC. Windows color (decimal): -485151 or 14784760. OLE color: 14784760.
HSL color Cylindrical-coordinate representation of color #F898E1: hue angle of 314.38º 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 #F898E1 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 225 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.03 |
| HSL | 314.38º | 0.87% | 0.78% | - |
| HSV(B) | 314.38º | 0.39% | 0.97% | - |
| XYZ | 63.53 | 47.85 | 77.12 | - |
| YUV | 189.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 225 | 0 | 0.39 | 0.09 | 0.03 | 314.38 | 0.87 | 0.78 |
| Hex | F8 | 98 | E1 | 0 | 27 | 9 | 3 | 13A | 57 | 4E |
| Octal | 370 | 230 | 341 | 0 | 47 | 11 | 3 | 472 | 127 | 116 |
| Binary | 11111000 | 10011000 | 11100001 | 0 | 100111 | 1001 | 11 | 100111010 | 1010111 | 1001110 |
Color Harmonies of #F898E1
Complementary color
Monochromatic Colors of #F898E1
Black with #F898E1
Text Example
Text Example
White with #F898E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898E1; }
p { color: rgb(248,152,225); }
H1.HeaderClassName
{
color: #F898E1;
}
.AnyTagClassName
{
color: #F898E1;
}
</style>
background-color css
<style>
a { background-color: #F898E1; }
a { background-color: rgb(248,152,225); }
div.DivClassName
{
background-color: #F898E1;
}
.BgClassName
{
background-color: #F898E1;
}
</style>
border-color css
<style>
span { border-color: #F898E1; }
span { border-color: rgb(248,152,225); }
td.TdClassName
{
border-color: #F898E1;
}
.TagClassName
{
border-color: #F898E1;
}
</style>