Shades of Lavender Rose #F69CDB
Tints of Lavender Rose #F69CDB
RGB
CMYK
RGB Variations
Color information
#F69CDB (or 0xF69CDB) is known color: Lavender Rose. HEX triplet: F6, 9C and DB. RGB value is (246,156,219). Sum of RGB (Red+Green+Blue) = 246+156+219=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CDB is #096324. Grayscale: #BDBDBD. Windows color (decimal): -615205 or 14392566. OLE color: 14392566.
HSL color Cylindrical-coordinate representation of color #F69CDB: hue angle of 318º 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 #F69CDB is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 219 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.04 |
| HSL | 318º | 0.83% | 0.79% | - |
| HSV(B) | 318º | 0.37% | 0.96% | - |
| XYZ | 62.68 | 48.48 | 73.07 | - |
| YUV | 190.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 219 | 0 | 0.37 | 0.11 | 0.04 | 318 | 0.83 | 0.79 |
| Hex | F6 | 9C | DB | 0 | 25 | B | 4 | 13E | 53 | 4F |
| Octal | 366 | 234 | 333 | 0 | 45 | 13 | 4 | 476 | 123 | 117 |
| Binary | 11110110 | 10011100 | 11011011 | 0 | 100101 | 1011 | 100 | 100111110 | 1010011 | 1001111 |
Color Harmonies of #F69CDB
Complementary color
Monochromatic Colors of #F69CDB
Black with #F69CDB
Text Example
Text Example
White with #F69CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CDB; }
p { color: rgb(246,156,219); }
H1.HeaderClassName
{
color: #F69CDB;
}
.AnyTagClassName
{
color: #F69CDB;
}
</style>
background-color css
<style>
a { background-color: #F69CDB; }
a { background-color: rgb(246,156,219); }
div.DivClassName
{
background-color: #F69CDB;
}
.BgClassName
{
background-color: #F69CDB;
}
</style>
border-color css
<style>
span { border-color: #F69CDB; }
span { border-color: rgb(246,156,219); }
td.TdClassName
{
border-color: #F69CDB;
}
.TagClassName
{
border-color: #F69CDB;
}
</style>