Shades of Lavender Rose #F69FDF
Tints of Lavender Rose #F69FDF
RGB
CMYK
RGB Variations
Color information
#F69FDF (or 0xF69FDF) is known color: Lavender Rose. HEX triplet: F6, 9F and DF. RGB value is (246,159,223). Sum of RGB (Red+Green+Blue) = 246+159+223=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FDF is #096020. Grayscale: #C0C0C0. Windows color (decimal): -614433 or 14655478. OLE color: 14655478.
HSL color Cylindrical-coordinate representation of color #F69FDF: hue angle of 315.86º 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 #F69FDF is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 223 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.04 |
| HSL | 315.86º | 0.83% | 0.79% | - |
| HSV(B) | 315.86º | 0.35% | 0.96% | - |
| XYZ | 63.72 | 49.72 | 76.05 | - |
| YUV | 192.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 223 | 0 | 0.35 | 0.09 | 0.04 | 315.86 | 0.83 | 0.79 |
| Hex | F6 | 9F | DF | 0 | 23 | 9 | 4 | 13C | 53 | 4F |
| Octal | 366 | 237 | 337 | 0 | 43 | 11 | 4 | 474 | 123 | 117 |
| Binary | 11110110 | 10011111 | 11011111 | 0 | 100011 | 1001 | 100 | 100111100 | 1010011 | 1001111 |
Color Harmonies of #F69FDF
Complementary color
Monochromatic Colors of #F69FDF
Black with #F69FDF
Text Example
Text Example
White with #F69FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69FDF; }
p { color: rgb(246,159,223); }
H1.HeaderClassName
{
color: #F69FDF;
}
.AnyTagClassName
{
color: #F69FDF;
}
</style>
background-color css
<style>
a { background-color: #F69FDF; }
a { background-color: rgb(246,159,223); }
div.DivClassName
{
background-color: #F69FDF;
}
.BgClassName
{
background-color: #F69FDF;
}
</style>
border-color css
<style>
span { border-color: #F69FDF; }
span { border-color: rgb(246,159,223); }
td.TdClassName
{
border-color: #F69FDF;
}
.TagClassName
{
border-color: #F69FDF;
}
</style>