Color spaces of #fbb09b
RGB | 251 | 176 | 155 |
---|---|---|---|
HSL | 0.04 | 0.92 | 0.80 |
HSV | 13° | 38° | 98° |
CMYK | 0.00 | 0.30 | 0.38 0.02 |
XYZ | 61.2254 | 53.9265 | 38.1923 |
Yxy | 53.9265 | 0.3993 | 0.3517 |
Hunter Lab | 73.4347 | 20.3119 | 20.5684 |
CIE-Lab | 78.4189 | 24.8405 | 21.7426 |
#fbb09b color RGB value is (251,176,155).
#fbb09b hex color red value is 251, green value is 176 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fbb09b hue: 0.04 , saturation: 0.92 and the lightness value of fbb09b is 0.80.
The process color (four color CMYK) of #fbb09b color hex is 0.00, 0.30, 0.38, 0.02. Web safe color of #fbb09b is #ff9999. Color #fbb09b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10110000 | 10011011 |
Octal | 373 | 260 | 233 |
Decimal | 251 | 176 | 155 |
Hex | FB | B0 | 9B |
Shades of #fbb09b
Tints of #fbb09b
RGB Percentages of Color #fbb09b
CMYK Percentages of Color #fbb09b
Complementary Color
#fbb09b | #9be6fb |
#fbb09b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbb09b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbb09b Color CSS Codes
.mybgcolor {background-color:#fbb09b; } .myforecolor {color:#fbb09b; } .mybordercolor {border:3px solid #fbb09b; }
#fbb09b Text Font Color
<p style="color:#fbb09b">Text here</p>
This sample text font color is #fbb09b
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.
#fbb09b Background Color
<div style="background-color:#fbb09b">
Div content here</div>
This div background color is #fbb09b
#fbb09b Border Color
<div style="border:3px solid #fbb09b">
Div here</div>
This div border color is #fbb09b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,176,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbb09b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbb09b; -webkit-box-shadow: 1px 1px 3px 2px #fbb09b; box-shadow: 1px 1px 3px 2px #fbb09b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,176,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbb09b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbb09b; -webkit-box-shadow: 1px 1px 3px 2px #fbb09b; box-shadow: 1px 1px 3px 2px #fbb09b;">
Div content here</div>
This div box has shadow with color #fbb09b
#fbb09b Color Palettes
Comments
No comments written yet.
Please login to write comment.