Shades of Lavender Rose #F89DDA
Tints of Lavender Rose #F89DDA
RGB
CMYK
RGB Variations
Color information
#F89DDA (or 0xF89DDA) is known color: Lavender Rose. HEX triplet: F8, 9D and DA. RGB value is (248,157,218). Sum of RGB (Red+Green+Blue) = 248+157+218=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DDA is #076225. Grayscale: #BFBFBF. Windows color (decimal): -483878 or 14327288. OLE color: 14327288.
HSL color Cylindrical-coordinate representation of color #F89DDA: hue angle of 319.78º 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 #F89DDA is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 218 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.03 |
| HSL | 319.78º | 0.87% | 0.79% | - |
| HSV(B) | 319.78º | 0.37% | 0.97% | - |
| XYZ | 63.42 | 49.13 | 72.47 | - |
| YUV | 191.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 218 | 0 | 0.37 | 0.12 | 0.03 | 319.78 | 0.87 | 0.79 |
| Hex | F8 | 9D | DA | 0 | 25 | C | 3 | 140 | 57 | 4F |
| Octal | 370 | 235 | 332 | 0 | 45 | 14 | 3 | 500 | 127 | 117 |
| Binary | 11111000 | 10011101 | 11011010 | 0 | 100101 | 1100 | 11 | 101000000 | 1010111 | 1001111 |
Color Harmonies of #F89DDA
Complementary color
Monochromatic Colors of #F89DDA
Black with #F89DDA
Text Example
Text Example
White with #F89DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DDA; }
p { color: rgb(248,157,218); }
H1.HeaderClassName
{
color: #F89DDA;
}
.AnyTagClassName
{
color: #F89DDA;
}
</style>
background-color css
<style>
a { background-color: #F89DDA; }
a { background-color: rgb(248,157,218); }
div.DivClassName
{
background-color: #F89DDA;
}
.BgClassName
{
background-color: #F89DDA;
}
</style>
border-color css
<style>
span { border-color: #F89DDA; }
span { border-color: rgb(248,157,218); }
td.TdClassName
{
border-color: #F89DDA;
}
.TagClassName
{
border-color: #F89DDA;
}
</style>