Shades of Lavender Rose #F5B9F0
Tints of Lavender Rose #F5B9F0
RGB
CMYK
RGB Variations
Color information
#F5B9F0 (or 0xF5B9F0) is known color: Lavender Rose. HEX triplet: F5, B9 and F0. RGB value is (245,185,240). Sum of RGB (Red+Green+Blue) = 245+185+240=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B9F0 is #0A460F. Grayscale: #D1D1D1. Windows color (decimal): -673296 or 15776245. OLE color: 15776245.
HSL color Cylindrical-coordinate representation of color #F5B9F0: hue angle of 305º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5B9F0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 240 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.04 |
| HSL | 305º | 0.75% | 0.84% | - |
| HSV(B) | 305º | 0.24% | 0.96% | - |
| XYZ | 70.73 | 60.4 | 90.37 | - |
| YUV | 209.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 240 | 0 | 0.24 | 0.02 | 0.04 | 305 | 0.75 | 0.84 |
| Hex | F5 | B9 | F0 | 0 | 18 | 2 | 4 | 131 | 4B | 54 |
| Octal | 365 | 271 | 360 | 0 | 30 | 2 | 4 | 461 | 113 | 124 |
| Binary | 11110101 | 10111001 | 11110000 | 0 | 11000 | 10 | 100 | 100110001 | 1001011 | 1010100 |
Color Harmonies of #F5B9F0
Complementary color
Monochromatic Colors of #F5B9F0
Black with #F5B9F0
Text Example
Text Example
White with #F5B9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B9F0; }
p { color: rgb(245,185,240); }
H1.HeaderClassName
{
color: #F5B9F0;
}
.AnyTagClassName
{
color: #F5B9F0;
}
</style>
background-color css
<style>
a { background-color: #F5B9F0; }
a { background-color: rgb(245,185,240); }
div.DivClassName
{
background-color: #F5B9F0;
}
.BgClassName
{
background-color: #F5B9F0;
}
</style>
border-color css
<style>
span { border-color: #F5B9F0; }
span { border-color: rgb(245,185,240); }
td.TdClassName
{
border-color: #F5B9F0;
}
.TagClassName
{
border-color: #F5B9F0;
}
</style>