Color spaces of #fde2dd
RGB | 253 | 226 | 221 |
---|---|---|---|
HSL | 0.03 | 0.89 | 0.93 |
HSV | 9° | 13° | 99° |
CMYK | 0.00 | 0.11 | 0.13 0.01 |
XYZ | 80.7555 | 80.4958 | 79.6876 |
Yxy | 80.4958 | 0.3352 | 0.3341 |
Hunter Lab | 89.7195 | 3.6569 | 10.1430 |
CIE-Lab | 91.9069 | 8.4510 | 5.8109 |
#fde2dd color RGB value is (253,226,221).
#fde2dd hex color red value is 253, green value is 226 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fde2dd hue: 0.03 , saturation: 0.89 and the lightness value of fde2dd is 0.93.
The process color (four color CMYK) of #fde2dd color hex is 0.00, 0.11, 0.13, 0.01. Web safe color of #fde2dd is #ffcccc. Color #fde2dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11100010 | 11011101 |
Octal | 375 | 342 | 335 |
Decimal | 253 | 226 | 221 |
Hex | FD | E2 | DD |
Shades of #fde2dd
Tints of #fde2dd
RGB Percentages of Color #fde2dd
CMYK Percentages of Color #fde2dd
Complementary Color
#fde2dd | #ddf8fd |
#fde2dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fde2dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fde2dd Color CSS Codes
.mybgcolor {background-color:#fde2dd; } .myforecolor {color:#fde2dd; } .mybordercolor {border:3px solid #fde2dd; }
#fde2dd Text Font Color
<p style="color:#fde2dd">Text here</p>
This sample text font color is #fde2dd
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.
#fde2dd Background Color
<div style="background-color:#fde2dd">
Div content here</div>
This div background color is #fde2dd
#fde2dd Border Color
<div style="border:3px solid #fde2dd">
Div here</div>
This div border color is #fde2dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,226,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fde2dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fde2dd; -webkit-box-shadow: 1px 1px 3px 2px #fde2dd; box-shadow: 1px 1px 3px 2px #fde2dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,226,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fde2dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fde2dd; -webkit-box-shadow: 1px 1px 3px 2px #fde2dd; box-shadow: 1px 1px 3px 2px #fde2dd;">
Div content here</div>
This div box has shadow with color #fde2dd
#fde2dd Color Palettes
Comments
No comments written yet.
Please login to write comment.