color details

Color Details
#FBCEB1 Color Hex

#FBCEB1 color RGB value is (15, 188, 235).
#FBCEB1 hex color red value is 15, green value is 188, and blue value is 235.
Cylindrical-coordinate representations (HSL) of color #FBCEB1 hue: 192.82, saturation: 0.88 and lightness: 0.49.

The process color (four-color CMYK) of #FBCEB1 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #FBCEB1 is #ff9999. Color #FBCEB1 contains mainly RED.

Color Spaces
Color spaces of #FBCEB1Value
RGB251, 206, 177
HSL0.07, 0.9, 0.84
HSV24°, 29°, 98°
XYZ69.79, 67.83, 51
Base Numbers
Base Red Green Blue
Binary 11111011 11001110 10110001
Octal 373 316 261
Decimal 251 206 177
Hex FB CE B1

RGB Percentages for Color #FBCEB1

39.59%
32.49%
27.92%

CMYK Percentages of the Color #FBCEB1

17.93%
29.48%
1.57%
CSS Codes for Color #FBCEB1
.mybgColor {background-color: #FBCEB1;}
.myforeColor {color: #FBCEB1;}
.myborderColor {border:3px solid #FBCEB1;}
Text Font Color #FBCEB1

<p style="color:#FBCEB1">Text here</p>

This sample text is styled with the font color #FBCEB1. 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 #FBCEB1

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

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

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

The border color of this div is #FBCEB1
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(251, 206, 177, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #FBCEB1;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #FBCEB1;
-webkit-box-shadow: 1px 1px 3px #FBCEB1;
box-shadow: 1px 1px 3px #FBCEB1;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #FBCEB1; -webkit-box-shadow: 1px 1px 3px #FBCEB1; box-shadow: 1px 1px 3px #FBCEB1;">Div content here</div>

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