Color spaces of #fdeded
RGB | 253 | 237 | 237 |
---|---|---|---|
HSL | 0.00 | 0.80 | 0.96 |
HSV | 0° | 6° | 99° |
CMYK | 0.00 | 0.06 | 0.06 0.01 |
XYZ | 86.0783 | 87.5654 | 92.4858 |
Yxy | 87.5654 | 0.3234 | 0.3290 |
Hunter Lab | 93.5764 | 0.4385 | 6.9045 |
CIE-Lab | 94.9776 | 5.3990 | 1.9313 |
#fdeded color RGB value is (253,237,237).
#fdeded hex color red value is 253, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fdeded hue: 0.00 , saturation: 0.80 and the lightness value of fdeded is 0.96.
The process color (four color CMYK) of #fdeded color hex is 0.00, 0.06, 0.06, 0.01. Web safe color of #fdeded is #ffffff. Color #fdeded contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101101 | 11101101 |
Octal | 375 | 355 | 355 |
Decimal | 253 | 237 | 237 |
Hex | FD | ED | ED |
Shades of #fdeded
Tints of #fdeded
RGB Percentages of Color #fdeded
CMYK Percentages of Color #fdeded
Complementary Color
#fdeded | #edfdfd |
#fdeded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdeded Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdeded Color CSS Codes
.mybgcolor {background-color:#fdeded; } .myforecolor {color:#fdeded; } .mybordercolor {border:3px solid #fdeded; }
#fdeded Text Font Color
<p style="color:#fdeded">Text here</p>
This sample text font color is #fdeded
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.
#fdeded Background Color
<div style="background-color:#fdeded">
Div content here</div>
This div background color is #fdeded
#fdeded Border Color
<div style="border:3px solid #fdeded">
Div here</div>
This div border color is #fdeded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,237,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdeded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdeded; -webkit-box-shadow: 1px 1px 3px 2px #fdeded; box-shadow: 1px 1px 3px 2px #fdeded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,237,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdeded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdeded; -webkit-box-shadow: 1px 1px 3px 2px #fdeded; box-shadow: 1px 1px 3px 2px #fdeded;">
Div content here</div>
This div box has shadow with color #fdeded
#fdeded Color Palettes
Comments
No comments written yet.
Please login to write comment.