Color spaces of #fd997f
RGB | 253 | 153 | 127 |
---|---|---|---|
HSL | 0.03 | 0.97 | 0.75 |
HSV | 12° | 50° | 99° |
CMYK | 0.00 | 0.40 | 0.50 0.01 |
XYZ | 55.7300 | 45.1974 | 25.8654 |
Yxy | 45.1974 | 0.4395 | 0.3565 |
Hunter Lab | 67.2290 | 30.3182 | 24.2493 |
CIE-Lab | 73.0217 | 34.7776 | 29.6204 |
#fd997f color RGB value is (253,153,127).
#fd997f hex color red value is 253, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fd997f hue: 0.03 , saturation: 0.97 and the lightness value of fd997f is 0.75.
The process color (four color CMYK) of #fd997f color hex is 0.00, 0.40, 0.50, 0.01. Web safe color of #fd997f is #ff9966. Color #fd997f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10011001 | 01111111 |
Octal | 375 | 231 | 177 |
Decimal | 253 | 153 | 127 |
Hex | FD | 99 | 7F |
Shades of #fd997f
Tints of #fd997f
RGB Percentages of Color #fd997f
CMYK Percentages of Color #fd997f
Complementary Color
#fd997f | #7fe3fd |
#fd997f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd997f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd997f Color CSS Codes
.mybgcolor {background-color:#fd997f; } .myforecolor {color:#fd997f; } .mybordercolor {border:3px solid #fd997f; }
#fd997f Text Font Color
<p style="color:#fd997f">Text here</p>
This sample text font color is #fd997f
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.
#fd997f Background Color
<div style="background-color:#fd997f">
Div content here</div>
This div background color is #fd997f
#fd997f Border Color
<div style="border:3px solid #fd997f">
Div here</div>
This div border color is #fd997f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,153,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd997f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd997f; -webkit-box-shadow: 1px 1px 3px 2px #fd997f; box-shadow: 1px 1px 3px 2px #fd997f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,153,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd997f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd997f; -webkit-box-shadow: 1px 1px 3px 2px #fd997f; box-shadow: 1px 1px 3px 2px #fd997f;">
Div content here</div>
This div box has shadow with color #fd997f
Comments
No comments written yet.
Please login to write comment.