Shades of Lavender Rose #F5B9E5
Tints of Lavender Rose #F5B9E5
RGB
CMYK
RGB Variations
Color information
#F5B9E5 (or 0xF5B9E5) is known color: Lavender Rose. HEX triplet: F5, B9 and E5. RGB value is (245,185,229). Sum of RGB (Red+Green+Blue) = 245+185+229=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9E5 is #0A461A. Grayscale: #CFCFCF. Windows color (decimal): -673307 or 15055349. OLE color: 15055349.
HSL color Cylindrical-coordinate representation of color #F5B9E5: hue angle of 316º 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 #F5B9E5 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 229 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.04 |
| HSL | 316º | 0.75% | 0.84% | - |
| HSV(B) | 316º | 0.24% | 0.96% | - |
| XYZ | 69.15 | 59.77 | 82.02 | - |
| YUV | 207.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 229 | 0 | 0.24 | 0.07 | 0.04 | 316 | 0.75 | 0.84 |
| Hex | F5 | B9 | E5 | 0 | 18 | 7 | 4 | 13C | 4B | 54 |
| Octal | 365 | 271 | 345 | 0 | 30 | 7 | 4 | 474 | 113 | 124 |
| Binary | 11110101 | 10111001 | 11100101 | 0 | 11000 | 111 | 100 | 100111100 | 1001011 | 1010100 |
Color Harmonies of #F5B9E5
Complementary color
Monochromatic Colors of #F5B9E5
Black with #F5B9E5
Text Example
Text Example
White with #F5B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B9E5; }
p { color: rgb(245,185,229); }
H1.HeaderClassName
{
color: #F5B9E5;
}
.AnyTagClassName
{
color: #F5B9E5;
}
</style>
background-color css
<style>
a { background-color: #F5B9E5; }
a { background-color: rgb(245,185,229); }
div.DivClassName
{
background-color: #F5B9E5;
}
.BgClassName
{
background-color: #F5B9E5;
}
</style>
border-color css
<style>
span { border-color: #F5B9E5; }
span { border-color: rgb(245,185,229); }
td.TdClassName
{
border-color: #F5B9E5;
}
.TagClassName
{
border-color: #F5B9E5;
}
</style>