Color spaces of #fbc5ac
RGB | 251 | 197 | 172 |
---|---|---|---|
HSL | 0.05 | 0.91 | 0.83 |
HSV | 19° | 31° | 98° |
CMYK | 0.00 | 0.22 | 0.31 0.02 |
XYZ | 67.1963 | 63.4203 | 47.7294 |
Yxy | 63.4203 | 0.3768 | 0.3556 |
Hunter Lab | 79.6369 | 11.2509 | 20.2111 |
CIE-Lab | 83.6630 | 15.8406 | 19.9045 |
#fbc5ac color RGB value is (251,197,172).
#fbc5ac hex color red value is 251, green value is 197 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fbc5ac hue: 0.05 , saturation: 0.91 and the lightness value of fbc5ac is 0.83.
The process color (four color CMYK) of #fbc5ac color hex is 0.00, 0.22, 0.31, 0.02. Web safe color of #fbc5ac is #ffcc99. Color #fbc5ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11000101 | 10101100 |
Octal | 373 | 305 | 254 |
Decimal | 251 | 197 | 172 |
Hex | FB | C5 | AC |
Shades of #fbc5ac
Tints of #fbc5ac
RGB Percentages of Color #fbc5ac
CMYK Percentages of Color #fbc5ac
Complementary Color
#fbc5ac | #ace2fb |
#fbc5ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc5ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc5ac Color CSS Codes
.mybgcolor {background-color:#fbc5ac; } .myforecolor {color:#fbc5ac; } .mybordercolor {border:3px solid #fbc5ac; }
#fbc5ac Text Font Color
<p style="color:#fbc5ac">Text here</p>
This sample text font color is #fbc5ac
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.
#fbc5ac Background Color
<div style="background-color:#fbc5ac">
Div content here</div>
This div background color is #fbc5ac
#fbc5ac Border Color
<div style="border:3px solid #fbc5ac">
Div here</div>
This div border color is #fbc5ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,197,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc5ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc5ac; -webkit-box-shadow: 1px 1px 3px 2px #fbc5ac; box-shadow: 1px 1px 3px 2px #fbc5ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,197,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbc5ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc5ac; -webkit-box-shadow: 1px 1px 3px 2px #fbc5ac; box-shadow: 1px 1px 3px 2px #fbc5ac;">
Div content here</div>
This div box has shadow with color #fbc5ac
Comments
No comments written yet.
Please login to write comment.