Shades of Lavender Rose #F6BAE6
Tints of Lavender Rose #F6BAE6
RGB
CMYK
RGB Variations
Color information
#F6BAE6 (or 0xF6BAE6) is known color: Lavender Rose. HEX triplet: F6, BA and E6. RGB value is (246,186,230). Sum of RGB (Red+Green+Blue) = 246+186+230=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAE6 is #094519. Grayscale: #D0D0D0. Windows color (decimal): -607514 or 15121142. OLE color: 15121142.
HSL color Cylindrical-coordinate representation of color #F6BAE6: hue angle of 316º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BAE6 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 230 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.04 |
| HSL | 316º | 0.77% | 0.85% | - |
| HSV(B) | 316º | 0.24% | 0.96% | - |
| XYZ | 69.85 | 60.42 | 82.84 | - |
| YUV | 208.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 230 | 0 | 0.24 | 0.07 | 0.04 | 316 | 0.77 | 0.85 |
| Hex | F6 | BA | E6 | 0 | 18 | 7 | 4 | 13C | 4D | 55 |
| Octal | 366 | 272 | 346 | 0 | 30 | 7 | 4 | 474 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11100110 | 0 | 11000 | 111 | 100 | 100111100 | 1001101 | 1010101 |
Color Harmonies of #F6BAE6
Complementary color
Monochromatic Colors of #F6BAE6
Black with #F6BAE6
Text Example
Text Example
White with #F6BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAE6; }
p { color: rgb(246,186,230); }
H1.HeaderClassName
{
color: #F6BAE6;
}
.AnyTagClassName
{
color: #F6BAE6;
}
</style>
background-color css
<style>
a { background-color: #F6BAE6; }
a { background-color: rgb(246,186,230); }
div.DivClassName
{
background-color: #F6BAE6;
}
.BgClassName
{
background-color: #F6BAE6;
}
</style>
border-color css
<style>
span { border-color: #F6BAE6; }
span { border-color: rgb(246,186,230); }
td.TdClassName
{
border-color: #F6BAE6;
}
.TagClassName
{
border-color: #F6BAE6;
}
</style>