Shades of Lavender Pink #F6B7D8
Tints of Lavender Pink #F6B7D8
RGB
CMYK
RGB Variations
Color information
#F6B7D8 (or 0xF6B7D8) is known color: Lavender Pink. HEX triplet: F6, B7 and D8. RGB value is (246,183,216). Sum of RGB (Red+Green+Blue) = 246+183+216=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B7D8 is #094827. Grayscale: #CDCDCD. Windows color (decimal): -608296 or 14202870. OLE color: 14202870.
HSL color Cylindrical-coordinate representation of color #F6B7D8: hue angle of 328.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 #F6B7D8 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 216 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.04 |
| HSL | 328.57º | 0.78% | 0.84% | - |
| HSV(B) | 328.57º | 0.26% | 0.96% | - |
| XYZ | 67.33 | 58.42 | 72.69 | - |
| YUV | 205.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 216 | 0 | 0.26 | 0.12 | 0.04 | 328.57 | 0.78 | 0.84 |
| Hex | F6 | B7 | D8 | 0 | 1A | C | 4 | 149 | 4E | 54 |
| Octal | 366 | 267 | 330 | 0 | 32 | 14 | 4 | 511 | 116 | 124 |
| Binary | 11110110 | 10110111 | 11011000 | 0 | 11010 | 1100 | 100 | 101001001 | 1001110 | 1010100 |
Color Harmonies of #F6B7D8
Complementary color
Monochromatic Colors of #F6B7D8
Black with #F6B7D8
Text Example
Text Example
White with #F6B7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B7D8; }
p { color: rgb(246,183,216); }
H1.HeaderClassName
{
color: #F6B7D8;
}
.AnyTagClassName
{
color: #F6B7D8;
}
</style>
background-color css
<style>
a { background-color: #F6B7D8; }
a { background-color: rgb(246,183,216); }
div.DivClassName
{
background-color: #F6B7D8;
}
.BgClassName
{
background-color: #F6B7D8;
}
</style>
border-color css
<style>
span { border-color: #F6B7D8; }
span { border-color: rgb(246,183,216); }
td.TdClassName
{
border-color: #F6B7D8;
}
.TagClassName
{
border-color: #F6B7D8;
}
</style>