Color spaces of #fbc48b
RGB | 251 | 196 | 139 |
---|---|---|---|
HSL | 0.08 | 0.93 | 0.76 |
HSV | 31° | 45° | 98° |
CMYK | 0.00 | 0.22 | 0.45 0.02 |
XYZ | 64.1838 | 61.8532 | 32.9821 |
Yxy | 61.8532 | 0.4036 | 0.3890 |
Hunter Lab | 78.6468 | 8.0423 | 30.1883 |
CIE-Lab | 82.8353 | 12.6502 | 36.0871 |
#fbc48b color RGB value is (251,196,139).
#fbc48b hex color red value is 251, green value is 196 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fbc48b hue: 0.08 , saturation: 0.93 and the lightness value of fbc48b is 0.76.
The process color (four color CMYK) of #fbc48b color hex is 0.00, 0.22, 0.45, 0.02. Web safe color of #fbc48b is #ffcc99. Color #fbc48b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11000100 | 10001011 |
Octal | 373 | 304 | 213 |
Decimal | 251 | 196 | 139 |
Hex | FB | C4 | 8B |
Shades of #fbc48b
Tints of #fbc48b
RGB Percentages of Color #fbc48b
CMYK Percentages of Color #fbc48b
Complementary Color
#fbc48b | #8bc2fb |
#fbc48b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc48b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc48b Color CSS Codes
.mybgcolor {background-color:#fbc48b; } .myforecolor {color:#fbc48b; } .mybordercolor {border:3px solid #fbc48b; }
#fbc48b Text Font Color
<p style="color:#fbc48b">Text here</p>
This sample text font color is #fbc48b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fbc48b Background Color
<div style="background-color:#fbc48b">
Div content here</div>
This div background color is #fbc48b
#fbc48b Border Color
<div style="border:3px solid #fbc48b">
Div here</div>
This div border color is #fbc48b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,196,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc48b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc48b; -webkit-box-shadow: 1px 1px 3px 2px #fbc48b; box-shadow: 1px 1px 3px 2px #fbc48b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,196,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbc48b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc48b; -webkit-box-shadow: 1px 1px 3px 2px #fbc48b; box-shadow: 1px 1px 3px 2px #fbc48b;">
Div content here</div>
This div box has shadow with color #fbc48b
Comments
No comments written yet.
Please login to write comment.