Color spaces of #fcfed3
RGB | 252 | 254 | 211 |
---|---|---|---|
HSL | 0.17 | 0.96 | 0.91 |
HSV | 63° | 17° | 100° |
CMYK | 0.01 | 0.00 | 0.17 0.00 |
XYZ | 87.3446 | 96.2822 | 75.6088 |
Yxy | 96.2822 | 0.3369 | 0.3714 |
Hunter Lab | 98.1235 | -12.8244 | 23.0007 |
CIE-Lab | 98.5443 | -7.6138 | 20.3838 |
#fcfed3 color RGB value is (252,254,211).
#fcfed3 hex color red value is 252, green value is 254 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fcfed3 hue: 0.17 , saturation: 0.96 and the lightness value of fcfed3 is 0.91.
The process color (four color CMYK) of #fcfed3 color hex is 0.01, 0.00, 0.17, 0.00. Web safe color of #fcfed3 is #ffffcc. Color #fcfed3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111110 | 11010011 |
Octal | 374 | 376 | 323 |
Decimal | 252 | 254 | 211 |
Hex | FC | FE | D3 |
Shades of #fcfed3
Tints of #fcfed3
RGB Percentages of Color #fcfed3
CMYK Percentages of Color #fcfed3
Complementary Color
#fcfed3 | #d5d3fe |
#fcfed3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfed3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfed3 Color CSS Codes
.mybgcolor {background-color:#fcfed3; } .myforecolor {color:#fcfed3; } .mybordercolor {border:3px solid #fcfed3; }
#fcfed3 Text Font Color
<p style="color:#fcfed3">Text here</p>
This sample text font color is #fcfed3
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.
#fcfed3 Background Color
<div style="background-color:#fcfed3">
Div content here</div>
This div background color is #fcfed3
#fcfed3 Border Color
<div style="border:3px solid #fcfed3">
Div here</div>
This div border color is #fcfed3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,254,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfed3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfed3; -webkit-box-shadow: 1px 1px 3px 2px #fcfed3; box-shadow: 1px 1px 3px 2px #fcfed3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,254,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcfed3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfed3; -webkit-box-shadow: 1px 1px 3px 2px #fcfed3; box-shadow: 1px 1px 3px 2px #fcfed3;">
Div content here</div>
This div box has shadow with color #fcfed3
Comments
No comments written yet.
Please login to write comment.