Shades of Lavender Rose #F6B7F2
Tints of Lavender Rose #F6B7F2
RGB
CMYK
RGB Variations
Color information
#F6B7F2 (or 0xF6B7F2) is known color: Lavender Rose. HEX triplet: F6, B7 and F2. RGB value is (246,183,242). Sum of RGB (Red+Green+Blue) = 246+183+242=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B7F2 is #09480D. Grayscale: #D0D0D0. Windows color (decimal): -608270 or 15906806. OLE color: 15906806.
HSL color Cylindrical-coordinate representation of color #F6B7F2: hue angle of 303.81º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6B7F2 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 242 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.04 |
| HSL | 303.81º | 0.78% | 0.84% | - |
| HSV(B) | 303.81º | 0.26% | 0.96% | - |
| XYZ | 70.97 | 59.87 | 91.82 | - |
| YUV | 208.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 242 | 0 | 0.26 | 0.02 | 0.04 | 303.81 | 0.78 | 0.84 |
| Hex | F6 | B7 | F2 | 0 | 1A | 2 | 4 | 130 | 4E | 54 |
| Octal | 366 | 267 | 362 | 0 | 32 | 2 | 4 | 460 | 116 | 124 |
| Binary | 11110110 | 10110111 | 11110010 | 0 | 11010 | 10 | 100 | 100110000 | 1001110 | 1010100 |
Color Harmonies of #F6B7F2
Complementary color
Monochromatic Colors of #F6B7F2
Black with #F6B7F2
Text Example
Text Example
White with #F6B7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B7F2; }
p { color: rgb(246,183,242); }
H1.HeaderClassName
{
color: #F6B7F2;
}
.AnyTagClassName
{
color: #F6B7F2;
}
</style>
background-color css
<style>
a { background-color: #F6B7F2; }
a { background-color: rgb(246,183,242); }
div.DivClassName
{
background-color: #F6B7F2;
}
.BgClassName
{
background-color: #F6B7F2;
}
</style>
border-color css
<style>
span { border-color: #F6B7F2; }
span { border-color: rgb(246,183,242); }
td.TdClassName
{
border-color: #F6B7F2;
}
.TagClassName
{
border-color: #F6B7F2;
}
</style>