Shades of Lavender Rose #F899D5
Tints of Lavender Rose #F899D5
RGB
CMYK
RGB Variations
Color information
#F899D5 (or 0xF899D5) is known color: Lavender Rose. HEX triplet: F8, 99 and D5. RGB value is (248,153,213). Sum of RGB (Red+Green+Blue) = 248+153+213=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F899D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899D5 is #07662A. Grayscale: #BCBCBC. Windows color (decimal): -484907 or 13998584. OLE color: 13998584.
HSL color Cylindrical-coordinate representation of color #F899D5: hue angle of 322.11º 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 #F899D5 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 213 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.03 |
| HSL | 322.11º | 0.87% | 0.79% | - |
| HSV(B) | 322.11º | 0.38% | 0.97% | - |
| XYZ | 62.11 | 47.54 | 68.85 | - |
| YUV | 188.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 213 | 0 | 0.38 | 0.14 | 0.03 | 322.11 | 0.87 | 0.79 |
| Hex | F8 | 99 | D5 | 0 | 26 | E | 3 | 142 | 57 | 4F |
| Octal | 370 | 231 | 325 | 0 | 46 | 16 | 3 | 502 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11010101 | 0 | 100110 | 1110 | 11 | 101000010 | 1010111 | 1001111 |
Color Harmonies of #F899D5
Complementary color
Monochromatic Colors of #F899D5
Black with #F899D5
Text Example
Text Example
White with #F899D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899D5; }
p { color: rgb(248,153,213); }
H1.HeaderClassName
{
color: #F899D5;
}
.AnyTagClassName
{
color: #F899D5;
}
</style>
background-color css
<style>
a { background-color: #F899D5; }
a { background-color: rgb(248,153,213); }
div.DivClassName
{
background-color: #F899D5;
}
.BgClassName
{
background-color: #F899D5;
}
</style>
border-color css
<style>
span { border-color: #F899D5; }
span { border-color: rgb(248,153,213); }
td.TdClassName
{
border-color: #F899D5;
}
.TagClassName
{
border-color: #F899D5;
}
</style>