Shades of Lavender Pink #F8B6D8
Tints of Lavender Pink #F8B6D8
RGB
CMYK
RGB Variations
Color information
#F8B6D8 (or 0xF8B6D8) is known color: Lavender Pink. HEX triplet: F8, B6 and D8. RGB value is (248,182,216). Sum of RGB (Red+Green+Blue) = 248+182+216=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 182 (71.48% from 255 or 28.17% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B6D8 is #074927. Grayscale: #CDCDCD. Windows color (decimal): -477480 or 14202616. OLE color: 14202616.
HSL color Cylindrical-coordinate representation of color #F8B6D8: hue angle of 329.09º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B6D8 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 182 | 216 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.03 |
| HSL | 329.09º | 0.83% | 0.84% | - |
| HSV(B) | 329.09º | 0.27% | 0.97% | - |
| XYZ | 67.83 | 58.37 | 72.66 | - |
| YUV | 205.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 182 | 216 | 0 | 0.27 | 0.13 | 0.03 | 329.09 | 0.83 | 0.84 |
| Hex | F8 | B6 | D8 | 0 | 1B | D | 3 | 149 | 52 | 54 |
| Octal | 370 | 266 | 330 | 0 | 33 | 15 | 3 | 511 | 122 | 124 |
| Binary | 11111000 | 10110110 | 11011000 | 0 | 11011 | 1101 | 11 | 101001001 | 1010010 | 1010100 |
Color Harmonies of #F8B6D8
Complementary color
Monochromatic Colors of #F8B6D8
Black with #F8B6D8
Text Example
Text Example
White with #F8B6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B6D8; }
p { color: rgb(248,182,216); }
H1.HeaderClassName
{
color: #F8B6D8;
}
.AnyTagClassName
{
color: #F8B6D8;
}
</style>
background-color css
<style>
a { background-color: #F8B6D8; }
a { background-color: rgb(248,182,216); }
div.DivClassName
{
background-color: #F8B6D8;
}
.BgClassName
{
background-color: #F8B6D8;
}
</style>
border-color css
<style>
span { border-color: #F8B6D8; }
span { border-color: rgb(248,182,216); }
td.TdClassName
{
border-color: #F8B6D8;
}
.TagClassName
{
border-color: #F8B6D8;
}
</style>