Shades of Lavender Rose #F89FDD
Tints of Lavender Rose #F89FDD
RGB
CMYK
RGB Variations
Color information
#F89FDD (or 0xF89FDD) is known color: Lavender Rose. HEX triplet: F8, 9F and DD. RGB value is (248,159,221). Sum of RGB (Red+Green+Blue) = 248+159+221=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FDD is #076022. Grayscale: #C0C0C0. Windows color (decimal): -483363 or 14524408. OLE color: 14524408.
HSL color Cylindrical-coordinate representation of color #F89FDD: hue angle of 318.2º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89FDD is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 221 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.03 |
| HSL | 318.2º | 0.86% | 0.8% | - |
| HSV(B) | 318.2º | 0.36% | 0.97% | - |
| XYZ | 64.16 | 49.97 | 74.67 | - |
| YUV | 192.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 221 | 0 | 0.36 | 0.11 | 0.03 | 318.2 | 0.86 | 0.8 |
| Hex | F8 | 9F | DD | 0 | 24 | B | 3 | 13E | 56 | 50 |
| Octal | 370 | 237 | 335 | 0 | 44 | 13 | 3 | 476 | 126 | 120 |
| Binary | 11111000 | 10011111 | 11011101 | 0 | 100100 | 1011 | 11 | 100111110 | 1010110 | 1010000 |
Color Harmonies of #F89FDD
Complementary color
Monochromatic Colors of #F89FDD
Black with #F89FDD
Text Example
Text Example
White with #F89FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FDD; }
p { color: rgb(248,159,221); }
H1.HeaderClassName
{
color: #F89FDD;
}
.AnyTagClassName
{
color: #F89FDD;
}
</style>
background-color css
<style>
a { background-color: #F89FDD; }
a { background-color: rgb(248,159,221); }
div.DivClassName
{
background-color: #F89FDD;
}
.BgClassName
{
background-color: #F89FDD;
}
</style>
border-color css
<style>
span { border-color: #F89FDD; }
span { border-color: rgb(248,159,221); }
td.TdClassName
{
border-color: #F89FDD;
}
.TagClassName
{
border-color: #F89FDD;
}
</style>