#f5ebe1 color RGB value is (15, 94, 190).
#f5ebe1 hex color red value is 15, green value is 94, and blue value is 190.
Cylindrical-coordinate representations (HSL) of color #f5ebe1
hue: 212.91,
saturation: 0.85 and lightness: 0.4.
The process color (four-color CMYK) of #f5ebe1 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f5ebe1 is #ff9999. Color #f5ebe1 contains mainly RED.
| Color spaces of #f5ebe1 | Value |
|---|---|
| RGB | 245, 235, 225 |
| HSL | 0.08, 0.5, 0.92 |
| HSV | 30°, 8°, 96° |
| XYZ | 80.95, 84.27, 83.22 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11110101 | 11101011 | 11100001 |
| Octal | 365 | 353 | 341 |
| Decimal | 245 | 235 | 225 |
| Hex | F5 | EB | E1 |
Shades of #f5ebe1
Tints of #f5ebe1
.mybgColor {background-color: #f5ebe1;}
.myforeColor {color: #f5ebe1;}
.myborderColor {border:3px solid #f5ebe1;}
<p style="color:#f5ebe1">Text here</p>
This sample text is styled with the font color #f5ebe1. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#f5ebe1">Div content here</div>
<div style="border:3px solid #f5ebe1">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(245, 235, 225, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #f5ebe1; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #f5ebe1;
-webkit-box-shadow: 1px 1px 3px #f5ebe1;
box-shadow: 1px 1px 3px #f5ebe1; }
<p style="text-shadow: 4px 4px 2px rgba(245, 235, 225, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #f5ebe1;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #f5ebe1;
-webkit-box-shadow: 1px 1px 3px #f5ebe1;
box-shadow: 1px 1px 3px #f5ebe1;">Div content here</div>
