#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 of #FBCEB1 | Value |
---|---|
RGB | 251, 206, 177 |
HSL | 0.07, 0.9, 0.84 |
HSV | 24°, 29°, 98° |
XYZ | 69.79, 67.83, 51 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001110 | 10110001 |
Octal | 373 | 316 | 261 |
Decimal | 251 | 206 | 177 |
Hex | FB | CE | B1 |
Shades of #FBCEB1
Tints of #FBCEB1
.mybgColor {background-color: #FBCEB1;} .myforeColor {color: #FBCEB1;} .myborderColor {border:3px solid #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,
<div style="background-color:#FBCEB1">Div content here</div>
<div style="border:3px solid #FBCEB1">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(251, 206, 177, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #FBCEB1;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>