Shades of Lavender Rose #F5BAE8
Tints of Lavender Rose #F5BAE8
RGB
CMYK
RGB Variations
Color information
#F5BAE8 (or 0xF5BAE8) is known color: Lavender Rose. HEX triplet: F5, BA and E8. RGB value is (245,186,232). Sum of RGB (Red+Green+Blue) = 245+186+232=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAE8 is #0A4517. Grayscale: #D0D0D0. Windows color (decimal): -673048 or 15252213. OLE color: 15252213.
HSL color Cylindrical-coordinate representation of color #F5BAE8: hue angle of 313.22º 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 #F5BAE8 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 232 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.04 |
| HSL | 313.22º | 0.75% | 0.85% | - |
| HSV(B) | 313.22º | 0.24% | 0.96% | - |
| XYZ | 69.78 | 60.36 | 84.32 | - |
| YUV | 208.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 232 | 0 | 0.24 | 0.05 | 0.04 | 313.22 | 0.75 | 0.85 |
| Hex | F5 | BA | E8 | 0 | 18 | 5 | 4 | 139 | 4B | 55 |
| Octal | 365 | 272 | 350 | 0 | 30 | 5 | 4 | 471 | 113 | 125 |
| Binary | 11110101 | 10111010 | 11101000 | 0 | 11000 | 101 | 100 | 100111001 | 1001011 | 1010101 |
Color Harmonies of #F5BAE8
Complementary color
Monochromatic Colors of #F5BAE8
Black with #F5BAE8
Text Example
Text Example
White with #F5BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BAE8; }
p { color: rgb(245,186,232); }
H1.HeaderClassName
{
color: #F5BAE8;
}
.AnyTagClassName
{
color: #F5BAE8;
}
</style>
background-color css
<style>
a { background-color: #F5BAE8; }
a { background-color: rgb(245,186,232); }
div.DivClassName
{
background-color: #F5BAE8;
}
.BgClassName
{
background-color: #F5BAE8;
}
</style>
border-color css
<style>
span { border-color: #F5BAE8; }
span { border-color: rgb(245,186,232); }
td.TdClassName
{
border-color: #F5BAE8;
}
.TagClassName
{
border-color: #F5BAE8;
}
</style>