Shades of Lavender Rose #F89BDA
Tints of Lavender Rose #F89BDA
RGB
CMYK
RGB Variations
Color information
#F89BDA (or 0xF89BDA) is known color: Lavender Rose. HEX triplet: F8, 9B and DA. RGB value is (248,155,218). Sum of RGB (Red+Green+Blue) = 248+155+218=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BDA is #076425. Grayscale: #BDBDBD. Windows color (decimal): -484390 or 14326776. OLE color: 14326776.
HSL color Cylindrical-coordinate representation of color #F89BDA: hue angle of 319.35º 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 #F89BDA is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 218 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.03 |
| HSL | 319.35º | 0.87% | 0.79% | - |
| HSV(B) | 319.35º | 0.38% | 0.97% | - |
| XYZ | 63.09 | 48.46 | 72.36 | - |
| YUV | 189.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 218 | 0 | 0.38 | 0.12 | 0.03 | 319.35 | 0.87 | 0.79 |
| Hex | F8 | 9B | DA | 0 | 26 | C | 3 | 13F | 57 | 4F |
| Octal | 370 | 233 | 332 | 0 | 46 | 14 | 3 | 477 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11011010 | 0 | 100110 | 1100 | 11 | 100111111 | 1010111 | 1001111 |
Color Harmonies of #F89BDA
Complementary color
Monochromatic Colors of #F89BDA
Black with #F89BDA
Text Example
Text Example
White with #F89BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BDA; }
p { color: rgb(248,155,218); }
H1.HeaderClassName
{
color: #F89BDA;
}
.AnyTagClassName
{
color: #F89BDA;
}
</style>
background-color css
<style>
a { background-color: #F89BDA; }
a { background-color: rgb(248,155,218); }
div.DivClassName
{
background-color: #F89BDA;
}
.BgClassName
{
background-color: #F89BDA;
}
</style>
border-color css
<style>
span { border-color: #F89BDA; }
span { border-color: rgb(248,155,218); }
td.TdClassName
{
border-color: #F89BDA;
}
.TagClassName
{
border-color: #F89BDA;
}
</style>