Color spaces of #fda0cc
RGB | 253 | 160 | 204 |
---|---|---|---|
HSL | 0.92 | 0.96 | 0.81 |
HSV | 332° | 37° | 99° |
CMYK | 0.00 | 0.37 | 0.19 0.01 |
XYZ | 63.9779 | 50.3839 | 63.4798 |
Yxy | 50.3839 | 0.3597 | 0.2833 |
Hunter Lab | 70.9816 | 36.6697 | -3.3367 |
CIE-Lab | 76.3043 | 40.3314 | -7.9336 |
#fda0cc color RGB value is (253,160,204).
#fda0cc hex color red value is 253, green value is 160 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fda0cc hue: 0.92 , saturation: 0.96 and the lightness value of fda0cc is 0.81.
The process color (four color CMYK) of #fda0cc color hex is 0.00, 0.37, 0.19, 0.01. Web safe color of #fda0cc is #ff99cc. Color #fda0cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10100000 | 11001100 |
Octal | 375 | 240 | 314 |
Decimal | 253 | 160 | 204 |
Hex | FD | A0 | CC |
Shades of #fda0cc
Tints of #fda0cc
RGB Percentages of Color #fda0cc
CMYK Percentages of Color #fda0cc
Complementary Color
#fda0cc | #a0fdd1 |
#fda0cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fda0cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fda0cc Color CSS Codes
.mybgcolor {background-color:#fda0cc; } .myforecolor {color:#fda0cc; } .mybordercolor {border:3px solid #fda0cc; }
#fda0cc Text Font Color
<p style="color:#fda0cc">Text here</p>
This sample text font color is #fda0cc
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.
#fda0cc Background Color
<div style="background-color:#fda0cc">
Div content here</div>
This div background color is #fda0cc
#fda0cc Border Color
<div style="border:3px solid #fda0cc">
Div here</div>
This div border color is #fda0cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,160,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fda0cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fda0cc; -webkit-box-shadow: 1px 1px 3px 2px #fda0cc; box-shadow: 1px 1px 3px 2px #fda0cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,160,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fda0cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fda0cc; -webkit-box-shadow: 1px 1px 3px 2px #fda0cc; box-shadow: 1px 1px 3px 2px #fda0cc;">
Div content here</div>
This div box has shadow with color #fda0cc
Comments
No comments written yet.
Please login to write comment.