#febca0 color RGB value is (15, 235, 202).
#febca0 hex color red value is 15, green value is 235, and blue value is 202.
Cylindrical-coordinate representations (HSL) of color #febca0
hue: 171,
saturation: 0.88 and lightness: 0.49.
The process color (four-color CMYK) of #febca0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #febca0 is #ff9999. Color #febca0 contains mainly RED.
Color spaces of #febca0 | Value |
---|---|
RGB | 254, 188, 160 |
HSL | 0.05, 0.98, 0.81 |
HSV | 18°, 37°, 100° |
XYZ | 65.2, 59.58, 41.32 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111100 | 10100000 |
Octal | 376 | 274 | 240 |
Decimal | 254 | 188 | 160 |
Hex | FE | BC | A0 |
Shades of #febca0
Tints of #febca0
.mybgColor {background-color: #febca0;} .myforeColor {color: #febca0;} .myborderColor {border:3px solid #febca0;}
<p style="color:#febca0">Text here</p>
This sample text is styled with the font color #febca0. 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:#febca0">Div content here</div>
<div style="border:3px solid #febca0">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254, 188, 160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febca0; } .divShadow { -moz-box-shadow: 1px 1px 3px #febca0; -webkit-box-shadow: 1px 1px 3px #febca0; box-shadow: 1px 1px 3px #febca0; }
<p style="text-shadow: 4px 4px 2px rgba(254, 188, 160, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #febca0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #febca0;
-webkit-box-shadow: 1px 1px 3px #febca0;
box-shadow: 1px 1px 3px #febca0;">Div content here</div>