Shades of Lavender Rose #F6B9F2
Tints of Lavender Rose #F6B9F2
RGB
CMYK
RGB Variations
Color information
#F6B9F2 (or 0xF6B9F2) is known color: Lavender Rose. HEX triplet: F6, B9 and F2. RGB value is (246,185,242). Sum of RGB (Red+Green+Blue) = 246+185+242=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B9F2 is #09460D. Grayscale: #D1D1D1. Windows color (decimal): -607758 or 15907318. OLE color: 15907318.
HSL color Cylindrical-coordinate representation of color #F6B9F2: hue angle of 303.93º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B9F2 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 242 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.04 |
| HSL | 303.93º | 0.77% | 0.85% | - |
| HSV(B) | 303.93º | 0.25% | 0.96% | - |
| XYZ | 71.38 | 60.7 | 91.96 | - |
| YUV | 209.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 242 | 0 | 0.25 | 0.02 | 0.04 | 303.93 | 0.77 | 0.85 |
| Hex | F6 | B9 | F2 | 0 | 19 | 2 | 4 | 130 | 4D | 55 |
| Octal | 366 | 271 | 362 | 0 | 31 | 2 | 4 | 460 | 115 | 125 |
| Binary | 11110110 | 10111001 | 11110010 | 0 | 11001 | 10 | 100 | 100110000 | 1001101 | 1010101 |
Color Harmonies of #F6B9F2
Complementary color
Monochromatic Colors of #F6B9F2
Black with #F6B9F2
Text Example
Text Example
White with #F6B9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B9F2; }
p { color: rgb(246,185,242); }
H1.HeaderClassName
{
color: #F6B9F2;
}
.AnyTagClassName
{
color: #F6B9F2;
}
</style>
background-color css
<style>
a { background-color: #F6B9F2; }
a { background-color: rgb(246,185,242); }
div.DivClassName
{
background-color: #F6B9F2;
}
.BgClassName
{
background-color: #F6B9F2;
}
</style>
border-color css
<style>
span { border-color: #F6B9F2; }
span { border-color: rgb(246,185,242); }
td.TdClassName
{
border-color: #F6B9F2;
}
.TagClassName
{
border-color: #F6B9F2;
}
</style>