Shades of Lavender Pink #F5B4CF
Tints of Lavender Pink #F5B4CF
RGB
CMYK
RGB Variations
Color information
#F5B4CF (or 0xF5B4CF) is known color: Lavender Pink. HEX triplet: F5, B4 and CF. RGB value is (245,180,207). Sum of RGB (Red+Green+Blue) = 245+180+207=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B4CF is #0A4B30. Grayscale: #CACACA. Windows color (decimal): -674609 or 13612277. OLE color: 13612277.
HSL color Cylindrical-coordinate representation of color #F5B4CF: hue angle of 335.08º degrees, saturation: 0.76, 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 #F5B4CF is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 207 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.04 |
| HSL | 335.08º | 0.76% | 0.83% | - |
| HSV(B) | 335.08º | 0.27% | 0.96% | - |
| XYZ | 65.24 | 56.56 | 66.51 | - |
| YUV | 202.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 207 | 0 | 0.27 | 0.16 | 0.04 | 335.08 | 0.76 | 0.83 |
| Hex | F5 | B4 | CF | 0 | 1B | 10 | 4 | 14F | 4C | 53 |
| Octal | 365 | 264 | 317 | 0 | 33 | 20 | 4 | 517 | 114 | 123 |
| Binary | 11110101 | 10110100 | 11001111 | 0 | 11011 | 10000 | 100 | 101001111 | 1001100 | 1010011 |
Color Harmonies of #F5B4CF
Complementary color
Monochromatic Colors of #F5B4CF
Black with #F5B4CF
Text Example
Text Example
White with #F5B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B4CF; }
p { color: rgb(245,180,207); }
H1.HeaderClassName
{
color: #F5B4CF;
}
.AnyTagClassName
{
color: #F5B4CF;
}
</style>
background-color css
<style>
a { background-color: #F5B4CF; }
a { background-color: rgb(245,180,207); }
div.DivClassName
{
background-color: #F5B4CF;
}
.BgClassName
{
background-color: #F5B4CF;
}
</style>
border-color css
<style>
span { border-color: #F5B4CF; }
span { border-color: rgb(245,180,207); }
td.TdClassName
{
border-color: #F5B4CF;
}
.TagClassName
{
border-color: #F5B4CF;
}
</style>