Shades of Lavender Rose #F89ADB
Tints of Lavender Rose #F89ADB
RGB
CMYK
RGB Variations
Color information
#F89ADB (or 0xF89ADB) is known color: Lavender Rose. HEX triplet: F8, 9A and DB. RGB value is (248,154,219). Sum of RGB (Red+Green+Blue) = 248+154+219=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ADB is #076524. Grayscale: #BDBDBD. Windows color (decimal): -484645 or 14392056. OLE color: 14392056.
HSL color Cylindrical-coordinate representation of color #F89ADB: hue angle of 318.51º 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 #F89ADB is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 219 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.03 |
| HSL | 318.51º | 0.87% | 0.79% | - |
| HSV(B) | 318.51º | 0.38% | 0.97% | - |
| XYZ | 63.05 | 48.18 | 72.99 | - |
| YUV | 189.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 219 | 0 | 0.38 | 0.12 | 0.03 | 318.51 | 0.87 | 0.79 |
| Hex | F8 | 9A | DB | 0 | 26 | C | 3 | 13F | 57 | 4F |
| Octal | 370 | 232 | 333 | 0 | 46 | 14 | 3 | 477 | 127 | 117 |
| Binary | 11111000 | 10011010 | 11011011 | 0 | 100110 | 1100 | 11 | 100111111 | 1010111 | 1001111 |
Color Harmonies of #F89ADB
Complementary color
Monochromatic Colors of #F89ADB
Black with #F89ADB
Text Example
Text Example
White with #F89ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ADB; }
p { color: rgb(248,154,219); }
H1.HeaderClassName
{
color: #F89ADB;
}
.AnyTagClassName
{
color: #F89ADB;
}
</style>
background-color css
<style>
a { background-color: #F89ADB; }
a { background-color: rgb(248,154,219); }
div.DivClassName
{
background-color: #F89ADB;
}
.BgClassName
{
background-color: #F89ADB;
}
</style>
border-color css
<style>
span { border-color: #F89ADB; }
span { border-color: rgb(248,154,219); }
td.TdClassName
{
border-color: #F89ADB;
}
.TagClassName
{
border-color: #F89ADB;
}
</style>