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