Shades of Lavender Rose #F6BAF0
Tints of Lavender Rose #F6BAF0
RGB
CMYK
RGB Variations
Color information
#F6BAF0 (or 0xF6BAF0) is known color: Lavender Rose. HEX triplet: F6, BA and F0. RGB value is (246,186,240). Sum of RGB (Red+Green+Blue) = 246+186+240=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAF0 is #09450F. Grayscale: #D1D1D1. Windows color (decimal): -607504 or 15776502. OLE color: 15776502.
HSL color Cylindrical-coordinate representation of color #F6BAF0: hue angle of 306º 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 #F6BAF0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 240 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.04 |
| HSL | 306º | 0.77% | 0.85% | - |
| HSV(B) | 306º | 0.24% | 0.96% | - |
| XYZ | 71.29 | 61 | 90.46 | - |
| YUV | 210.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 240 | 0 | 0.24 | 0.02 | 0.04 | 306 | 0.77 | 0.85 |
| Hex | F6 | BA | F0 | 0 | 18 | 2 | 4 | 132 | 4D | 55 |
| Octal | 366 | 272 | 360 | 0 | 30 | 2 | 4 | 462 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11110000 | 0 | 11000 | 10 | 100 | 100110010 | 1001101 | 1010101 |
Color Harmonies of #F6BAF0
Complementary color
Monochromatic Colors of #F6BAF0
Black with #F6BAF0
Text Example
Text Example
White with #F6BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAF0; }
p { color: rgb(246,186,240); }
H1.HeaderClassName
{
color: #F6BAF0;
}
.AnyTagClassName
{
color: #F6BAF0;
}
</style>
background-color css
<style>
a { background-color: #F6BAF0; }
a { background-color: rgb(246,186,240); }
div.DivClassName
{
background-color: #F6BAF0;
}
.BgClassName
{
background-color: #F6BAF0;
}
</style>
border-color css
<style>
span { border-color: #F6BAF0; }
span { border-color: rgb(246,186,240); }
td.TdClassName
{
border-color: #F6BAF0;
}
.TagClassName
{
border-color: #F6BAF0;
}
</style>