#fbf6e4 color RGB value is (15, 191, 110).
#fbf6e4 hex color red value is 15, green value is 191, and blue value is 110.
Cylindrical-coordinate representations (HSL) of color #fbf6e4
hue: 152.39,
saturation: 0.85 and lightness: 0.4.
The process color (four-color CMYK) of #fbf6e4 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fbf6e4 is #ff9999. Color #fbf6e4 contains mainly RED.
Color spaces of #fbf6e4 | Value |
---|---|
RGB | 251, 246, 228 |
HSL | 0.13, 0.74, 0.94 |
HSV | 47°, 9°, 98° |
XYZ | 86.74, 92.02, 86.58 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11110110 | 11100100 |
Octal | 373 | 366 | 344 |
Decimal | 251 | 246 | 228 |
Hex | FB | F6 | E4 |
Shades of #fbf6e4
Tints of #fbf6e4
.mybgColor {background-color: #fbf6e4;} .myforeColor {color: #fbf6e4;} .myborderColor {border:3px solid #fbf6e4;}
<p style="color:#fbf6e4">Text here</p>
This sample text is styled with the font color #fbf6e4. 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:#fbf6e4">Div content here</div>
<div style="border:3px solid #fbf6e4">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251, 246, 228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbf6e4; } .divShadow { -moz-box-shadow: 1px 1px 3px #fbf6e4; -webkit-box-shadow: 1px 1px 3px #fbf6e4; box-shadow: 1px 1px 3px #fbf6e4; }
<p style="text-shadow: 4px 4px 2px rgba(251, 246, 228, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fbf6e4;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fbf6e4;
-webkit-box-shadow: 1px 1px 3px #fbf6e4;
box-shadow: 1px 1px 3px #fbf6e4;">Div content here</div>