Shades of Lavender Pink #F5B6D8
Tints of Lavender Pink #F5B6D8
RGB
CMYK
RGB Variations
Color information
#F5B6D8 (or 0xF5B6D8) is known color: Lavender Pink. HEX triplet: F5, B6 and D8. RGB value is (245,182,216). Sum of RGB (Red+Green+Blue) = 245+182+216=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B6D8 is #0A4927. Grayscale: #CCCCCC. Windows color (decimal): -674088 or 14202613. OLE color: 14202613.
HSL color Cylindrical-coordinate representation of color #F5B6D8: hue angle of 327.62º degrees, saturation: 0.76, 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 #F5B6D8 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 182 | 216 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.04 |
| HSL | 327.62º | 0.76% | 0.84% | - |
| HSV(B) | 327.62º | 0.26% | 0.96% | - |
| XYZ | 66.78 | 57.83 | 72.61 | - |
| YUV | 204.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 216 | 0 | 0.26 | 0.12 | 0.04 | 327.62 | 0.76 | 0.84 |
| Hex | F5 | B6 | D8 | 0 | 1A | C | 4 | 148 | 4C | 54 |
| Octal | 365 | 266 | 330 | 0 | 32 | 14 | 4 | 510 | 114 | 124 |
| Binary | 11110101 | 10110110 | 11011000 | 0 | 11010 | 1100 | 100 | 101001000 | 1001100 | 1010100 |
Color Harmonies of #F5B6D8
Complementary color
Monochromatic Colors of #F5B6D8
Black with #F5B6D8
Text Example
Text Example
White with #F5B6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B6D8; }
p { color: rgb(245,182,216); }
H1.HeaderClassName
{
color: #F5B6D8;
}
.AnyTagClassName
{
color: #F5B6D8;
}
</style>
background-color css
<style>
a { background-color: #F5B6D8; }
a { background-color: rgb(245,182,216); }
div.DivClassName
{
background-color: #F5B6D8;
}
.BgClassName
{
background-color: #F5B6D8;
}
</style>
border-color css
<style>
span { border-color: #F5B6D8; }
span { border-color: rgb(245,182,216); }
td.TdClassName
{
border-color: #F5B6D8;
}
.TagClassName
{
border-color: #F5B6D8;
}
</style>