Shades of Lavender Rose #F69FDC
Tints of Lavender Rose #F69FDC
RGB
CMYK
RGB Variations
Color information
#F69FDC (or 0xF69FDC) is known color: Lavender Rose. HEX triplet: F6, 9F and DC. RGB value is (246,159,220). Sum of RGB (Red+Green+Blue) = 246+159+220=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FDC is #096023. Grayscale: #BFBFBF. Windows color (decimal): -614436 or 14458870. OLE color: 14458870.
HSL color Cylindrical-coordinate representation of color #F69FDC: hue angle of 317.93º 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 #F69FDC is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 220 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.04 |
| HSL | 317.93º | 0.83% | 0.79% | - |
| HSV(B) | 317.93º | 0.35% | 0.96% | - |
| XYZ | 63.32 | 49.56 | 73.94 | - |
| YUV | 191.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 220 | 0 | 0.35 | 0.11 | 0.04 | 317.93 | 0.83 | 0.79 |
| Hex | F6 | 9F | DC | 0 | 23 | B | 4 | 13E | 53 | 4F |
| Octal | 366 | 237 | 334 | 0 | 43 | 13 | 4 | 476 | 123 | 117 |
| Binary | 11110110 | 10011111 | 11011100 | 0 | 100011 | 1011 | 100 | 100111110 | 1010011 | 1001111 |
Color Harmonies of #F69FDC
Complementary color
Monochromatic Colors of #F69FDC
Black with #F69FDC
Text Example
Text Example
White with #F69FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69FDC; }
p { color: rgb(246,159,220); }
H1.HeaderClassName
{
color: #F69FDC;
}
.AnyTagClassName
{
color: #F69FDC;
}
</style>
background-color css
<style>
a { background-color: #F69FDC; }
a { background-color: rgb(246,159,220); }
div.DivClassName
{
background-color: #F69FDC;
}
.BgClassName
{
background-color: #F69FDC;
}
</style>
border-color css
<style>
span { border-color: #F69FDC; }
span { border-color: rgb(246,159,220); }
td.TdClassName
{
border-color: #F69FDC;
}
.TagClassName
{
border-color: #F69FDC;
}
</style>