Shades of Lavender Rose #F5BAEC
Tints of Lavender Rose #F5BAEC
RGB
CMYK
RGB Variations
Color information
#F5BAEC (or 0xF5BAEC) is known color: Lavender Rose. HEX triplet: F5, BA and EC. RGB value is (245,186,236). Sum of RGB (Red+Green+Blue) = 245+186+236=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAEC is #0A4513. Grayscale: #D1D1D1. Windows color (decimal): -673044 or 15514357. OLE color: 15514357.
HSL color Cylindrical-coordinate representation of color #F5BAEC: hue angle of 309.15º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BAEC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 236 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.04 |
| HSL | 309.15º | 0.75% | 0.85% | - |
| HSV(B) | 309.15º | 0.24% | 0.96% | - |
| XYZ | 70.36 | 60.59 | 87.34 | - |
| YUV | 209.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 236 | 0 | 0.24 | 0.04 | 0.04 | 309.15 | 0.75 | 0.85 |
| Hex | F5 | BA | EC | 0 | 18 | 4 | 4 | 135 | 4B | 55 |
| Octal | 365 | 272 | 354 | 0 | 30 | 4 | 4 | 465 | 113 | 125 |
| Binary | 11110101 | 10111010 | 11101100 | 0 | 11000 | 100 | 100 | 100110101 | 1001011 | 1010101 |
Color Harmonies of #F5BAEC
Complementary color
Monochromatic Colors of #F5BAEC
Black with #F5BAEC
Text Example
Text Example
White with #F5BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BAEC; }
p { color: rgb(245,186,236); }
H1.HeaderClassName
{
color: #F5BAEC;
}
.AnyTagClassName
{
color: #F5BAEC;
}
</style>
background-color css
<style>
a { background-color: #F5BAEC; }
a { background-color: rgb(245,186,236); }
div.DivClassName
{
background-color: #F5BAEC;
}
.BgClassName
{
background-color: #F5BAEC;
}
</style>
border-color css
<style>
span { border-color: #F5BAEC; }
span { border-color: rgb(245,186,236); }
td.TdClassName
{
border-color: #F5BAEC;
}
.TagClassName
{
border-color: #F5BAEC;
}
</style>