Color spaces of #fec0da
RGB | 254 | 192 | 218 |
---|---|---|---|
HSL | 0.93 | 0.97 | 0.87 |
HSV | 335° | 24° | 100° |
CMYK | 0.00 | 0.24 | 0.14 0.00 |
XYZ | 72.3776 | 63.8321 | 74.8358 |
Yxy | 63.8321 | 0.3429 | 0.3025 |
Hunter Lab | 79.8950 | 21.8885 | 0.3909 |
CIE-Lab | 83.8783 | 26.0790 | -4.2968 |
#fec0da color RGB value is (254,192,218).
#fec0da hex color red value is 254, green value is 192 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fec0da hue: 0.93 , saturation: 0.97 and the lightness value of fec0da is 0.87.
The process color (four color CMYK) of #fec0da color hex is 0.00, 0.24, 0.14, 0.00. Web safe color of #fec0da is #ffcccc. Color #fec0da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000000 | 11011010 |
Octal | 376 | 300 | 332 |
Decimal | 254 | 192 | 218 |
Hex | FE | C0 | DA |
Shades of #fec0da
Tints of #fec0da
RGB Percentages of Color #fec0da
CMYK Percentages of Color #fec0da
Complementary Color
#fec0da | #c0fee4 |
#fec0da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec0da Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec0da Color CSS Codes
.mybgcolor {background-color:#fec0da; } .myforecolor {color:#fec0da; } .mybordercolor {border:3px solid #fec0da; }
#fec0da Text Font Color
<p style="color:#fec0da">Text here</p>
This sample text font color is #fec0da
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.
#fec0da Background Color
<div style="background-color:#fec0da">
Div content here</div>
This div background color is #fec0da
#fec0da Border Color
<div style="border:3px solid #fec0da">
Div here</div>
This div border color is #fec0da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,192,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec0da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec0da; -webkit-box-shadow: 1px 1px 3px 2px #fec0da; box-shadow: 1px 1px 3px 2px #fec0da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,192,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec0da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec0da; -webkit-box-shadow: 1px 1px 3px 2px #fec0da; box-shadow: 1px 1px 3px 2px #fec0da;">
Div content here</div>
This div box has shadow with color #fec0da
Comments
No comments written yet.
Please login to write comment.