color details

Color Details
#febca0 Color Hex

#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
Color spaces of #febca0Value
RGB254, 188, 160
HSL0.05, 0.98, 0.81
HSV18°, 37°, 100°
XYZ65.2, 59.58, 41.32
Base Numbers
Base Red Green Blue
Binary 11111110 10111100 10100000
Octal 376 274 240
Decimal 254 188 160
Hex FE BC A0

RGB Percentages for Color #febca0

42.19%
31.23%
26.58%

CMYK Percentages of the Color #febca0

25.98%
37.01%
0.39%
CSS Codes for Color #febca0
.mybgColor {background-color: #febca0;}
.myforeColor {color: #febca0;}
.myborderColor {border:3px solid #febca0;}
Text Font Color #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,

Background Color #febca0

<div style="background-color:#febca0">Div content here</div>

The background color of this div is #febca0
Border Color #febca0

<div style="border:3px solid #febca0">Div here</div>

The border color of this div is #febca0
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254, 188, 160, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #febca0;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #febca0
Scroll to Top