Shades of Lavender Rose #F898E3
Tints of Lavender Rose #F898E3
RGB
CMYK
RGB Variations
Color information
#F898E3 (or 0xF898E3) is known color: Lavender Rose. HEX triplet: F8, 98 and E3. RGB value is (248,152,227). Sum of RGB (Red+Green+Blue) = 248+152+227=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F898E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898E3 is #07671C. Grayscale: #BDBDBD. Windows color (decimal): -485149 or 14915832. OLE color: 14915832.
HSL color Cylindrical-coordinate representation of color #F898E3: hue angle of 313.12º 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 #F898E3 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 227 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.03 |
| HSL | 313.13º | 0.87% | 0.78% | - |
| HSV(B) | 313.13º | 0.39% | 0.97% | - |
| XYZ | 63.8 | 47.96 | 78.57 | - |
| YUV | 189.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 227 | 0 | 0.39 | 0.08 | 0.03 | 313.13 | 0.87 | 0.78 |
| Hex | F8 | 98 | E3 | 0 | 27 | 8 | 3 | 139 | 57 | 4E |
| Octal | 370 | 230 | 343 | 0 | 47 | 10 | 3 | 471 | 127 | 116 |
| Binary | 11111000 | 10011000 | 11100011 | 0 | 100111 | 1000 | 11 | 100111001 | 1010111 | 1001110 |
Color Harmonies of #F898E3
Complementary color
Monochromatic Colors of #F898E3
Black with #F898E3
Text Example
Text Example
White with #F898E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898E3; }
p { color: rgb(248,152,227); }
H1.HeaderClassName
{
color: #F898E3;
}
.AnyTagClassName
{
color: #F898E3;
}
</style>
background-color css
<style>
a { background-color: #F898E3; }
a { background-color: rgb(248,152,227); }
div.DivClassName
{
background-color: #F898E3;
}
.BgClassName
{
background-color: #F898E3;
}
</style>
border-color css
<style>
span { border-color: #F898E3; }
span { border-color: rgb(248,152,227); }
td.TdClassName
{
border-color: #F898E3;
}
.TagClassName
{
border-color: #F898E3;
}
</style>