Shades of Lavender Rose #F99DDF
Tints of Lavender Rose #F99DDF
RGB
CMYK
RGB Variations
Color information
#F99DDF (or 0xF99DDF) is known color: Lavender Rose. HEX triplet: F9, 9D and DF. RGB value is (249,157,223). Sum of RGB (Red+Green+Blue) = 249+157+223=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DDF is #066220. Grayscale: #BFBFBF. Windows color (decimal): -418337 or 14654969. OLE color: 14654969.
HSL color Cylindrical-coordinate representation of color #F99DDF: hue angle of 316.96º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DDF is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 223 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.02 |
| HSL | 316.96º | 0.88% | 0.8% | - |
| HSV(B) | 316.96º | 0.37% | 0.98% | - |
| XYZ | 64.44 | 49.58 | 75.99 | - |
| YUV | 192.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 223 | 0 | 0.37 | 0.10 | 0.02 | 316.96 | 0.88 | 0.8 |
| Hex | F9 | 9D | DF | 0 | 25 | A | 2 | 13D | 58 | 50 |
| Octal | 371 | 235 | 337 | 0 | 45 | 12 | 2 | 475 | 130 | 120 |
| Binary | 11111001 | 10011101 | 11011111 | 0 | 100101 | 1010 | 10 | 100111101 | 1011000 | 1010000 |
Color Harmonies of #F99DDF
Complementary color
Monochromatic Colors of #F99DDF
Black with #F99DDF
Text Example
Text Example
White with #F99DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DDF; }
p { color: rgb(249,157,223); }
H1.HeaderClassName
{
color: #F99DDF;
}
.AnyTagClassName
{
color: #F99DDF;
}
</style>
background-color css
<style>
a { background-color: #F99DDF; }
a { background-color: rgb(249,157,223); }
div.DivClassName
{
background-color: #F99DDF;
}
.BgClassName
{
background-color: #F99DDF;
}
</style>
border-color css
<style>
span { border-color: #F99DDF; }
span { border-color: rgb(249,157,223); }
td.TdClassName
{
border-color: #F99DDF;
}
.TagClassName
{
border-color: #F99DDF;
}
</style>