Shades of Lavender Rose #F5B5F5
Tints of Lavender Rose #F5B5F5
RGB
CMYK
RGB Variations
Color information
#F5B5F5 (or 0xF5B5F5) is known color: Lavender Rose. HEX triplet: F5, B5 and F5. RGB value is (245,181,245). Sum of RGB (Red+Green+Blue) = 245+181+245=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F5B5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B5F5 is #0A4A0A. Grayscale: #CFCFCF. Windows color (decimal): -674315 or 16102901. OLE color: 16102901.
HSL color Cylindrical-coordinate representation of color #F5B5F5: hue angle of 300º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B5F5 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 245 | - |
| CMYK | 0 | 0.26 | 0 | 0.04 |
| HSL | 300º | 0.76% | 0.84% | - |
| HSV(B) | 300º | 0.26% | 0.96% | - |
| XYZ | 70.66 | 59.05 | 94.06 | - |
| YUV | 207.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 245 | 0 | 0.26 | 0 | 0.04 | 300 | 0.76 | 0.84 |
| Hex | F5 | B5 | F5 | 0 | 1A | 0 | 4 | 12C | 4C | 54 |
| Octal | 365 | 265 | 365 | 0 | 32 | 0 | 4 | 454 | 114 | 124 |
| Binary | 11110101 | 10110101 | 11110101 | 0 | 11010 | 0 | 100 | 100101100 | 1001100 | 1010100 |
Color Harmonies of #F5B5F5
Complementary color
Monochromatic Colors of #F5B5F5
Black with #F5B5F5
Text Example
Text Example
White with #F5B5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B5F5; }
p { color: rgb(245,181,245); }
H1.HeaderClassName
{
color: #F5B5F5;
}
.AnyTagClassName
{
color: #F5B5F5;
}
</style>
background-color css
<style>
a { background-color: #F5B5F5; }
a { background-color: rgb(245,181,245); }
div.DivClassName
{
background-color: #F5B5F5;
}
.BgClassName
{
background-color: #F5B5F5;
}
</style>
border-color css
<style>
span { border-color: #F5B5F5; }
span { border-color: rgb(245,181,245); }
td.TdClassName
{
border-color: #F5B5F5;
}
.TagClassName
{
border-color: #F5B5F5;
}
</style>