Shades of Lavender Rose #F6B7ED
Tints of Lavender Rose #F6B7ED
RGB
CMYK
RGB Variations
Color information
#F6B7ED (or 0xF6B7ED) is known color: Lavender Rose. HEX triplet: F6, B7 and ED. RGB value is (246,183,237). Sum of RGB (Red+Green+Blue) = 246+183+237=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 183 (71.88% from 255 or 27.48% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B7ED is #094812. Grayscale: #CFCFCF. Windows color (decimal): -608275 or 15579126. OLE color: 15579126.
HSL color Cylindrical-coordinate representation of color #F6B7ED: hue angle of 308.57º 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 #F6B7ED is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 237 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.04 |
| HSL | 308.57º | 0.78% | 0.84% | - |
| HSV(B) | 308.57º | 0.26% | 0.96% | - |
| XYZ | 70.23 | 59.57 | 87.92 | - |
| YUV | 207.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 237 | 0 | 0.26 | 0.04 | 0.04 | 308.57 | 0.78 | 0.84 |
| Hex | F6 | B7 | ED | 0 | 1A | 4 | 4 | 135 | 4E | 54 |
| Octal | 366 | 267 | 355 | 0 | 32 | 4 | 4 | 465 | 116 | 124 |
| Binary | 11110110 | 10110111 | 11101101 | 0 | 11010 | 100 | 100 | 100110101 | 1001110 | 1010100 |
Color Harmonies of #F6B7ED
Complementary color
Monochromatic Colors of #F6B7ED
Black with #F6B7ED
Text Example
Text Example
White with #F6B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B7ED; }
p { color: rgb(246,183,237); }
H1.HeaderClassName
{
color: #F6B7ED;
}
.AnyTagClassName
{
color: #F6B7ED;
}
</style>
background-color css
<style>
a { background-color: #F6B7ED; }
a { background-color: rgb(246,183,237); }
div.DivClassName
{
background-color: #F6B7ED;
}
.BgClassName
{
background-color: #F6B7ED;
}
</style>
border-color css
<style>
span { border-color: #F6B7ED; }
span { border-color: rgb(246,183,237); }
td.TdClassName
{
border-color: #F6B7ED;
}
.TagClassName
{
border-color: #F6B7ED;
}
</style>