Shades of Lavender Rose #F19DDF
Tints of Lavender Rose #F19DDF
RGB
CMYK
RGB Variations
Color information
#F19DDF (or 0xF19DDF) is known color: Lavender Rose. HEX triplet: F1, 9D and DF. RGB value is (241,157,223). Sum of RGB (Red+Green+Blue) = 241+157+223=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DDF is #0E6220. Grayscale: #BDBDBD. Windows color (decimal): -942625 or 14654961. OLE color: 14654961.
HSL color Cylindrical-coordinate representation of color #F19DDF: hue angle of 312.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19DDF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 223 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.05 |
| HSL | 312.86º | 0.75% | 0.78% | - |
| HSV(B) | 312.86º | 0.35% | 0.95% | - |
| XYZ | 61.65 | 48.14 | 75.86 | - |
| YUV | 189.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 223 | 0 | 0.35 | 0.07 | 0.05 | 312.86 | 0.75 | 0.78 |
| Hex | F1 | 9D | DF | 0 | 23 | 7 | 5 | 139 | 4B | 4E |
| Octal | 361 | 235 | 337 | 0 | 43 | 7 | 5 | 471 | 113 | 116 |
| Binary | 11110001 | 10011101 | 11011111 | 0 | 100011 | 111 | 101 | 100111001 | 1001011 | 1001110 |
Color Harmonies of #F19DDF
Complementary color
Monochromatic Colors of #F19DDF
Black with #F19DDF
Text Example
Text Example
White with #F19DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DDF; }
p { color: rgb(241,157,223); }
H1.HeaderClassName
{
color: #F19DDF;
}
.AnyTagClassName
{
color: #F19DDF;
}
</style>
background-color css
<style>
a { background-color: #F19DDF; }
a { background-color: rgb(241,157,223); }
div.DivClassName
{
background-color: #F19DDF;
}
.BgClassName
{
background-color: #F19DDF;
}
</style>
border-color css
<style>
span { border-color: #F19DDF; }
span { border-color: rgb(241,157,223); }
td.TdClassName
{
border-color: #F19DDF;
}
.TagClassName
{
border-color: #F19DDF;
}
</style>