#fddad7 color RGB value is (15, 221, 173).
#fddad7 hex color red value is 15, green value is 221, and blue value is 173.
Cylindrical-coordinate representations (HSL) of color #fddad7
hue: 166.02,
saturation: 0.87 and lightness: 0.46.
The process color (four-color CMYK) of #fddad7 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fddad7 is #ff9999. Color #fddad7 contains mainly RED.
| Color spaces of #fddad7 | Value |
|---|---|
| RGB | 253, 218, 215 |
| HSL | 0.01, 0.9, 0.92 |
| HSV | 5°, 15°, 99° |
| XYZ | 77.84, 75.93, 74.83 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111101 | 11011010 | 11010111 |
| Octal | 375 | 332 | 327 |
| Decimal | 253 | 218 | 215 |
| Hex | FD | DA | D7 |
Shades of #fddad7
Tints of #fddad7
.mybgColor {background-color: #fddad7;}
.myforeColor {color: #fddad7;}
.myborderColor {border:3px solid #fddad7;}
<p style="color:#fddad7">Text here</p>
This sample text is styled with the font color #fddad7. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#fddad7">Div content here</div>
<div style="border:3px solid #fddad7">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(253, 218, 215, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #fddad7; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #fddad7;
-webkit-box-shadow: 1px 1px 3px #fddad7;
box-shadow: 1px 1px 3px #fddad7; }
<p style="text-shadow: 4px 4px 2px rgba(253, 218, 215, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fddad7;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fddad7;
-webkit-box-shadow: 1px 1px 3px #fddad7;
box-shadow: 1px 1px 3px #fddad7;">Div content here</div>
