Shades of Lavender Pink #F5B0DA
Tints of Lavender Pink #F5B0DA
RGB
CMYK
RGB Variations
Color information
#F5B0DA (or 0xF5B0DA) is known color: Lavender Pink. HEX triplet: F5, B0 and DA. RGB value is (245,176,218). Sum of RGB (Red+Green+Blue) = 245+176+218=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B0DA is #0A4F25. Grayscale: #C9C9C9. Windows color (decimal): -675622 or 14332149. OLE color: 14332149.
HSL color Cylindrical-coordinate representation of color #F5B0DA: hue angle of 323.48º 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 #F5B0DA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 218 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.04 |
| HSL | 323.48º | 0.78% | 0.83% | - |
| HSV(B) | 323.48º | 0.28% | 0.96% | - |
| XYZ | 65.84 | 55.53 | 73.58 | - |
| YUV | 201.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 218 | 0 | 0.28 | 0.11 | 0.04 | 323.48 | 0.78 | 0.83 |
| Hex | F5 | B0 | DA | 0 | 1C | B | 4 | 143 | 4E | 53 |
| Octal | 365 | 260 | 332 | 0 | 34 | 13 | 4 | 503 | 116 | 123 |
| Binary | 11110101 | 10110000 | 11011010 | 0 | 11100 | 1011 | 100 | 101000011 | 1001110 | 1010011 |
Color Harmonies of #F5B0DA
Complementary color
Monochromatic Colors of #F5B0DA
Black with #F5B0DA
Text Example
Text Example
White with #F5B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B0DA; }
p { color: rgb(245,176,218); }
H1.HeaderClassName
{
color: #F5B0DA;
}
.AnyTagClassName
{
color: #F5B0DA;
}
</style>
background-color css
<style>
a { background-color: #F5B0DA; }
a { background-color: rgb(245,176,218); }
div.DivClassName
{
background-color: #F5B0DA;
}
.BgClassName
{
background-color: #F5B0DA;
}
</style>
border-color css
<style>
span { border-color: #F5B0DA; }
span { border-color: rgb(245,176,218); }
td.TdClassName
{
border-color: #F5B0DA;
}
.TagClassName
{
border-color: #F5B0DA;
}
</style>