Color spaces of #fdaec1
RGB | 253 | 174 | 193 |
---|---|---|---|
HSL | 0.96 | 0.95 | 0.84 |
HSV | 346° | 31° | 99° |
CMYK | 0.00 | 0.31 | 0.24 0.01 |
XYZ | 65.2697 | 55.0050 | 57.6290 |
Yxy | 55.0050 | 0.3669 | 0.3092 |
Hunter Lab | 74.1654 | 27.3007 | 5.8454 |
CIE-Lab | 79.0441 | 31.4513 | 2.0897 |
#fdaec1 color RGB value is (253,174,193).
#fdaec1 hex color red value is 253, green value is 174 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fdaec1 hue: 0.96 , saturation: 0.95 and the lightness value of fdaec1 is 0.84.
The process color (four color CMYK) of #fdaec1 color hex is 0.00, 0.31, 0.24, 0.01. Web safe color of #fdaec1 is #ff99cc. Color #fdaec1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10101110 | 11000001 |
Octal | 375 | 256 | 301 |
Decimal | 253 | 174 | 193 |
Hex | FD | AE | C1 |
Shades of #fdaec1
Tints of #fdaec1
RGB Percentages of Color #fdaec1
CMYK Percentages of Color #fdaec1
Complementary Color
#fdaec1 | #aefdea |
#fdaec1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdaec1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdaec1 Color CSS Codes
.mybgcolor {background-color:#fdaec1; } .myforecolor {color:#fdaec1; } .mybordercolor {border:3px solid #fdaec1; }
#fdaec1 Text Font Color
<p style="color:#fdaec1">Text here</p>
This sample text font color is #fdaec1
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.
#fdaec1 Background Color
<div style="background-color:#fdaec1">
Div content here</div>
This div background color is #fdaec1
#fdaec1 Border Color
<div style="border:3px solid #fdaec1">
Div here</div>
This div border color is #fdaec1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,174,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdaec1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdaec1; -webkit-box-shadow: 1px 1px 3px 2px #fdaec1; box-shadow: 1px 1px 3px 2px #fdaec1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,174,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdaec1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdaec1; -webkit-box-shadow: 1px 1px 3px 2px #fdaec1; box-shadow: 1px 1px 3px 2px #fdaec1;">
Div content here</div>
This div box has shadow with color #fdaec1
Comments
No comments written yet.
Please login to write comment.