#fbf5ea color RGB value is (15, 191, 94).
#fbf5ea hex color red value is 15, green value is 191, and blue value is 94.
Cylindrical-coordinate representations (HSL) of color #fbf5ea
hue: 146.93,
saturation: 0.85 and lightness: 0.4.
The process color (four-color CMYK) of #fbf5ea color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fbf5ea is #ff9999. Color #fbf5ea contains mainly RED.
| Color spaces of #fbf5ea | Value |
|---|---|
| RGB | 251, 245, 234 |
| HSL | 0.11, 0.68, 0.95 |
| HSV | 39°, 7°, 98° |
| XYZ | 87.29, 91.76, 90.94 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111011 | 11110101 | 11101010 |
| Octal | 373 | 365 | 352 |
| Decimal | 251 | 245 | 234 |
| Hex | FB | F5 | EA |
Shades of #fbf5ea
Tints of #fbf5ea
.mybgColor {background-color: #fbf5ea;}
.myforeColor {color: #fbf5ea;}
.myborderColor {border:3px solid #fbf5ea;}
<p style="color:#fbf5ea">Text here</p>
This sample text is styled with the font color #fbf5ea. 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:#fbf5ea">Div content here</div>
<div style="border:3px solid #fbf5ea">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(251, 245, 234, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #fbf5ea; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #fbf5ea;
-webkit-box-shadow: 1px 1px 3px #fbf5ea;
box-shadow: 1px 1px 3px #fbf5ea; }
<p style="text-shadow: 4px 4px 2px rgba(251, 245, 234, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fbf5ea;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fbf5ea;
-webkit-box-shadow: 1px 1px 3px #fbf5ea;
box-shadow: 1px 1px 3px #fbf5ea;">Div content here</div>
