Shades of Lavender Rose #F69FDD
Tints of Lavender Rose #F69FDD
RGB
CMYK
RGB Variations
Color information
#F69FDD (or 0xF69FDD) is known color: Lavender Rose. HEX triplet: F6, 9F and DD. RGB value is (246,159,221). Sum of RGB (Red+Green+Blue) = 246+159+221=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FDD is #096022. Grayscale: #BFBFBF. Windows color (decimal): -614435 or 14524406. OLE color: 14524406.
HSL color Cylindrical-coordinate representation of color #F69FDD: hue angle of 317.24º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F69FDD is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 221 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.04 |
| HSL | 317.24º | 0.83% | 0.79% | - |
| HSV(B) | 317.24º | 0.35% | 0.96% | - |
| XYZ | 63.46 | 49.61 | 74.64 | - |
| YUV | 192.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 221 | 0 | 0.35 | 0.10 | 0.04 | 317.24 | 0.83 | 0.79 |
| Hex | F6 | 9F | DD | 0 | 23 | A | 4 | 13D | 53 | 4F |
| Octal | 366 | 237 | 335 | 0 | 43 | 12 | 4 | 475 | 123 | 117 |
| Binary | 11110110 | 10011111 | 11011101 | 0 | 100011 | 1010 | 100 | 100111101 | 1010011 | 1001111 |
Color Harmonies of #F69FDD
Complementary color
Monochromatic Colors of #F69FDD
Black with #F69FDD
Text Example
Text Example
White with #F69FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69FDD; }
p { color: rgb(246,159,221); }
H1.HeaderClassName
{
color: #F69FDD;
}
.AnyTagClassName
{
color: #F69FDD;
}
</style>
background-color css
<style>
a { background-color: #F69FDD; }
a { background-color: rgb(246,159,221); }
div.DivClassName
{
background-color: #F69FDD;
}
.BgClassName
{
background-color: #F69FDD;
}
</style>
border-color css
<style>
span { border-color: #F69FDD; }
span { border-color: rgb(246,159,221); }
td.TdClassName
{
border-color: #F69FDD;
}
.TagClassName
{
border-color: #F69FDD;
}
</style>