Color spaces of #fda0dc
RGB | 253 | 160 | 220 |
---|---|---|---|
HSL | 0.89 | 0.96 | 0.81 |
HSV | 321° | 37° | 99° |
CMYK | 0.00 | 0.37 | 0.13 0.01 |
XYZ | 65.9971 | 51.1916 | 74.1127 |
Yxy | 51.1916 | 0.3450 | 0.2676 |
Hunter Lab | 71.5483 | 39.4412 | -11.3312 |
CIE-Lab | 76.7949 | 42.7789 | -15.9391 |
#fda0dc color RGB value is (253,160,220).
#fda0dc hex color red value is 253, green value is 160 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fda0dc hue: 0.89 , saturation: 0.96 and the lightness value of fda0dc is 0.81.
The process color (four color CMYK) of #fda0dc color hex is 0.00, 0.37, 0.13, 0.01. Web safe color of #fda0dc is #ff99cc. Color #fda0dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10100000 | 11011100 |
Octal | 375 | 240 | 334 |
Decimal | 253 | 160 | 220 |
Hex | FD | A0 | DC |
Shades of #fda0dc
Tints of #fda0dc
RGB Percentages of Color #fda0dc
CMYK Percentages of Color #fda0dc
Complementary Color
#fda0dc | #a0fdc1 |
#fda0dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fda0dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fda0dc Color CSS Codes
.mybgcolor {background-color:#fda0dc; } .myforecolor {color:#fda0dc; } .mybordercolor {border:3px solid #fda0dc; }
#fda0dc Text Font Color
<p style="color:#fda0dc">Text here</p>
This sample text font color is #fda0dc
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.
#fda0dc Background Color
<div style="background-color:#fda0dc">
Div content here</div>
This div background color is #fda0dc
#fda0dc Border Color
<div style="border:3px solid #fda0dc">
Div here</div>
This div border color is #fda0dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,160,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fda0dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fda0dc; -webkit-box-shadow: 1px 1px 3px 2px #fda0dc; box-shadow: 1px 1px 3px 2px #fda0dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,160,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 #fda0dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fda0dc; -webkit-box-shadow: 1px 1px 3px 2px #fda0dc; box-shadow: 1px 1px 3px 2px #fda0dc;">
Div content here</div>
This div box has shadow with color #fda0dc
Comments
No comments written yet.
Please login to write comment.