Shades of Lavender Pink #F5B0DB
Tints of Lavender Pink #F5B0DB
RGB
CMYK
RGB Variations
Color information
#F5B0DB (or 0xF5B0DB) is known color: Lavender Pink. HEX triplet: F5, B0 and DB. RGB value is (245,176,219). Sum of RGB (Red+Green+Blue) = 245+176+219=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B0DB is #0A4F24. Grayscale: #C9C9C9. Windows color (decimal): -675621 or 14397685. OLE color: 14397685.
HSL color Cylindrical-coordinate representation of color #F5B0DB: hue angle of 322.61º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B0DB is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 219 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.04 |
| HSL | 322.61º | 0.78% | 0.83% | - |
| HSV(B) | 322.61º | 0.28% | 0.96% | - |
| XYZ | 65.97 | 55.58 | 74.27 | - |
| YUV | 201.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 219 | 0 | 0.28 | 0.11 | 0.04 | 322.61 | 0.78 | 0.83 |
| Hex | F5 | B0 | DB | 0 | 1C | B | 4 | 143 | 4E | 53 |
| Octal | 365 | 260 | 333 | 0 | 34 | 13 | 4 | 503 | 116 | 123 |
| Binary | 11110101 | 10110000 | 11011011 | 0 | 11100 | 1011 | 100 | 101000011 | 1001110 | 1010011 |
Color Harmonies of #F5B0DB
Complementary color
Monochromatic Colors of #F5B0DB
Black with #F5B0DB
Text Example
Text Example
White with #F5B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B0DB; }
p { color: rgb(245,176,219); }
H1.HeaderClassName
{
color: #F5B0DB;
}
.AnyTagClassName
{
color: #F5B0DB;
}
</style>
background-color css
<style>
a { background-color: #F5B0DB; }
a { background-color: rgb(245,176,219); }
div.DivClassName
{
background-color: #F5B0DB;
}
.BgClassName
{
background-color: #F5B0DB;
}
</style>
border-color css
<style>
span { border-color: #F5B0DB; }
span { border-color: rgb(245,176,219); }
td.TdClassName
{
border-color: #F5B0DB;
}
.TagClassName
{
border-color: #F5B0DB;
}
</style>