color details

Color Details
#fbf5ea Color Hex

#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
Color spaces of #fbf5eaValue
RGB251, 245, 234
HSL0.11, 0.68, 0.95
HSV39°, 7°, 98°
XYZ87.29, 91.76, 90.94
Base Numbers
Base Red Green Blue
Binary 11111011 11110101 11101010
Octal 373 365 352
Decimal 251 245 234
Hex FB F5 EA

RGB Percentages for Color #fbf5ea

34.38%
33.56%
32.05%

CMYK Percentages of the Color #fbf5ea

2.39%
6.77%
1.57%
CSS Codes for Color #fbf5ea
.mybgColor {background-color: #fbf5ea;}
.myforeColor {color: #fbf5ea;}
.myborderColor {border:3px solid #fbf5ea;}
Text Font Color #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,

Background Color #fbf5ea

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(251, 245, 234, 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 #fbf5ea;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #fbf5ea

Scroll to Top