Shades of Lavender Rose #F998DC
Tints of Lavender Rose #F998DC
RGB
CMYK
RGB Variations
Color information
#F998DC (or 0xF998DC) is known color: Lavender Rose. HEX triplet: F9, 98 and DC. RGB value is (249,152,220). Sum of RGB (Red+Green+Blue) = 249+152+220=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F998DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998DC is #066723. Grayscale: #BCBCBC. Windows color (decimal): -419620 or 14457081. OLE color: 14457081.
HSL color Cylindrical-coordinate representation of color #F998DC: hue angle of 317.94º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998DC is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 220 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.02 |
| HSL | 317.94º | 0.89% | 0.79% | - |
| HSV(B) | 317.94º | 0.39% | 0.98% | - |
| XYZ | 63.21 | 47.76 | 73.6 | - |
| YUV | 188.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 220 | 0 | 0.39 | 0.12 | 0.02 | 317.94 | 0.89 | 0.79 |
| Hex | F9 | 98 | DC | 0 | 27 | C | 2 | 13E | 59 | 4F |
| Octal | 371 | 230 | 334 | 0 | 47 | 14 | 2 | 476 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11011100 | 0 | 100111 | 1100 | 10 | 100111110 | 1011001 | 1001111 |
Color Harmonies of #F998DC
Complementary color
Monochromatic Colors of #F998DC
Black with #F998DC
Text Example
Text Example
White with #F998DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998DC; }
p { color: rgb(249,152,220); }
H1.HeaderClassName
{
color: #F998DC;
}
.AnyTagClassName
{
color: #F998DC;
}
</style>
background-color css
<style>
a { background-color: #F998DC; }
a { background-color: rgb(249,152,220); }
div.DivClassName
{
background-color: #F998DC;
}
.BgClassName
{
background-color: #F998DC;
}
</style>
border-color css
<style>
span { border-color: #F998DC; }
span { border-color: rgb(249,152,220); }
td.TdClassName
{
border-color: #F998DC;
}
.TagClassName
{
border-color: #F998DC;
}
</style>