Shades of Lavender Rose #F69BD9
Tints of Lavender Rose #F69BD9
RGB
CMYK
RGB Variations
Color information
#F69BD9 (or 0xF69BD9) is known color: Lavender Rose. HEX triplet: F6, 9B and D9. RGB value is (246,155,217). Sum of RGB (Red+Green+Blue) = 246+155+217=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BD9 is #096426. Grayscale: #BDBDBD. Windows color (decimal): -615463 or 14261238. OLE color: 14261238.
HSL color Cylindrical-coordinate representation of color #F69BD9: hue angle of 319.12º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BD9 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 217 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.04 |
| HSL | 319.12º | 0.83% | 0.79% | - |
| HSV(B) | 319.12º | 0.37% | 0.96% | - |
| XYZ | 62.25 | 48.05 | 71.64 | - |
| YUV | 189.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 217 | 0 | 0.37 | 0.12 | 0.04 | 319.12 | 0.83 | 0.79 |
| Hex | F6 | 9B | D9 | 0 | 25 | C | 4 | 13F | 53 | 4F |
| Octal | 366 | 233 | 331 | 0 | 45 | 14 | 4 | 477 | 123 | 117 |
| Binary | 11110110 | 10011011 | 11011001 | 0 | 100101 | 1100 | 100 | 100111111 | 1010011 | 1001111 |
Color Harmonies of #F69BD9
Complementary color
Monochromatic Colors of #F69BD9
Black with #F69BD9
Text Example
Text Example
White with #F69BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BD9; }
p { color: rgb(246,155,217); }
H1.HeaderClassName
{
color: #F69BD9;
}
.AnyTagClassName
{
color: #F69BD9;
}
</style>
background-color css
<style>
a { background-color: #F69BD9; }
a { background-color: rgb(246,155,217); }
div.DivClassName
{
background-color: #F69BD9;
}
.BgClassName
{
background-color: #F69BD9;
}
</style>
border-color css
<style>
span { border-color: #F69BD9; }
span { border-color: rgb(246,155,217); }
td.TdClassName
{
border-color: #F69BD9;
}
.TagClassName
{
border-color: #F69BD9;
}
</style>