Shades of Lavender Rose #F89DDD
Tints of Lavender Rose #F89DDD
RGB
CMYK
RGB Variations
Color information
#F89DDD (or 0xF89DDD) is known color: Lavender Rose. HEX triplet: F8, 9D and DD. RGB value is (248,157,221). Sum of RGB (Red+Green+Blue) = 248+157+221=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DDD is #076222. Grayscale: #BFBFBF. Windows color (decimal): -483875 or 14523896. OLE color: 14523896.
HSL color Cylindrical-coordinate representation of color #F89DDD: hue angle of 317.8º 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 #F89DDD is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 221 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.03 |
| HSL | 317.8º | 0.87% | 0.79% | - |
| HSV(B) | 317.8º | 0.37% | 0.97% | - |
| XYZ | 63.82 | 49.29 | 74.56 | - |
| YUV | 191.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 221 | 0 | 0.37 | 0.11 | 0.03 | 317.8 | 0.87 | 0.79 |
| Hex | F8 | 9D | DD | 0 | 25 | B | 3 | 13E | 57 | 4F |
| Octal | 370 | 235 | 335 | 0 | 45 | 13 | 3 | 476 | 127 | 117 |
| Binary | 11111000 | 10011101 | 11011101 | 0 | 100101 | 1011 | 11 | 100111110 | 1010111 | 1001111 |
Color Harmonies of #F89DDD
Complementary color
Monochromatic Colors of #F89DDD
Black with #F89DDD
Text Example
Text Example
White with #F89DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DDD; }
p { color: rgb(248,157,221); }
H1.HeaderClassName
{
color: #F89DDD;
}
.AnyTagClassName
{
color: #F89DDD;
}
</style>
background-color css
<style>
a { background-color: #F89DDD; }
a { background-color: rgb(248,157,221); }
div.DivClassName
{
background-color: #F89DDD;
}
.BgClassName
{
background-color: #F89DDD;
}
</style>
border-color css
<style>
span { border-color: #F89DDD; }
span { border-color: rgb(248,157,221); }
td.TdClassName
{
border-color: #F89DDD;
}
.TagClassName
{
border-color: #F89DDD;
}
</style>