Color spaces of #fcbba1
RGB | 252 | 187 | 161 |
---|---|---|---|
HSL | 0.05 | 0.94 | 0.81 |
HSV | 17° | 36° | 99° |
CMYK | 0.00 | 0.26 | 0.36 0.01 |
XYZ | 64.3482 | 58.8093 | 41.6780 |
Yxy | 58.8093 | 0.3904 | 0.3568 |
Hunter Lab | 76.6872 | 15.5766 | 21.4581 |
CIE-Lab | 81.1867 | 20.1305 | 22.3479 |
#fcbba1 color RGB value is (252,187,161).
#fcbba1 hex color red value is 252, green value is 187 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #fcbba1 hue: 0.05 , saturation: 0.94 and the lightness value of fcbba1 is 0.81.
The process color (four color CMYK) of #fcbba1 color hex is 0.00, 0.26, 0.36, 0.01. Web safe color of #fcbba1 is #ffcc99. Color #fcbba1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111011 | 10100001 |
Octal | 374 | 273 | 241 |
Decimal | 252 | 187 | 161 |
Hex | FC | BB | A1 |
Shades of #fcbba1
Tints of #fcbba1
RGB Percentages of Color #fcbba1
CMYK Percentages of Color #fcbba1
Complementary Color
#fcbba1 | #a1e2fc |
#fcbba1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbba1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbba1 Color CSS Codes
.mybgcolor {background-color:#fcbba1; } .myforecolor {color:#fcbba1; } .mybordercolor {border:3px solid #fcbba1; }
#fcbba1 Text Font Color
<p style="color:#fcbba1">Text here</p>
This sample text font color is #fcbba1
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.
#fcbba1 Background Color
<div style="background-color:#fcbba1">
Div content here</div>
This div background color is #fcbba1
#fcbba1 Border Color
<div style="border:3px solid #fcbba1">
Div here</div>
This div border color is #fcbba1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,187,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbba1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbba1; -webkit-box-shadow: 1px 1px 3px 2px #fcbba1; box-shadow: 1px 1px 3px 2px #fcbba1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,187,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbba1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbba1; -webkit-box-shadow: 1px 1px 3px 2px #fcbba1; box-shadow: 1px 1px 3px 2px #fcbba1;">
Div content here</div>
This div box has shadow with color #fcbba1
Comments
No comments written yet.
Please login to write comment.