Color spaces of #fcebc2
RGB | 252 | 235 | 194 |
---|---|---|---|
HSL | 0.12 | 0.91 | 0.87 |
HSV | 42° | 23° | 99° |
CMYK | 0.00 | 0.07 | 0.23 0.01 |
XYZ | 79.5908 | 84.0072 | 63.0591 |
Yxy | 84.0072 | 0.3512 | 0.3706 |
Hunter Lab | 91.6554 | -5.3930 | 23.3672 |
CIE-Lab | 93.4536 | -0.5038 | 22.0041 |
#fcebc2 color RGB value is (252,235,194).
#fcebc2 hex color red value is 252, green value is 235 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #fcebc2 hue: 0.12 , saturation: 0.91 and the lightness value of fcebc2 is 0.87.
The process color (four color CMYK) of #fcebc2 color hex is 0.00, 0.07, 0.23, 0.01. Web safe color of #fcebc2 is #ffffcc. Color #fcebc2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101011 | 11000010 |
Octal | 374 | 353 | 302 |
Decimal | 252 | 235 | 194 |
Hex | FC | EB | C2 |
Shades of #fcebc2
Tints of #fcebc2
RGB Percentages of Color #fcebc2
CMYK Percentages of Color #fcebc2
Complementary Color
#fcebc2 | #c2d3fc |
#fcebc2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcebc2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcebc2 Color CSS Codes
.mybgcolor {background-color:#fcebc2; } .myforecolor {color:#fcebc2; } .mybordercolor {border:3px solid #fcebc2; }
#fcebc2 Text Font Color
<p style="color:#fcebc2">Text here</p>
This sample text font color is #fcebc2
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.
#fcebc2 Background Color
<div style="background-color:#fcebc2">
Div content here</div>
This div background color is #fcebc2
#fcebc2 Border Color
<div style="border:3px solid #fcebc2">
Div here</div>
This div border color is #fcebc2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,235,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcebc2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcebc2; -webkit-box-shadow: 1px 1px 3px 2px #fcebc2; box-shadow: 1px 1px 3px 2px #fcebc2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,235,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcebc2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcebc2; -webkit-box-shadow: 1px 1px 3px 2px #fcebc2; box-shadow: 1px 1px 3px 2px #fcebc2;">
Div content here</div>
This div box has shadow with color #fcebc2
Comments
No comments written yet.
Please login to write comment.