color details

Color Details
#fddad7 Color Hex

#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
Color spaces of #fddad7Value
RGB253, 218, 215
HSL0.01, 0.9, 0.92
HSV5°, 15°, 99°
XYZ77.84, 75.93, 74.83
Base Numbers
Base Red Green Blue
Binary 11111101 11011010 11010111
Octal 375 332 327
Decimal 253 218 215
Hex FD DA D7

RGB Percentages for Color #fddad7

36.88%
31.78%
31.34%

CMYK Percentages of the Color #fddad7

13.83%
15.02%
0.78%
CSS Codes for Color #fddad7
.mybgColor {background-color: #fddad7;}
.myforeColor {color: #fddad7;}
.myborderColor {border:3px solid #fddad7;}
Text Font Color #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,

Background Color #fddad7

<div style="background-color:#fddad7">Div content here</div>

The background color of this div is #fddad7
Border Color #fddad7

<div style="border:3px solid #fddad7">Div here</div>

The border color of this div is #fddad7
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253, 218, 215, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #fddad7;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #fddad7

Scroll to Top