#fd7e75 color RGB value is (15, 215, 231).
#fd7e75 hex color red value is 15, green value is 215, and blue value is 231.
Cylindrical-coordinate representations (HSL) of color #fd7e75
hue: 184.44,
saturation: 0.88 and lightness: 0.48.
The process color (four-color CMYK) of #fd7e75 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fd7e75 is #ff9999. Color #fd7e75 contains mainly RED.
Color spaces of #fd7e75 | Value |
---|---|
RGB | 253, 126, 117 |
HSL | 0.01, 0.97, 0.73 |
HSV | 4°, 54°, 99° |
XYZ | 51.18, 37.09, 21.29 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 1111110 | 1110101 |
Octal | 375 | 176 | 165 |
Decimal | 253 | 126 | 117 |
Hex | FD | 7E | 75 |
Shades of #fd7e75
Tints of #fd7e75
.mybgColor {background-color: #fd7e75;} .myforeColor {color: #fd7e75;} .myborderColor {border:3px solid #fd7e75;}
<p style="color:#fd7e75">Text here</p>
This sample text is styled with the font color #fd7e75. 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:#fd7e75">Div content here</div>
<div style="border:3px solid #fd7e75">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253, 126, 117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd7e75; } .divShadow { -moz-box-shadow: 1px 1px 3px #fd7e75; -webkit-box-shadow: 1px 1px 3px #fd7e75; box-shadow: 1px 1px 3px #fd7e75; }
<p style="text-shadow: 4px 4px 2px rgba(253, 126, 117, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fd7e75;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fd7e75;
-webkit-box-shadow: 1px 1px 3px #fd7e75;
box-shadow: 1px 1px 3px #fd7e75;">Div content here</div>