Color spaces of #fbc9ba
RGB | 251 | 201 | 186 |
---|---|---|---|
HSL | 0.04 | 0.89 | 0.86 |
HSV | 14° | 26° | 98° |
CMYK | 0.00 | 0.20 | 0.26 0.02 |
XYZ | 69.5332 | 65.8277 | 55.4956 |
Yxy | 65.8277 | 0.3643 | 0.3449 |
Hunter Lab | 81.1343 | 10.9920 | 16.2398 |
CIE-Lab | 84.9085 | 15.5772 | 14.2220 |
#fbc9ba color RGB value is (251,201,186).
#fbc9ba hex color red value is 251, green value is 201 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fbc9ba hue: 0.04 , saturation: 0.89 and the lightness value of fbc9ba is 0.86.
The process color (four color CMYK) of #fbc9ba color hex is 0.00, 0.20, 0.26, 0.02. Web safe color of #fbc9ba is #ffcccc. Color #fbc9ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001001 | 10111010 |
Octal | 373 | 311 | 272 |
Decimal | 251 | 201 | 186 |
Hex | FB | C9 | BA |
Shades of #fbc9ba
Tints of #fbc9ba
RGB Percentages of Color #fbc9ba
CMYK Percentages of Color #fbc9ba
Complementary Color
#fbc9ba | #baecfb |
#fbc9ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc9ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc9ba Color CSS Codes
.mybgcolor {background-color:#fbc9ba; } .myforecolor {color:#fbc9ba; } .mybordercolor {border:3px solid #fbc9ba; }
#fbc9ba Text Font Color
<p style="color:#fbc9ba">Text here</p>
This sample text font color is #fbc9ba
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.
#fbc9ba Background Color
<div style="background-color:#fbc9ba">
Div content here</div>
This div background color is #fbc9ba
#fbc9ba Border Color
<div style="border:3px solid #fbc9ba">
Div here</div>
This div border color is #fbc9ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,201,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc9ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc9ba; -webkit-box-shadow: 1px 1px 3px 2px #fbc9ba; box-shadow: 1px 1px 3px 2px #fbc9ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,201,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbc9ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc9ba; -webkit-box-shadow: 1px 1px 3px 2px #fbc9ba; box-shadow: 1px 1px 3px 2px #fbc9ba;">
Div content here</div>
This div box has shadow with color #fbc9ba
Comments
No comments written yet.
Please login to write comment.