Color spaces of #fd8dad
RGB | 253 | 141 | 173 |
---|---|---|---|
HSL | 0.95 | 0.97 | 0.77 |
HSV | 343° | 44° | 99° |
CMYK | 0.00 | 0.44 | 0.32 0.01 |
XYZ | 57.5757 | 42.9495 | 44.7907 |
Yxy | 42.9495 | 0.3962 | 0.2956 |
Hunter Lab | 65.5359 | 42.1311 | 5.3532 |
CIE-Lab | 71.5207 | 45.8173 | 2.1538 |
#fd8dad color RGB value is (253,141,173).
#fd8dad hex color red value is 253, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fd8dad hue: 0.95 , saturation: 0.97 and the lightness value of fd8dad is 0.77.
The process color (four color CMYK) of #fd8dad color hex is 0.00, 0.44, 0.32, 0.01. Web safe color of #fd8dad is #ff9999. Color #fd8dad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10001101 | 10101101 |
Octal | 375 | 215 | 255 |
Decimal | 253 | 141 | 173 |
Hex | FD | 8D | AD |
Shades of #fd8dad
Tints of #fd8dad
RGB Percentages of Color #fd8dad
CMYK Percentages of Color #fd8dad
Complementary Color
#fd8dad | #8dfddd |
#fd8dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd8dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd8dad Color CSS Codes
.mybgcolor {background-color:#fd8dad; } .myforecolor {color:#fd8dad; } .mybordercolor {border:3px solid #fd8dad; }
#fd8dad Text Font Color
<p style="color:#fd8dad">Text here</p>
This sample text font color is #fd8dad
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.
#fd8dad Background Color
<div style="background-color:#fd8dad">
Div content here</div>
This div background color is #fd8dad
#fd8dad Border Color
<div style="border:3px solid #fd8dad">
Div here</div>
This div border color is #fd8dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,141,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd8dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd8dad; -webkit-box-shadow: 1px 1px 3px 2px #fd8dad; box-shadow: 1px 1px 3px 2px #fd8dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,141,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd8dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd8dad; -webkit-box-shadow: 1px 1px 3px 2px #fd8dad; box-shadow: 1px 1px 3px 2px #fd8dad;">
Div content here</div>
This div box has shadow with color #fd8dad
Comments
No comments written yet.
Please login to write comment.