color details

Color Details
#fbf6e4 Color Hex

#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
Color spaces of #fbf6e4Value
RGB251, 246, 228
HSL0.13, 0.74, 0.94
HSV47°, 9°, 98°
XYZ86.74, 92.02, 86.58
Base Numbers
Base Red Green Blue
Binary 11111011 11110110 11100100
Octal 373 366 344
Decimal 251 246 228
Hex FB F6 E4

RGB Percentages for Color #fbf6e4

34.62%
33.93%
31.45%

CMYK Percentages of the Color #fbf6e4

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

Background Color #fbf6e4

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top