Shades of Lavender Rose #F5B0EC
Tints of Lavender Rose #F5B0EC
RGB
CMYK
RGB Variations
Color information
#F5B0EC (or 0xF5B0EC) is known color: Lavender Rose. HEX triplet: F5, B0 and EC. RGB value is (245,176,236). Sum of RGB (Red+Green+Blue) = 245+176+236=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B0EC is #0A4F13. Grayscale: #CBCBCB. Windows color (decimal): -675604 or 15511797. OLE color: 15511797.
HSL color Cylindrical-coordinate representation of color #F5B0EC: hue angle of 307.83º 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 #F5B0EC is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 236 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.04 |
| HSL | 307.83º | 0.78% | 0.83% | - |
| HSV(B) | 307.83º | 0.28% | 0.96% | - |
| XYZ | 68.32 | 56.52 | 86.67 | - |
| YUV | 203.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 236 | 0 | 0.28 | 0.04 | 0.04 | 307.83 | 0.78 | 0.83 |
| Hex | F5 | B0 | EC | 0 | 1C | 4 | 4 | 134 | 4E | 53 |
| Octal | 365 | 260 | 354 | 0 | 34 | 4 | 4 | 464 | 116 | 123 |
| Binary | 11110101 | 10110000 | 11101100 | 0 | 11100 | 100 | 100 | 100110100 | 1001110 | 1010011 |
Color Harmonies of #F5B0EC
Complementary color
Monochromatic Colors of #F5B0EC
Black with #F5B0EC
Text Example
Text Example
White with #F5B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B0EC; }
p { color: rgb(245,176,236); }
H1.HeaderClassName
{
color: #F5B0EC;
}
.AnyTagClassName
{
color: #F5B0EC;
}
</style>
background-color css
<style>
a { background-color: #F5B0EC; }
a { background-color: rgb(245,176,236); }
div.DivClassName
{
background-color: #F5B0EC;
}
.BgClassName
{
background-color: #F5B0EC;
}
</style>
border-color css
<style>
span { border-color: #F5B0EC; }
span { border-color: rgb(245,176,236); }
td.TdClassName
{
border-color: #F5B0EC;
}
.TagClassName
{
border-color: #F5B0EC;
}
</style>