Shades of Lavender Pink #F6B7DC
Tints of Lavender Pink #F6B7DC
RGB
CMYK
RGB Variations
Color information
#F6B7DC (or 0xF6B7DC) is known color: Lavender Pink. HEX triplet: F6, B7 and DC. RGB value is (246,183,220). Sum of RGB (Red+Green+Blue) = 246+183+220=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B7DC is #094823. Grayscale: #CDCDCD. Windows color (decimal): -608292 or 14465014. OLE color: 14465014.
HSL color Cylindrical-coordinate representation of color #F6B7DC: hue angle of 324.76º 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 #F6B7DC is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 220 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.04 |
| HSL | 324.76º | 0.78% | 0.84% | - |
| HSV(B) | 324.76º | 0.26% | 0.96% | - |
| XYZ | 67.86 | 58.63 | 75.45 | - |
| YUV | 206.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 220 | 0 | 0.26 | 0.11 | 0.04 | 324.76 | 0.78 | 0.84 |
| Hex | F6 | B7 | DC | 0 | 1A | B | 4 | 145 | 4E | 54 |
| Octal | 366 | 267 | 334 | 0 | 32 | 13 | 4 | 505 | 116 | 124 |
| Binary | 11110110 | 10110111 | 11011100 | 0 | 11010 | 1011 | 100 | 101000101 | 1001110 | 1010100 |
Color Harmonies of #F6B7DC
Complementary color
Monochromatic Colors of #F6B7DC
Black with #F6B7DC
Text Example
Text Example
White with #F6B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B7DC; }
p { color: rgb(246,183,220); }
H1.HeaderClassName
{
color: #F6B7DC;
}
.AnyTagClassName
{
color: #F6B7DC;
}
</style>
background-color css
<style>
a { background-color: #F6B7DC; }
a { background-color: rgb(246,183,220); }
div.DivClassName
{
background-color: #F6B7DC;
}
.BgClassName
{
background-color: #F6B7DC;
}
</style>
border-color css
<style>
span { border-color: #F6B7DC; }
span { border-color: rgb(246,183,220); }
td.TdClassName
{
border-color: #F6B7DC;
}
.TagClassName
{
border-color: #F6B7DC;
}
</style>