Shades of Lavender Rose #F898F0
Tints of Lavender Rose #F898F0
RGB
CMYK
RGB Variations
Color information
#F898F0 (or 0xF898F0) is known color: Lavender Rose. HEX triplet: F8, 98 and F0. RGB value is (248,152,240). Sum of RGB (Red+Green+Blue) = 248+152+240=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 152 (59.77% from 255 or 23.75% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F898F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F898F0 is #07670F. Grayscale: #BEBEBE. Windows color (decimal): -485136 or 15767800. OLE color: 15767800.
HSL color Cylindrical-coordinate representation of color #F898F0: hue angle of 305º 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 #F898F0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 240 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.03 |
| HSL | 305º | 0.87% | 0.78% | - |
| HSV(B) | 305º | 0.39% | 0.97% | - |
| XYZ | 65.67 | 48.7 | 88.38 | - |
| YUV | 190.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 240 | 0 | 0.39 | 0.03 | 0.03 | 305 | 0.87 | 0.78 |
| Hex | F8 | 98 | F0 | 0 | 27 | 3 | 3 | 131 | 57 | 4E |
| Octal | 370 | 230 | 360 | 0 | 47 | 3 | 3 | 461 | 127 | 116 |
| Binary | 11111000 | 10011000 | 11110000 | 0 | 100111 | 11 | 11 | 100110001 | 1010111 | 1001110 |
Color Harmonies of #F898F0
Complementary color
Monochromatic Colors of #F898F0
Black with #F898F0
Text Example
Text Example
White with #F898F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898F0; }
p { color: rgb(248,152,240); }
H1.HeaderClassName
{
color: #F898F0;
}
.AnyTagClassName
{
color: #F898F0;
}
</style>
background-color css
<style>
a { background-color: #F898F0; }
a { background-color: rgb(248,152,240); }
div.DivClassName
{
background-color: #F898F0;
}
.BgClassName
{
background-color: #F898F0;
}
</style>
border-color css
<style>
span { border-color: #F898F0; }
span { border-color: rgb(248,152,240); }
td.TdClassName
{
border-color: #F898F0;
}
.TagClassName
{
border-color: #F898F0;
}
</style>