Color spaces of #fec5cd
RGB | 254 | 197 | 205 |
---|---|---|---|
HSL | 0.98 | 0.97 | 0.88 |
HSV | 352° | 22° | 100° |
CMYK | 0.00 | 0.22 | 0.19 0.00 |
XYZ | 71.8587 | 65.4111 | 66.5958 |
Yxy | 65.4111 | 0.3525 | 0.3209 |
Hunter Lab | 80.8771 | 17.0609 | 7.7935 |
CIE-Lab | 84.6951 | 21.4643 | 3.8431 |
#fec5cd color RGB value is (254,197,205).
#fec5cd hex color red value is 254, green value is 197 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fec5cd hue: 0.98 , saturation: 0.97 and the lightness value of fec5cd is 0.88.
The process color (four color CMYK) of #fec5cd color hex is 0.00, 0.22, 0.19, 0.00. Web safe color of #fec5cd is #ffcccc. Color #fec5cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000101 | 11001101 |
Octal | 376 | 305 | 315 |
Decimal | 254 | 197 | 205 |
Hex | FE | C5 | CD |
Shades of #fec5cd
Tints of #fec5cd
RGB Percentages of Color #fec5cd
CMYK Percentages of Color #fec5cd
Complementary Color
#fec5cd | #c5fef6 |
#fec5cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec5cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec5cd Color CSS Codes
.mybgcolor {background-color:#fec5cd; } .myforecolor {color:#fec5cd; } .mybordercolor {border:3px solid #fec5cd; }
#fec5cd Text Font Color
<p style="color:#fec5cd">Text here</p>
This sample text font color is #fec5cd
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.
#fec5cd Background Color
<div style="background-color:#fec5cd">
Div content here</div>
This div background color is #fec5cd
#fec5cd Border Color
<div style="border:3px solid #fec5cd">
Div here</div>
This div border color is #fec5cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,197,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec5cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec5cd; -webkit-box-shadow: 1px 1px 3px 2px #fec5cd; box-shadow: 1px 1px 3px 2px #fec5cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,197,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 #fec5cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec5cd; -webkit-box-shadow: 1px 1px 3px 2px #fec5cd; box-shadow: 1px 1px 3px 2px #fec5cd;">
Div content here</div>
This div box has shadow with color #fec5cd
Comments
No comments written yet.
Please login to write comment.