Shades of Lavender Rose #F69ADB
Tints of Lavender Rose #F69ADB
RGB
CMYK
RGB Variations
Color information
#F69ADB (or 0xF69ADB) is known color: Lavender Rose. HEX triplet: F6, 9A and DB. RGB value is (246,154,219). Sum of RGB (Red+Green+Blue) = 246+154+219=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ADB is #096524. Grayscale: #BCBCBC. Windows color (decimal): -615717 or 14392054. OLE color: 14392054.
HSL color Cylindrical-coordinate representation of color #F69ADB: hue angle of 317.61º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69ADB is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 154 | 219 | - |
CMYK | 0 | 0.37 | 0.11 | 0.04 |
HSL | 317.61º | 0.84% | 0.78% | - |
HSV(B) | 317.61º | 0.37% | 0.96% | - |
XYZ | 62.35 | 47.82 | 72.96 | - |
YUV | 188.92 | 144.98 | 168.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 154 | 219 | 0 | 0.37 | 0.11 | 0.04 | 317.61 | 0.84 | 0.78 |
Hex | F6 | 9A | DB | 0 | 25 | B | 4 | 13E | 54 | 4E |
Octal | 366 | 232 | 333 | 0 | 45 | 13 | 4 | 476 | 124 | 116 |
Binary | 11110110 | 10011010 | 11011011 | 0 | 100101 | 1011 | 100 | 100111110 | 1010100 | 1001110 |
Color Harmonies of #F69ADB
Complementary color
Monochromatic Colors of #F69ADB
Black with #F69ADB
Text Example
Text Example
White with #F69ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69ADB; }
p { color: rgb(246,154,219); }
H1.HeaderClassName
{
color: #F69ADB;
}
.AnyTagClassName
{
color: #F69ADB;
}
</style>
background-color css
<style>
a { background-color: #F69ADB; }
a { background-color: rgb(246,154,219); }
div.DivClassName
{
background-color: #F69ADB;
}
.BgClassName
{
background-color: #F69ADB;
}
</style>
border-color css
<style>
span { border-color: #F69ADB; }
span { border-color: rgb(246,154,219); }
td.TdClassName
{
border-color: #F69ADB;
}
.TagClassName
{
border-color: #F69ADB;
}
</style>