Shades of Lavender Rose #F89BD4
Tints of Lavender Rose #F89BD4
RGB
CMYK
RGB Variations
Color information
#F89BD4 (or 0xF89BD4) is known color: Lavender Rose. HEX triplet: F8, 9B and D4. RGB value is (248,155,212). Sum of RGB (Red+Green+Blue) = 248+155+212=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BD4 is #07642B. Grayscale: #BDBDBD. Windows color (decimal): -484396 or 13933560. OLE color: 13933560.
HSL color Cylindrical-coordinate representation of color #F89BD4: hue angle of 323.23º 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 #F89BD4 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 212 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.03 |
| HSL | 323.23º | 0.87% | 0.79% | - |
| HSV(B) | 323.23º | 0.38% | 0.97% | - |
| XYZ | 62.32 | 48.15 | 68.3 | - |
| YUV | 189.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 212 | 0 | 0.38 | 0.15 | 0.03 | 323.23 | 0.87 | 0.79 |
| Hex | F8 | 9B | D4 | 0 | 26 | F | 3 | 143 | 57 | 4F |
| Octal | 370 | 233 | 324 | 0 | 46 | 17 | 3 | 503 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11010100 | 0 | 100110 | 1111 | 11 | 101000011 | 1010111 | 1001111 |
Color Harmonies of #F89BD4
Complementary color
Monochromatic Colors of #F89BD4
Black with #F89BD4
Text Example
Text Example
White with #F89BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BD4; }
p { color: rgb(248,155,212); }
H1.HeaderClassName
{
color: #F89BD4;
}
.AnyTagClassName
{
color: #F89BD4;
}
</style>
background-color css
<style>
a { background-color: #F89BD4; }
a { background-color: rgb(248,155,212); }
div.DivClassName
{
background-color: #F89BD4;
}
.BgClassName
{
background-color: #F89BD4;
}
</style>
border-color css
<style>
span { border-color: #F89BD4; }
span { border-color: rgb(248,155,212); }
td.TdClassName
{
border-color: #F89BD4;
}
.TagClassName
{
border-color: #F89BD4;
}
</style>