Color spaces of #fecdcd
RGB | 254 | 205 | 205 |
---|---|---|---|
HSL | 0.00 | 0.96 | 0.90 |
HSV | 0° | 19° | 100° |
CMYK | 0.00 | 0.19 | 0.19 0.00 |
XYZ | 73.7238 | 69.1413 | 67.2175 |
Yxy | 69.1413 | 0.3509 | 0.3291 |
Hunter Lab | 83.1512 | 12.7475 | 10.2772 |
CIE-Lab | 86.5740 | 17.2730 | 6.5558 |
#fecdcd color RGB value is (254,205,205).
#fecdcd hex color red value is 254, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fecdcd hue: 0.00 , saturation: 0.96 and the lightness value of fecdcd is 0.90.
The process color (four color CMYK) of #fecdcd color hex is 0.00, 0.19, 0.19, 0.00. Web safe color of #fecdcd is #ffcccc. Color #fecdcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001101 | 11001101 |
Octal | 376 | 315 | 315 |
Decimal | 254 | 205 | 205 |
Hex | FE | CD | CD |
Shades of #fecdcd
Tints of #fecdcd
RGB Percentages of Color #fecdcd
CMYK Percentages of Color #fecdcd
Complementary Color
#fecdcd | #cdfefe |
#fecdcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecdcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecdcd Color CSS Codes
.mybgcolor {background-color:#fecdcd; } .myforecolor {color:#fecdcd; } .mybordercolor {border:3px solid #fecdcd; }
#fecdcd Text Font Color
<p style="color:#fecdcd">Text here</p>
This sample text font color is #fecdcd
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.
#fecdcd Background Color
<div style="background-color:#fecdcd">
Div content here</div>
This div background color is #fecdcd
#fecdcd Border Color
<div style="border:3px solid #fecdcd">
Div here</div>
This div border color is #fecdcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,205,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecdcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecdcd; -webkit-box-shadow: 1px 1px 3px 2px #fecdcd; box-shadow: 1px 1px 3px 2px #fecdcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,205,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fecdcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecdcd; -webkit-box-shadow: 1px 1px 3px 2px #fecdcd; box-shadow: 1px 1px 3px 2px #fecdcd;">
Div content here</div>
This div box has shadow with color #fecdcd
#fecdcd Color Palettes
Comments
No comments written yet.
Please login to write comment.