Shades of Lavender Rose #F89DED
Tints of Lavender Rose #F89DED
RGB
CMYK
RGB Variations
Color information
#F89DED (or 0xF89DED) is known color: Lavender Rose. HEX triplet: F8, 9D and ED. RGB value is (248,157,237). Sum of RGB (Red+Green+Blue) = 248+157+237=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 157 (61.72% from 255 or 24.45% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89DED is #076212. Grayscale: #C1C1C1. Windows color (decimal): -483859 or 15572472. OLE color: 15572472.
HSL color Cylindrical-coordinate representation of color #F89DED: hue angle of 307.25º 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 #F89DED is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 237 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.03 |
| HSL | 307.25º | 0.87% | 0.79% | - |
| HSV(B) | 307.25º | 0.37% | 0.97% | - |
| XYZ | 66.05 | 50.18 | 86.33 | - |
| YUV | 193.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 237 | 0 | 0.37 | 0.04 | 0.03 | 307.25 | 0.87 | 0.79 |
| Hex | F8 | 9D | ED | 0 | 25 | 4 | 3 | 133 | 57 | 4F |
| Octal | 370 | 235 | 355 | 0 | 45 | 4 | 3 | 463 | 127 | 117 |
| Binary | 11111000 | 10011101 | 11101101 | 0 | 100101 | 100 | 11 | 100110011 | 1010111 | 1001111 |
Color Harmonies of #F89DED
Complementary color
Monochromatic Colors of #F89DED
Black with #F89DED
Text Example
Text Example
White with #F89DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DED; }
p { color: rgb(248,157,237); }
H1.HeaderClassName
{
color: #F89DED;
}
.AnyTagClassName
{
color: #F89DED;
}
</style>
background-color css
<style>
a { background-color: #F89DED; }
a { background-color: rgb(248,157,237); }
div.DivClassName
{
background-color: #F89DED;
}
.BgClassName
{
background-color: #F89DED;
}
</style>
border-color css
<style>
span { border-color: #F89DED; }
span { border-color: rgb(248,157,237); }
td.TdClassName
{
border-color: #F89DED;
}
.TagClassName
{
border-color: #F89DED;
}
</style>