Color spaces of #faacd5
RGB | 250 | 172 | 213 |
---|---|---|---|
HSL | 0.91 | 0.89 | 0.83 |
HSV | 328° | 31° | 98° |
CMYK | 0.00 | 0.31 | 0.15 0.02 |
XYZ | 66.1871 | 54.6331 | 70.0076 |
Yxy | 54.6331 | 0.3468 | 0.2863 |
Hunter Lab | 73.9142 | 30.4895 | -4.4164 |
CIE-Lab | 78.8295 | 34.4339 | -9.1212 |
#faacd5 color RGB value is (250,172,213).
#faacd5 hex color red value is 250, green value is 172 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #faacd5 hue: 0.91 , saturation: 0.89 and the lightness value of faacd5 is 0.83.
The process color (four color CMYK) of #faacd5 color hex is 0.00, 0.31, 0.15, 0.02. Web safe color of #faacd5 is #ff99cc. Color #faacd5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101100 | 11010101 |
Octal | 372 | 254 | 325 |
Decimal | 250 | 172 | 213 |
Hex | FA | AC | D5 |
Shades of #faacd5
Tints of #faacd5
RGB Percentages of Color #faacd5
CMYK Percentages of Color #faacd5
Complementary Color
#faacd5 | #acfad1 |
#faacd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faacd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faacd5 Color CSS Codes
.mybgcolor {background-color:#faacd5; } .myforecolor {color:#faacd5; } .mybordercolor {border:3px solid #faacd5; }
#faacd5 Text Font Color
<p style="color:#faacd5">Text here</p>
This sample text font color is #faacd5
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.
#faacd5 Background Color
<div style="background-color:#faacd5">
Div content here</div>
This div background color is #faacd5
#faacd5 Border Color
<div style="border:3px solid #faacd5">
Div here</div>
This div border color is #faacd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,172,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faacd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faacd5; -webkit-box-shadow: 1px 1px 3px 2px #faacd5; box-shadow: 1px 1px 3px 2px #faacd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,172,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faacd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faacd5; -webkit-box-shadow: 1px 1px 3px 2px #faacd5; box-shadow: 1px 1px 3px 2px #faacd5;">
Div content here</div>
This div box has shadow with color #faacd5
Comments
No comments written yet.
Please login to write comment.