Shades of Lavender Rose #F899E1
Tints of Lavender Rose #F899E1
RGB
CMYK
RGB Variations
Color information
#F899E1 (or 0xF899E1) is known color: Lavender Rose. HEX triplet: F8, 99 and E1. RGB value is (248,153,225). Sum of RGB (Red+Green+Blue) = 248+153+225=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F899E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899E1 is #07661E. Grayscale: #BDBDBD. Windows color (decimal): -484895 or 14785016. OLE color: 14785016.
HSL color Cylindrical-coordinate representation of color #F899E1: hue angle of 314.53º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899E1 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 225 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.03 |
| HSL | 314.53º | 0.87% | 0.79% | - |
| HSV(B) | 314.53º | 0.38% | 0.97% | - |
| XYZ | 63.69 | 48.18 | 77.18 | - |
| YUV | 189.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 225 | 0 | 0.38 | 0.09 | 0.03 | 314.53 | 0.87 | 0.79 |
| Hex | F8 | 99 | E1 | 0 | 26 | 9 | 3 | 13B | 57 | 4F |
| Octal | 370 | 231 | 341 | 0 | 46 | 11 | 3 | 473 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11100001 | 0 | 100110 | 1001 | 11 | 100111011 | 1010111 | 1001111 |
Color Harmonies of #F899E1
Complementary color
Monochromatic Colors of #F899E1
Black with #F899E1
Text Example
Text Example
White with #F899E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899E1; }
p { color: rgb(248,153,225); }
H1.HeaderClassName
{
color: #F899E1;
}
.AnyTagClassName
{
color: #F899E1;
}
</style>
background-color css
<style>
a { background-color: #F899E1; }
a { background-color: rgb(248,153,225); }
div.DivClassName
{
background-color: #F899E1;
}
.BgClassName
{
background-color: #F899E1;
}
</style>
border-color css
<style>
span { border-color: #F899E1; }
span { border-color: rgb(248,153,225); }
td.TdClassName
{
border-color: #F899E1;
}
.TagClassName
{
border-color: #F899E1;
}
</style>