Shades of Lavender Rose #F899D1
Tints of Lavender Rose #F899D1
RGB
CMYK
RGB Variations
Color information
#F899D1 (or 0xF899D1) is known color: Lavender Rose. HEX triplet: F8, 99 and D1. RGB value is (248,153,209). Sum of RGB (Red+Green+Blue) = 248+153+209=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F899D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899D1 is #07662E. Grayscale: #BBBBBB. Windows color (decimal): -484911 or 13736440. OLE color: 13736440.
HSL color Cylindrical-coordinate representation of color #F899D1: hue angle of 324.63º 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 #F899D1 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 209 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.03 |
| HSL | 324.63º | 0.87% | 0.79% | - |
| HSV(B) | 324.63º | 0.38% | 0.97% | - |
| XYZ | 61.61 | 47.34 | 66.21 | - |
| YUV | 187.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 209 | 0 | 0.38 | 0.16 | 0.03 | 324.63 | 0.87 | 0.79 |
| Hex | F8 | 99 | D1 | 0 | 26 | 10 | 3 | 145 | 57 | 4F |
| Octal | 370 | 231 | 321 | 0 | 46 | 20 | 3 | 505 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11010001 | 0 | 100110 | 10000 | 11 | 101000101 | 1010111 | 1001111 |
Color Harmonies of #F899D1
Complementary color
Monochromatic Colors of #F899D1
Black with #F899D1
Text Example
Text Example
White with #F899D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899D1; }
p { color: rgb(248,153,209); }
H1.HeaderClassName
{
color: #F899D1;
}
.AnyTagClassName
{
color: #F899D1;
}
</style>
background-color css
<style>
a { background-color: #F899D1; }
a { background-color: rgb(248,153,209); }
div.DivClassName
{
background-color: #F899D1;
}
.BgClassName
{
background-color: #F899D1;
}
</style>
border-color css
<style>
span { border-color: #F899D1; }
span { border-color: rgb(248,153,209); }
td.TdClassName
{
border-color: #F899D1;
}
.TagClassName
{
border-color: #F899D1;
}
</style>