Shades of Lavender Rose #F89CEB
Tints of Lavender Rose #F89CEB
RGB
CMYK
RGB Variations
Color information
#F89CEB (or 0xF89CEB) is known color: Lavender Rose. HEX triplet: F8, 9C and EB. RGB value is (248,156,235). Sum of RGB (Red+Green+Blue) = 248+156+235=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 156 (61.33% from 255 or 24.41% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89CEB is #076314. Grayscale: #C0C0C0. Windows color (decimal): -484117 or 15441144. OLE color: 15441144.
HSL color Cylindrical-coordinate representation of color #F89CEB: hue angle of 308.48º 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 #F89CEB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 235 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.03 |
| HSL | 308.48º | 0.87% | 0.79% | - |
| HSV(B) | 308.48º | 0.37% | 0.97% | - |
| XYZ | 65.6 | 49.73 | 84.74 | - |
| YUV | 192.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 235 | 0 | 0.37 | 0.05 | 0.03 | 308.48 | 0.87 | 0.79 |
| Hex | F8 | 9C | EB | 0 | 25 | 5 | 3 | 134 | 57 | 4F |
| Octal | 370 | 234 | 353 | 0 | 45 | 5 | 3 | 464 | 127 | 117 |
| Binary | 11111000 | 10011100 | 11101011 | 0 | 100101 | 101 | 11 | 100110100 | 1010111 | 1001111 |
Color Harmonies of #F89CEB
Complementary color
Monochromatic Colors of #F89CEB
Black with #F89CEB
Text Example
Text Example
White with #F89CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CEB; }
p { color: rgb(248,156,235); }
H1.HeaderClassName
{
color: #F89CEB;
}
.AnyTagClassName
{
color: #F89CEB;
}
</style>
background-color css
<style>
a { background-color: #F89CEB; }
a { background-color: rgb(248,156,235); }
div.DivClassName
{
background-color: #F89CEB;
}
.BgClassName
{
background-color: #F89CEB;
}
</style>
border-color css
<style>
span { border-color: #F89CEB; }
span { border-color: rgb(248,156,235); }
td.TdClassName
{
border-color: #F89CEB;
}
.TagClassName
{
border-color: #F89CEB;
}
</style>