Color spaces of #fcfce2
RGB | 252 | 252 | 226 |
---|---|---|---|
HSL | 0.17 | 0.81 | 0.94 |
HSV | 60° | 10° | 99° |
CMYK | 0.00 | 0.00 | 0.10 0.01 |
XYZ | 88.6828 | 95.8072 | 85.7701 |
Yxy | 95.8072 | 0.3281 | 0.3545 |
Hunter Lab | 97.8812 | -9.5665 | 16.5629 |
CIE-Lab | 98.3556 | -4.3305 | 12.4556 |
#fcfce2 color RGB value is (252,252,226).
#fcfce2 hex color red value is 252, green value is 252 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #fcfce2 hue: 0.17 , saturation: 0.81 and the lightness value of fcfce2 is 0.94.
The process color (four color CMYK) of #fcfce2 color hex is 0.00, 0.00, 0.10, 0.01. Web safe color of #fcfce2 is #ffffcc. Color #fcfce2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111100 | 11100010 |
Octal | 374 | 374 | 342 |
Decimal | 252 | 252 | 226 |
Hex | FC | FC | E2 |
Shades of #fcfce2
Tints of #fcfce2
RGB Percentages of Color #fcfce2
CMYK Percentages of Color #fcfce2
Complementary Color
#fcfce2 | #e2e2fc |
#fcfce2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfce2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfce2 Color CSS Codes
.mybgcolor {background-color:#fcfce2; } .myforecolor {color:#fcfce2; } .mybordercolor {border:3px solid #fcfce2; }
#fcfce2 Text Font Color
<p style="color:#fcfce2">Text here</p>
This sample text font color is #fcfce2
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.
#fcfce2 Background Color
<div style="background-color:#fcfce2">
Div content here</div>
This div background color is #fcfce2
#fcfce2 Border Color
<div style="border:3px solid #fcfce2">
Div here</div>
This div border color is #fcfce2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,252,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfce2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfce2; -webkit-box-shadow: 1px 1px 3px 2px #fcfce2; box-shadow: 1px 1px 3px 2px #fcfce2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,252,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcfce2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfce2; -webkit-box-shadow: 1px 1px 3px 2px #fcfce2; box-shadow: 1px 1px 3px 2px #fcfce2;">
Div content here</div>
This div box has shadow with color #fcfce2
#fcfce2 Color Palettes
Comments
No comments written yet.
Please login to write comment.