Color spaces of #fdade4
RGB | 253 | 173 | 228 |
---|---|---|---|
HSL | 0.89 | 0.95 | 0.84 |
HSV | 319° | 32° | 99° |
CMYK | 0.00 | 0.32 | 0.10 0.01 |
XYZ | 69.4552 | 56.3712 | 80.6188 |
Yxy | 56.3712 | 0.3364 | 0.2731 |
Hunter Lab | 75.0808 | 33.7343 | -11.1068 |
CIE-Lab | 79.8246 | 37.3218 | -15.7199 |
#fdade4 color RGB value is (253,173,228).
#fdade4 hex color red value is 253, green value is 173 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fdade4 hue: 0.89 , saturation: 0.95 and the lightness value of fdade4 is 0.84.
The process color (four color CMYK) of #fdade4 color hex is 0.00, 0.32, 0.10, 0.01. Web safe color of #fdade4 is #ff99cc. Color #fdade4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10101101 | 11100100 |
Octal | 375 | 255 | 344 |
Decimal | 253 | 173 | 228 |
Hex | FD | AD | E4 |
Shades of #fdade4
Tints of #fdade4
RGB Percentages of Color #fdade4
CMYK Percentages of Color #fdade4
Complementary Color
#fdade4 | #adfdc6 |
#fdade4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdade4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdade4 Color CSS Codes
.mybgcolor {background-color:#fdade4; } .myforecolor {color:#fdade4; } .mybordercolor {border:3px solid #fdade4; }
#fdade4 Text Font Color
<p style="color:#fdade4">Text here</p>
This sample text font color is #fdade4
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.
#fdade4 Background Color
<div style="background-color:#fdade4">
Div content here</div>
This div background color is #fdade4
#fdade4 Border Color
<div style="border:3px solid #fdade4">
Div here</div>
This div border color is #fdade4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,173,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdade4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdade4; -webkit-box-shadow: 1px 1px 3px 2px #fdade4; box-shadow: 1px 1px 3px 2px #fdade4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,173,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdade4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdade4; -webkit-box-shadow: 1px 1px 3px 2px #fdade4; box-shadow: 1px 1px 3px 2px #fdade4;">
Div content here</div>
This div box has shadow with color #fdade4
Comments
No comments written yet.
Please login to write comment.