Color spaces of #fda3dc
RGB | 253 | 163 | 220 |
---|---|---|---|
HSL | 0.89 | 0.96 | 0.82 |
HSV | 322° | 36° | 99° |
CMYK | 0.00 | 0.36 | 0.13 0.01 |
XYZ | 66.5235 | 52.2443 | 74.2881 |
Yxy | 52.2443 | 0.3446 | 0.2706 |
Hunter Lab | 72.2802 | 37.7931 | -10.3409 |
CIE-Lab | 77.4267 | 41.2298 | -14.9886 |
#fda3dc color RGB value is (253,163,220).
#fda3dc hex color red value is 253, green value is 163 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fda3dc hue: 0.89 , saturation: 0.96 and the lightness value of fda3dc is 0.82.
The process color (four color CMYK) of #fda3dc color hex is 0.00, 0.36, 0.13, 0.01. Web safe color of #fda3dc is #ff99cc. Color #fda3dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10100011 | 11011100 |
Octal | 375 | 243 | 334 |
Decimal | 253 | 163 | 220 |
Hex | FD | A3 | DC |
Shades of #fda3dc
Tints of #fda3dc
RGB Percentages of Color #fda3dc
CMYK Percentages of Color #fda3dc
Complementary Color
#fda3dc | #a3fdc4 |
#fda3dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fda3dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fda3dc Color CSS Codes
.mybgcolor {background-color:#fda3dc; } .myforecolor {color:#fda3dc; } .mybordercolor {border:3px solid #fda3dc; }
#fda3dc Text Font Color
<p style="color:#fda3dc">Text here</p>
This sample text font color is #fda3dc
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.
#fda3dc Background Color
<div style="background-color:#fda3dc">
Div content here</div>
This div background color is #fda3dc
#fda3dc Border Color
<div style="border:3px solid #fda3dc">
Div here</div>
This div border color is #fda3dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,163,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fda3dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fda3dc; -webkit-box-shadow: 1px 1px 3px 2px #fda3dc; box-shadow: 1px 1px 3px 2px #fda3dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,163,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fda3dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fda3dc; -webkit-box-shadow: 1px 1px 3px 2px #fda3dc; box-shadow: 1px 1px 3px 2px #fda3dc;">
Div content here</div>
This div box has shadow with color #fda3dc
Comments
No comments written yet.
Please login to write comment.