Shades of Lavender Pink #F5B3CF
Tints of Lavender Pink #F5B3CF
RGB
CMYK
RGB Variations
Color information
#F5B3CF (or 0xF5B3CF) is known color: Lavender Pink. HEX triplet: F5, B3 and CF. RGB value is (245,179,207). Sum of RGB (Red+Green+Blue) = 245+179+207=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B3CF is #0A4C30. Grayscale: #C9C9C9. Windows color (decimal): -674865 or 13612021. OLE color: 13612021.
HSL color Cylindrical-coordinate representation of color #F5B3CF: hue angle of 334.55º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B3CF is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 207 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.04 |
| HSL | 334.55º | 0.77% | 0.83% | - |
| HSV(B) | 334.55º | 0.27% | 0.96% | - |
| XYZ | 65.04 | 56.16 | 66.44 | - |
| YUV | 201.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 207 | 0 | 0.27 | 0.16 | 0.04 | 334.55 | 0.77 | 0.83 |
| Hex | F5 | B3 | CF | 0 | 1B | 10 | 4 | 14F | 4D | 53 |
| Octal | 365 | 263 | 317 | 0 | 33 | 20 | 4 | 517 | 115 | 123 |
| Binary | 11110101 | 10110011 | 11001111 | 0 | 11011 | 10000 | 100 | 101001111 | 1001101 | 1010011 |
Color Harmonies of #F5B3CF
Complementary color
Monochromatic Colors of #F5B3CF
Black with #F5B3CF
Text Example
Text Example
White with #F5B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B3CF; }
p { color: rgb(245,179,207); }
H1.HeaderClassName
{
color: #F5B3CF;
}
.AnyTagClassName
{
color: #F5B3CF;
}
</style>
background-color css
<style>
a { background-color: #F5B3CF; }
a { background-color: rgb(245,179,207); }
div.DivClassName
{
background-color: #F5B3CF;
}
.BgClassName
{
background-color: #F5B3CF;
}
</style>
border-color css
<style>
span { border-color: #F5B3CF; }
span { border-color: rgb(245,179,207); }
td.TdClassName
{
border-color: #F5B3CF;
}
.TagClassName
{
border-color: #F5B3CF;
}
</style>