Shades of Lavender Rose #F89BDF
Tints of Lavender Rose #F89BDF
RGB
CMYK
RGB Variations
Color information
#F89BDF (or 0xF89BDF) is known color: Lavender Rose. HEX triplet: F8, 9B and DF. RGB value is (248,155,223). Sum of RGB (Red+Green+Blue) = 248+155+223=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BDF is #076420. Grayscale: #BEBEBE. Windows color (decimal): -484385 or 14654456. OLE color: 14654456.
HSL color Cylindrical-coordinate representation of color #F89BDF: hue angle of 316.13º 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 #F89BDF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 223 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.03 |
| HSL | 316.13º | 0.87% | 0.79% | - |
| HSV(B) | 316.13º | 0.38% | 0.97% | - |
| XYZ | 63.75 | 48.73 | 75.86 | - |
| YUV | 190.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 223 | 0 | 0.38 | 0.10 | 0.03 | 316.13 | 0.87 | 0.79 |
| Hex | F8 | 9B | DF | 0 | 26 | A | 3 | 13C | 57 | 4F |
| Octal | 370 | 233 | 337 | 0 | 46 | 12 | 3 | 474 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11011111 | 0 | 100110 | 1010 | 11 | 100111100 | 1010111 | 1001111 |
Color Harmonies of #F89BDF
Complementary color
Monochromatic Colors of #F89BDF
Black with #F89BDF
Text Example
Text Example
White with #F89BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BDF; }
p { color: rgb(248,155,223); }
H1.HeaderClassName
{
color: #F89BDF;
}
.AnyTagClassName
{
color: #F89BDF;
}
</style>
background-color css
<style>
a { background-color: #F89BDF; }
a { background-color: rgb(248,155,223); }
div.DivClassName
{
background-color: #F89BDF;
}
.BgClassName
{
background-color: #F89BDF;
}
</style>
border-color css
<style>
span { border-color: #F89BDF; }
span { border-color: rgb(248,155,223); }
td.TdClassName
{
border-color: #F89BDF;
}
.TagClassName
{
border-color: #F89BDF;
}
</style>