Shades of Lavender Rose #F69BD5
Tints of Lavender Rose #F69BD5
RGB
CMYK
RGB Variations
Color information
#F69BD5 (or 0xF69BD5) is known color: Lavender Rose. HEX triplet: F6, 9B and D5. RGB value is (246,155,213). Sum of RGB (Red+Green+Blue) = 246+155+213=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BD5 is #09642A. Grayscale: #BCBCBC. Windows color (decimal): -615467 or 13999094. OLE color: 13999094.
HSL color Cylindrical-coordinate representation of color #F69BD5: hue angle of 321.76º 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 #F69BD5 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 213 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.04 |
| HSL | 321.76º | 0.83% | 0.79% | - |
| HSV(B) | 321.76º | 0.37% | 0.96% | - |
| XYZ | 61.74 | 47.84 | 68.93 | - |
| YUV | 188.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 213 | 0 | 0.37 | 0.13 | 0.04 | 321.76 | 0.83 | 0.79 |
| Hex | F6 | 9B | D5 | 0 | 25 | D | 4 | 142 | 53 | 4F |
| Octal | 366 | 233 | 325 | 0 | 45 | 15 | 4 | 502 | 123 | 117 |
| Binary | 11110110 | 10011011 | 11010101 | 0 | 100101 | 1101 | 100 | 101000010 | 1010011 | 1001111 |
Color Harmonies of #F69BD5
Complementary color
Monochromatic Colors of #F69BD5
Black with #F69BD5
Text Example
Text Example
White with #F69BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BD5; }
p { color: rgb(246,155,213); }
H1.HeaderClassName
{
color: #F69BD5;
}
.AnyTagClassName
{
color: #F69BD5;
}
</style>
background-color css
<style>
a { background-color: #F69BD5; }
a { background-color: rgb(246,155,213); }
div.DivClassName
{
background-color: #F69BD5;
}
.BgClassName
{
background-color: #F69BD5;
}
</style>
border-color css
<style>
span { border-color: #F69BD5; }
span { border-color: rgb(246,155,213); }
td.TdClassName
{
border-color: #F69BD5;
}
.TagClassName
{
border-color: #F69BD5;
}
</style>