Color spaces of #faaecd
RGB | 250 | 174 | 205 |
---|---|---|---|
HSL | 0.93 | 0.88 | 0.83 |
HSV | 336° | 30° | 98° |
CMYK | 0.00 | 0.30 | 0.18 0.02 |
XYZ | 65.5798 | 55.0039 | 64.9180 |
Yxy | 55.0039 | 0.3535 | 0.2965 |
Hunter Lab | 74.1646 | 28.0499 | 0.0173 |
CIE-Lab | 79.0435 | 32.1516 | -4.4632 |
#faaecd color RGB value is (250,174,205).
#faaecd hex color red value is 250, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #faaecd hue: 0.93 , saturation: 0.88 and the lightness value of faaecd is 0.83.
The process color (four color CMYK) of #faaecd color hex is 0.00, 0.30, 0.18, 0.02. Web safe color of #faaecd is #ff99cc. Color #faaecd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101110 | 11001101 |
Octal | 372 | 256 | 315 |
Decimal | 250 | 174 | 205 |
Hex | FA | AE | CD |
Shades of #faaecd
Tints of #faaecd
RGB Percentages of Color #faaecd
CMYK Percentages of Color #faaecd
Complementary Color
#faaecd | #aefadb |
#faaecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faaecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#faaecd Color CSS Codes
.mybgcolor {background-color:#faaecd; } .myforecolor {color:#faaecd; } .mybordercolor {border:3px solid #faaecd; }
#faaecd Text Font Color
<p style="color:#faaecd">Text here</p>
This sample text font color is #faaecd
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.
#faaecd Background Color
<div style="background-color:#faaecd">
Div content here</div>
This div background color is #faaecd
#faaecd Border Color
<div style="border:3px solid #faaecd">
Div here</div>
This div border color is #faaecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,174,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faaecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faaecd; -webkit-box-shadow: 1px 1px 3px 2px #faaecd; box-shadow: 1px 1px 3px 2px #faaecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,174,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faaecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faaecd; -webkit-box-shadow: 1px 1px 3px 2px #faaecd; box-shadow: 1px 1px 3px 2px #faaecd;">
Div content here</div>
This div box has shadow with color #faaecd
Comments
No comments written yet.
Please login to write comment.