Shades of Lavender Rose #F999DF
Tints of Lavender Rose #F999DF
RGB
CMYK
RGB Variations
Color information
#F999DF (or 0xF999DF) is known color: Lavender Rose. HEX triplet: F9, 99 and DF. RGB value is (249,153,223). Sum of RGB (Red+Green+Blue) = 249+153+223=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F999DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999DF is #066620. Grayscale: #BDBDBD. Windows color (decimal): -419361 or 14653945. OLE color: 14653945.
HSL color Cylindrical-coordinate representation of color #F999DF: hue angle of 316.25º 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 #F999DF is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 223 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.02 |
| HSL | 316.25º | 0.89% | 0.79% | - |
| HSV(B) | 316.25º | 0.39% | 0.98% | - |
| XYZ | 63.78 | 48.25 | 75.76 | - |
| YUV | 189.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 223 | 0 | 0.39 | 0.10 | 0.02 | 316.25 | 0.89 | 0.79 |
| Hex | F9 | 99 | DF | 0 | 27 | A | 2 | 13C | 59 | 4F |
| Octal | 371 | 231 | 337 | 0 | 47 | 12 | 2 | 474 | 131 | 117 |
| Binary | 11111001 | 10011001 | 11011111 | 0 | 100111 | 1010 | 10 | 100111100 | 1011001 | 1001111 |
Color Harmonies of #F999DF
Complementary color
Monochromatic Colors of #F999DF
Black with #F999DF
Text Example
Text Example
White with #F999DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999DF; }
p { color: rgb(249,153,223); }
H1.HeaderClassName
{
color: #F999DF;
}
.AnyTagClassName
{
color: #F999DF;
}
</style>
background-color css
<style>
a { background-color: #F999DF; }
a { background-color: rgb(249,153,223); }
div.DivClassName
{
background-color: #F999DF;
}
.BgClassName
{
background-color: #F999DF;
}
</style>
border-color css
<style>
span { border-color: #F999DF; }
span { border-color: rgb(249,153,223); }
td.TdClassName
{
border-color: #F999DF;
}
.TagClassName
{
border-color: #F999DF;
}
</style>