Shades of Lavender Rose #F89CDB
Tints of Lavender Rose #F89CDB
RGB
CMYK
RGB Variations
Color information
#F89CDB (or 0xF89CDB) is known color: Lavender Rose. HEX triplet: F8, 9C and DB. RGB value is (248,156,219). Sum of RGB (Red+Green+Blue) = 248+156+219=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CDB is #076324. Grayscale: #BEBEBE. Windows color (decimal): -484133 or 14392568. OLE color: 14392568.
HSL color Cylindrical-coordinate representation of color #F89CDB: hue angle of 318.91º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89CDB is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 219 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.03 |
| HSL | 318.91º | 0.87% | 0.79% | - |
| HSV(B) | 318.91º | 0.37% | 0.97% | - |
| XYZ | 63.39 | 48.85 | 73.11 | - |
| YUV | 190.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 219 | 0 | 0.37 | 0.12 | 0.03 | 318.91 | 0.87 | 0.79 |
| Hex | F8 | 9C | DB | 0 | 25 | C | 3 | 13F | 57 | 4F |
| Octal | 370 | 234 | 333 | 0 | 45 | 14 | 3 | 477 | 127 | 117 |
| Binary | 11111000 | 10011100 | 11011011 | 0 | 100101 | 1100 | 11 | 100111111 | 1010111 | 1001111 |
Color Harmonies of #F89CDB
Complementary color
Monochromatic Colors of #F89CDB
Black with #F89CDB
Text Example
Text Example
White with #F89CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CDB; }
p { color: rgb(248,156,219); }
H1.HeaderClassName
{
color: #F89CDB;
}
.AnyTagClassName
{
color: #F89CDB;
}
</style>
background-color css
<style>
a { background-color: #F89CDB; }
a { background-color: rgb(248,156,219); }
div.DivClassName
{
background-color: #F89CDB;
}
.BgClassName
{
background-color: #F89CDB;
}
</style>
border-color css
<style>
span { border-color: #F89CDB; }
span { border-color: rgb(248,156,219); }
td.TdClassName
{
border-color: #F89CDB;
}
.TagClassName
{
border-color: #F89CDB;
}
</style>