Color spaces of #fbb092
RGB | 251 | 176 | 146 |
---|---|---|---|
HSL | 0.05 | 0.93 | 0.78 |
HSV | 17° | 42° | 98° |
CMYK | 0.00 | 0.30 | 0.42 0.02 |
XYZ | 60.4973 | 53.6352 | 34.3582 |
Yxy | 53.6352 | 0.4074 | 0.3612 |
Hunter Lab | 73.2361 | 19.2884 | 23.4497 |
CIE-Lab | 78.2485 | 23.8561 | 26.3363 |
#fbb092 color RGB value is (251,176,146).
#fbb092 hex color red value is 251, green value is 176 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fbb092 hue: 0.05 , saturation: 0.93 and the lightness value of fbb092 is 0.78.
The process color (four color CMYK) of #fbb092 color hex is 0.00, 0.30, 0.42, 0.02. Web safe color of #fbb092 is #ff9999. Color #fbb092 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10110000 | 10010010 |
Octal | 373 | 260 | 222 |
Decimal | 251 | 176 | 146 |
Hex | FB | B0 | 92 |
Shades of #fbb092
Tints of #fbb092
RGB Percentages of Color #fbb092
CMYK Percentages of Color #fbb092
Complementary Color
#fbb092 | #92ddfb |
#fbb092 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbb092 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbb092 Color CSS Codes
.mybgcolor {background-color:#fbb092; } .myforecolor {color:#fbb092; } .mybordercolor {border:3px solid #fbb092; }
#fbb092 Text Font Color
<p style="color:#fbb092">Text here</p>
This sample text font color is #fbb092
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.
#fbb092 Background Color
<div style="background-color:#fbb092">
Div content here</div>
This div background color is #fbb092
#fbb092 Border Color
<div style="border:3px solid #fbb092">
Div here</div>
This div border color is #fbb092
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,176,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbb092; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbb092; -webkit-box-shadow: 1px 1px 3px 2px #fbb092; box-shadow: 1px 1px 3px 2px #fbb092; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,176,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbb092">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbb092; -webkit-box-shadow: 1px 1px 3px 2px #fbb092; box-shadow: 1px 1px 3px 2px #fbb092;">
Div content here</div>
This div box has shadow with color #fbb092
Comments
No comments written yet.
Please login to write comment.