Color spaces of #faadb3
RGB | 250 | 173 | 179 |
---|---|---|---|
HSL | 0.99 | 0.89 | 0.83 |
HSV | 355° | 31° | 98° |
CMYK | 0.00 | 0.31 | 0.28 0.02 |
XYZ | 62.5046 | 53.4658 | 49.6734 |
Yxy | 53.4658 | 0.3773 | 0.3228 |
Hunter Lab | 73.1203 | 24.6246 | 10.9063 |
CIE-Lab | 78.1492 | 28.9894 | 8.3627 |
#faadb3 color RGB value is (250,173,179).
#faadb3 hex color red value is 250, green value is 173 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #faadb3 hue: 0.99 , saturation: 0.89 and the lightness value of faadb3 is 0.83.
The process color (four color CMYK) of #faadb3 color hex is 0.00, 0.31, 0.28, 0.02. Web safe color of #faadb3 is #ff99cc. Color #faadb3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101101 | 10110011 |
Octal | 372 | 255 | 263 |
Decimal | 250 | 173 | 179 |
Hex | FA | AD | B3 |
Shades of #faadb3
Tints of #faadb3
RGB Percentages of Color #faadb3
CMYK Percentages of Color #faadb3
Complementary Color
#faadb3 | #adfaf4 |
#faadb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faadb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faadb3 Color CSS Codes
.mybgcolor {background-color:#faadb3; } .myforecolor {color:#faadb3; } .mybordercolor {border:3px solid #faadb3; }
#faadb3 Text Font Color
<p style="color:#faadb3">Text here</p>
This sample text font color is #faadb3
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.
#faadb3 Background Color
<div style="background-color:#faadb3">
Div content here</div>
This div background color is #faadb3
#faadb3 Border Color
<div style="border:3px solid #faadb3">
Div here</div>
This div border color is #faadb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,173,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faadb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faadb3; -webkit-box-shadow: 1px 1px 3px 2px #faadb3; box-shadow: 1px 1px 3px 2px #faadb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,173,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faadb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faadb3; -webkit-box-shadow: 1px 1px 3px 2px #faadb3; box-shadow: 1px 1px 3px 2px #faadb3;">
Div content here</div>
This div box has shadow with color #faadb3
Comments
No comments written yet.
Please login to write comment.