Shades of Lavender Rose #F5B1EA
Tints of Lavender Rose #F5B1EA
RGB
CMYK
RGB Variations
Color information
#F5B1EA (or 0xF5B1EA) is known color: Lavender Rose. HEX triplet: F5, B1 and EA. RGB value is (245,177,234). Sum of RGB (Red+Green+Blue) = 245+177+234=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B1EA is #0A4E15. Grayscale: #CBCBCB. Windows color (decimal): -675350 or 15380981. OLE color: 15380981.
HSL color Cylindrical-coordinate representation of color #F5B1EA: hue angle of 309.71º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B1EA is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 234 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.04 |
| HSL | 309.71º | 0.77% | 0.83% | - |
| HSV(B) | 309.71º | 0.28% | 0.96% | - |
| XYZ | 68.23 | 56.8 | 85.21 | - |
| YUV | 203.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 234 | 0 | 0.28 | 0.04 | 0.04 | 309.71 | 0.77 | 0.83 |
| Hex | F5 | B1 | EA | 0 | 1C | 4 | 4 | 136 | 4D | 53 |
| Octal | 365 | 261 | 352 | 0 | 34 | 4 | 4 | 466 | 115 | 123 |
| Binary | 11110101 | 10110001 | 11101010 | 0 | 11100 | 100 | 100 | 100110110 | 1001101 | 1010011 |
Color Harmonies of #F5B1EA
Complementary color
Monochromatic Colors of #F5B1EA
Black with #F5B1EA
Text Example
Text Example
White with #F5B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B1EA; }
p { color: rgb(245,177,234); }
H1.HeaderClassName
{
color: #F5B1EA;
}
.AnyTagClassName
{
color: #F5B1EA;
}
</style>
background-color css
<style>
a { background-color: #F5B1EA; }
a { background-color: rgb(245,177,234); }
div.DivClassName
{
background-color: #F5B1EA;
}
.BgClassName
{
background-color: #F5B1EA;
}
</style>
border-color css
<style>
span { border-color: #F5B1EA; }
span { border-color: rgb(245,177,234); }
td.TdClassName
{
border-color: #F5B1EA;
}
.TagClassName
{
border-color: #F5B1EA;
}
</style>