Color spaces of #faacad
RGB | 250 | 172 | 173 |
---|---|---|---|
HSL | 1.00 | 0.89 | 0.83 |
HSV | 359° | 31° | 98° |
CMYK | 0.00 | 0.31 | 0.31 0.02 |
XYZ | 61.7197 | 52.8462 | 46.4825 |
Yxy | 52.8462 | 0.3832 | 0.3281 |
Hunter Lab | 72.6954 | 24.3328 | 12.9759 |
CIE-Lab | 77.7841 | 28.7355 | 11.1032 |
#faacad color RGB value is (250,172,173).
#faacad hex color red value is 250, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #faacad hue: 1.00 , saturation: 0.89 and the lightness value of faacad is 0.83.
The process color (four color CMYK) of #faacad color hex is 0.00, 0.31, 0.31, 0.02. Web safe color of #faacad is #ff9999. Color #faacad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101100 | 10101101 |
Octal | 372 | 254 | 255 |
Decimal | 250 | 172 | 173 |
Hex | FA | AC | AD |
Shades of #faacad
Tints of #faacad
RGB Percentages of Color #faacad
CMYK Percentages of Color #faacad
Complementary Color
#faacad | #acfaf9 |
#faacad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faacad Color Preview on White Background
Lorem ipsum dolor sit amet.
#faacad Color CSS Codes
.mybgcolor {background-color:#faacad; } .myforecolor {color:#faacad; } .mybordercolor {border:3px solid #faacad; }
#faacad Text Font Color
<p style="color:#faacad">Text here</p>
This sample text font color is #faacad
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.
#faacad Background Color
<div style="background-color:#faacad">
Div content here</div>
This div background color is #faacad
#faacad Border Color
<div style="border:3px solid #faacad">
Div here</div>
This div border color is #faacad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,172,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faacad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faacad; -webkit-box-shadow: 1px 1px 3px 2px #faacad; box-shadow: 1px 1px 3px 2px #faacad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,172,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faacad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faacad; -webkit-box-shadow: 1px 1px 3px 2px #faacad; box-shadow: 1px 1px 3px 2px #faacad;">
Div content here</div>
This div box has shadow with color #faacad
Comments
No comments written yet.
Please login to write comment.