Shades of Lavender Rose #F5B7EF
Tints of Lavender Rose #F5B7EF
RGB
CMYK
RGB Variations
Color information
#F5B7EF (or 0xF5B7EF) is known color: Lavender Rose. HEX triplet: F5, B7 and EF. RGB value is (245,183,239). Sum of RGB (Red+Green+Blue) = 245+183+239=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 183 (71.88% from 255 or 27.44% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B7EF is #0A4810. Grayscale: #CFCFCF. Windows color (decimal): -673809 or 15710197. OLE color: 15710197.
HSL color Cylindrical-coordinate representation of color #F5B7EF: hue angle of 305.81º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B7EF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 183 | 239 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.04 |
| HSL | 305.81º | 0.76% | 0.84% | - |
| HSV(B) | 305.81º | 0.25% | 0.96% | - |
| XYZ | 70.17 | 59.51 | 89.45 | - |
| YUV | 207.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 239 | 0 | 0.25 | 0.02 | 0.04 | 305.81 | 0.76 | 0.84 |
| Hex | F5 | B7 | EF | 0 | 19 | 2 | 4 | 132 | 4C | 54 |
| Octal | 365 | 267 | 357 | 0 | 31 | 2 | 4 | 462 | 114 | 124 |
| Binary | 11110101 | 10110111 | 11101111 | 0 | 11001 | 10 | 100 | 100110010 | 1001100 | 1010100 |
Color Harmonies of #F5B7EF
Complementary color
Monochromatic Colors of #F5B7EF
Black with #F5B7EF
Text Example
Text Example
White with #F5B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B7EF; }
p { color: rgb(245,183,239); }
H1.HeaderClassName
{
color: #F5B7EF;
}
.AnyTagClassName
{
color: #F5B7EF;
}
</style>
background-color css
<style>
a { background-color: #F5B7EF; }
a { background-color: rgb(245,183,239); }
div.DivClassName
{
background-color: #F5B7EF;
}
.BgClassName
{
background-color: #F5B7EF;
}
</style>
border-color css
<style>
span { border-color: #F5B7EF; }
span { border-color: rgb(245,183,239); }
td.TdClassName
{
border-color: #F5B7EF;
}
.TagClassName
{
border-color: #F5B7EF;
}
</style>