Shades of Lavender Rose #F6BAF2
Tints of Lavender Rose #F6BAF2
RGB
CMYK
RGB Variations
Color information
#F6BAF2 (or 0xF6BAF2) is known color: Lavender Rose. HEX triplet: F6, BA and F2. RGB value is (246,186,242). Sum of RGB (Red+Green+Blue) = 246+186+242=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAF2 is #09450D. Grayscale: #D2D2D2. Windows color (decimal): -607502 or 15907574. OLE color: 15907574.
HSL color Cylindrical-coordinate representation of color #F6BAF2: hue angle of 304º 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 #F6BAF2 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 242 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.04 |
| HSL | 304º | 0.77% | 0.85% | - |
| HSV(B) | 304º | 0.24% | 0.96% | - |
| XYZ | 71.59 | 61.12 | 92.03 | - |
| YUV | 210.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 242 | 0 | 0.24 | 0.02 | 0.04 | 304 | 0.77 | 0.85 |
| Hex | F6 | BA | F2 | 0 | 18 | 2 | 4 | 130 | 4D | 55 |
| Octal | 366 | 272 | 362 | 0 | 30 | 2 | 4 | 460 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11110010 | 0 | 11000 | 10 | 100 | 100110000 | 1001101 | 1010101 |
Color Harmonies of #F6BAF2
Complementary color
Monochromatic Colors of #F6BAF2
Black with #F6BAF2
Text Example
Text Example
White with #F6BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAF2; }
p { color: rgb(246,186,242); }
H1.HeaderClassName
{
color: #F6BAF2;
}
.AnyTagClassName
{
color: #F6BAF2;
}
</style>
background-color css
<style>
a { background-color: #F6BAF2; }
a { background-color: rgb(246,186,242); }
div.DivClassName
{
background-color: #F6BAF2;
}
.BgClassName
{
background-color: #F6BAF2;
}
</style>
border-color css
<style>
span { border-color: #F6BAF2; }
span { border-color: rgb(246,186,242); }
td.TdClassName
{
border-color: #F6BAF2;
}
.TagClassName
{
border-color: #F6BAF2;
}
</style>