Color spaces of #fcf3bb
RGB | 252 | 243 | 187 |
---|---|---|---|
HSL | 0.14 | 0.92 | 0.86 |
HSV | 52° | 26° | 99° |
CMYK | 0.00 | 0.04 | 0.26 0.01 |
XYZ | 81.1651 | 88.3845 | 59.7958 |
Yxy | 88.3845 | 0.3539 | 0.3854 |
Hunter Lab | 94.0130 | -10.4168 | 28.0985 |
CIE-Lab | 95.3226 | -5.4727 | 28.1533 |
#fcf3bb color RGB value is (252,243,187).
#fcf3bb hex color red value is 252, green value is 243 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcf3bb hue: 0.14 , saturation: 0.92 and the lightness value of fcf3bb is 0.86.
The process color (four color CMYK) of #fcf3bb color hex is 0.00, 0.04, 0.26, 0.01. Web safe color of #fcf3bb is #ffffcc. Color #fcf3bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11110011 | 10111011 |
Octal | 374 | 363 | 273 |
Decimal | 252 | 243 | 187 |
Hex | FC | F3 | BB |
Shades of #fcf3bb
Tints of #fcf3bb
RGB Percentages of Color #fcf3bb
CMYK Percentages of Color #fcf3bb
Complementary Color
#fcf3bb | #bbc4fc |
#fcf3bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf3bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf3bb Color CSS Codes
.mybgcolor {background-color:#fcf3bb; } .myforecolor {color:#fcf3bb; } .mybordercolor {border:3px solid #fcf3bb; }
#fcf3bb Text Font Color
<p style="color:#fcf3bb">Text here</p>
This sample text font color is #fcf3bb
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.
#fcf3bb Background Color
<div style="background-color:#fcf3bb">
Div content here</div>
This div background color is #fcf3bb
#fcf3bb Border Color
<div style="border:3px solid #fcf3bb">
Div here</div>
This div border color is #fcf3bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,243,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf3bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf3bb; -webkit-box-shadow: 1px 1px 3px 2px #fcf3bb; box-shadow: 1px 1px 3px 2px #fcf3bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,243,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf3bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf3bb; -webkit-box-shadow: 1px 1px 3px 2px #fcf3bb; box-shadow: 1px 1px 3px 2px #fcf3bb;">
Div content here</div>
This div box has shadow with color #fcf3bb
Comments
No comments written yet.
Please login to write comment.