Color spaces of #fcdde0
RGB | 252 | 221 | 224 |
---|---|---|---|
HSL | 0.98 | 0.84 | 0.93 |
HSV | 354° | 12° | 99° |
CMYK | 0.00 | 0.12 | 0.11 0.01 |
XYZ | 79.4559 | 77.7902 | 81.3482 |
Yxy | 77.7902 | 0.3330 | 0.3260 |
Hunter Lab | 88.1988 | 6.4581 | 7.0543 |
CIE-Lab | 90.6841 | 11.1675 | 2.4592 |
#fcdde0 color RGB value is (252,221,224).
#fcdde0 hex color red value is 252, green value is 221 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fcdde0 hue: 0.98 , saturation: 0.84 and the lightness value of fcdde0 is 0.93.
The process color (four color CMYK) of #fcdde0 color hex is 0.00, 0.12, 0.11, 0.01. Web safe color of #fcdde0 is #ffcccc. Color #fcdde0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011101 | 11100000 |
Octal | 374 | 335 | 340 |
Decimal | 252 | 221 | 224 |
Hex | FC | DD | E0 |
Shades of #fcdde0
Tints of #fcdde0
RGB Percentages of Color #fcdde0
CMYK Percentages of Color #fcdde0
Complementary Color
#fcdde0 | #ddfcf9 |
#fcdde0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdde0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdde0 Color CSS Codes
.mybgcolor {background-color:#fcdde0; } .myforecolor {color:#fcdde0; } .mybordercolor {border:3px solid #fcdde0; }
#fcdde0 Text Font Color
<p style="color:#fcdde0">Text here</p>
This sample text font color is #fcdde0
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.
#fcdde0 Background Color
<div style="background-color:#fcdde0">
Div content here</div>
This div background color is #fcdde0
#fcdde0 Border Color
<div style="border:3px solid #fcdde0">
Div here</div>
This div border color is #fcdde0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,221,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdde0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdde0; -webkit-box-shadow: 1px 1px 3px 2px #fcdde0; box-shadow: 1px 1px 3px 2px #fcdde0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,221,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdde0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdde0; -webkit-box-shadow: 1px 1px 3px 2px #fcdde0; box-shadow: 1px 1px 3px 2px #fcdde0;">
Div content here</div>
This div box has shadow with color #fcdde0
Comments
No comments written yet.
Please login to write comment.