Shades of Lavender Rose #F89BD9
Tints of Lavender Rose #F89BD9
RGB
CMYK
RGB Variations
Color information
#F89BD9 (or 0xF89BD9) is known color: Lavender Rose. HEX triplet: F8, 9B and D9. RGB value is (248,155,217). Sum of RGB (Red+Green+Blue) = 248+155+217=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BD9 is #076426. Grayscale: #BDBDBD. Windows color (decimal): -484391 or 14261240. OLE color: 14261240.
HSL color Cylindrical-coordinate representation of color #F89BD9: hue angle of 320º 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 #F89BD9 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 217 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.03 |
| HSL | 320º | 0.87% | 0.79% | - |
| HSV(B) | 320º | 0.38% | 0.97% | - |
| XYZ | 62.96 | 48.41 | 71.67 | - |
| YUV | 189.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 217 | 0 | 0.38 | 0.12 | 0.03 | 320 | 0.87 | 0.79 |
| Hex | F8 | 9B | D9 | 0 | 26 | C | 3 | 140 | 57 | 4F |
| Octal | 370 | 233 | 331 | 0 | 46 | 14 | 3 | 500 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11011001 | 0 | 100110 | 1100 | 11 | 101000000 | 1010111 | 1001111 |
Color Harmonies of #F89BD9
Complementary color
Monochromatic Colors of #F89BD9
Black with #F89BD9
Text Example
Text Example
White with #F89BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BD9; }
p { color: rgb(248,155,217); }
H1.HeaderClassName
{
color: #F89BD9;
}
.AnyTagClassName
{
color: #F89BD9;
}
</style>
background-color css
<style>
a { background-color: #F89BD9; }
a { background-color: rgb(248,155,217); }
div.DivClassName
{
background-color: #F89BD9;
}
.BgClassName
{
background-color: #F89BD9;
}
</style>
border-color css
<style>
span { border-color: #F89BD9; }
span { border-color: rgb(248,155,217); }
td.TdClassName
{
border-color: #F89BD9;
}
.TagClassName
{
border-color: #F89BD9;
}
</style>