Shades of Lavender Pink #F5B0CF
Tints of Lavender Pink #F5B0CF
RGB
CMYK
RGB Variations
Color information
#F5B0CF (or 0xF5B0CF) is known color: Lavender Pink. HEX triplet: F5, B0 and CF. RGB value is (245,176,207). Sum of RGB (Red+Green+Blue) = 245+176+207=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B0CF is #0A4F30. Grayscale: #C8C8C8. Windows color (decimal): -675633 or 13611253. OLE color: 13611253.
HSL color Cylindrical-coordinate representation of color #F5B0CF: hue angle of 333.04º 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 #F5B0CF is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 207 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.04 |
| HSL | 333.04º | 0.78% | 0.83% | - |
| HSV(B) | 333.04º | 0.28% | 0.96% | - |
| XYZ | 64.44 | 54.97 | 66.24 | - |
| YUV | 200.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 207 | 0 | 0.28 | 0.16 | 0.04 | 333.04 | 0.78 | 0.83 |
| Hex | F5 | B0 | CF | 0 | 1C | 10 | 4 | 14D | 4E | 53 |
| Octal | 365 | 260 | 317 | 0 | 34 | 20 | 4 | 515 | 116 | 123 |
| Binary | 11110101 | 10110000 | 11001111 | 0 | 11100 | 10000 | 100 | 101001101 | 1001110 | 1010011 |
Color Harmonies of #F5B0CF
Complementary color
Monochromatic Colors of #F5B0CF
Black with #F5B0CF
Text Example
Text Example
White with #F5B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B0CF; }
p { color: rgb(245,176,207); }
H1.HeaderClassName
{
color: #F5B0CF;
}
.AnyTagClassName
{
color: #F5B0CF;
}
</style>
background-color css
<style>
a { background-color: #F5B0CF; }
a { background-color: rgb(245,176,207); }
div.DivClassName
{
background-color: #F5B0CF;
}
.BgClassName
{
background-color: #F5B0CF;
}
</style>
border-color css
<style>
span { border-color: #F5B0CF; }
span { border-color: rgb(245,176,207); }
td.TdClassName
{
border-color: #F5B0CF;
}
.TagClassName
{
border-color: #F5B0CF;
}
</style>