Shades of Lavender Rose #F89BD2
Tints of Lavender Rose #F89BD2
RGB
CMYK
RGB Variations
Color information
#F89BD2 (or 0xF89BD2) is known color: Lavender Rose. HEX triplet: F8, 9B and D2. RGB value is (248,155,210). Sum of RGB (Red+Green+Blue) = 248+155+210=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BD2 is #07642D. Grayscale: #BCBCBC. Windows color (decimal): -484398 or 13802488. OLE color: 13802488.
HSL color Cylindrical-coordinate representation of color #F89BD2: hue angle of 324.52º 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 #F89BD2 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 210 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.03 |
| HSL | 324.52º | 0.87% | 0.79% | - |
| HSV(B) | 324.52º | 0.38% | 0.97% | - |
| XYZ | 62.07 | 48.05 | 66.98 | - |
| YUV | 189.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 210 | 0 | 0.38 | 0.15 | 0.03 | 324.52 | 0.87 | 0.79 |
| Hex | F8 | 9B | D2 | 0 | 26 | F | 3 | 145 | 57 | 4F |
| Octal | 370 | 233 | 322 | 0 | 46 | 17 | 3 | 505 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11010010 | 0 | 100110 | 1111 | 11 | 101000101 | 1010111 | 1001111 |
Color Harmonies of #F89BD2
Complementary color
Monochromatic Colors of #F89BD2
Black with #F89BD2
Text Example
Text Example
White with #F89BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BD2; }
p { color: rgb(248,155,210); }
H1.HeaderClassName
{
color: #F89BD2;
}
.AnyTagClassName
{
color: #F89BD2;
}
</style>
background-color css
<style>
a { background-color: #F89BD2; }
a { background-color: rgb(248,155,210); }
div.DivClassName
{
background-color: #F89BD2;
}
.BgClassName
{
background-color: #F89BD2;
}
</style>
border-color css
<style>
span { border-color: #F89BD2; }
span { border-color: rgb(248,155,210); }
td.TdClassName
{
border-color: #F89BD2;
}
.TagClassName
{
border-color: #F89BD2;
}
</style>