Shades of Lavender Rose #F69BDF
Tints of Lavender Rose #F69BDF
RGB
CMYK
RGB Variations
Color information
#F69BDF (or 0xF69BDF) is known color: Lavender Rose. HEX triplet: F6, 9B and DF. RGB value is (246,155,223). Sum of RGB (Red+Green+Blue) = 246+155+223=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BDF is #096420. Grayscale: #BDBDBD. Windows color (decimal): -615457 or 14654454. OLE color: 14654454.
HSL color Cylindrical-coordinate representation of color #F69BDF: hue angle of 315.16º 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 #F69BDF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 223 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.04 |
| HSL | 315.16º | 0.83% | 0.79% | - |
| HSV(B) | 315.16º | 0.37% | 0.96% | - |
| XYZ | 63.05 | 48.36 | 75.82 | - |
| YUV | 189.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 223 | 0 | 0.37 | 0.09 | 0.04 | 315.16 | 0.83 | 0.79 |
| Hex | F6 | 9B | DF | 0 | 25 | 9 | 4 | 13B | 53 | 4F |
| Octal | 366 | 233 | 337 | 0 | 45 | 11 | 4 | 473 | 123 | 117 |
| Binary | 11110110 | 10011011 | 11011111 | 0 | 100101 | 1001 | 100 | 100111011 | 1010011 | 1001111 |
Color Harmonies of #F69BDF
Complementary color
Monochromatic Colors of #F69BDF
Black with #F69BDF
Text Example
Text Example
White with #F69BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BDF; }
p { color: rgb(246,155,223); }
H1.HeaderClassName
{
color: #F69BDF;
}
.AnyTagClassName
{
color: #F69BDF;
}
</style>
background-color css
<style>
a { background-color: #F69BDF; }
a { background-color: rgb(246,155,223); }
div.DivClassName
{
background-color: #F69BDF;
}
.BgClassName
{
background-color: #F69BDF;
}
</style>
border-color css
<style>
span { border-color: #F69BDF; }
span { border-color: rgb(246,155,223); }
td.TdClassName
{
border-color: #F69BDF;
}
.TagClassName
{
border-color: #F69BDF;
}
</style>