Color spaces of #faaba3
RGB | 250 | 171 | 163 |
---|---|---|---|
HSL | 0.02 | 0.90 | 0.81 |
HSV | 6° | 35° | 98° |
CMYK | 0.00 | 0.32 | 0.35 0.02 |
XYZ | 60.5981 | 52.0942 | 41.5116 |
Yxy | 52.0942 | 0.3930 | 0.3378 |
Hunter Lab | 72.1763 | 23.5573 | 16.4233 |
CIE-Lab | 77.3371 | 28.0233 | 15.9043 |
#faaba3 color RGB value is (250,171,163).
#faaba3 hex color red value is 250, green value is 171 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #faaba3 hue: 0.02 , saturation: 0.90 and the lightness value of faaba3 is 0.81.
The process color (four color CMYK) of #faaba3 color hex is 0.00, 0.32, 0.35, 0.02. Web safe color of #faaba3 is #ff9999. Color #faaba3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101011 | 10100011 |
Octal | 372 | 253 | 243 |
Decimal | 250 | 171 | 163 |
Hex | FA | AB | A3 |
Shades of #faaba3
Tints of #faaba3
RGB Percentages of Color #faaba3
CMYK Percentages of Color #faaba3
Complementary Color
#faaba3 | #a3f2fa |
#faaba3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faaba3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faaba3 Color CSS Codes
.mybgcolor {background-color:#faaba3; } .myforecolor {color:#faaba3; } .mybordercolor {border:3px solid #faaba3; }
#faaba3 Text Font Color
<p style="color:#faaba3">Text here</p>
This sample text font color is #faaba3
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.
#faaba3 Background Color
<div style="background-color:#faaba3">
Div content here</div>
This div background color is #faaba3
#faaba3 Border Color
<div style="border:3px solid #faaba3">
Div here</div>
This div border color is #faaba3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,171,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faaba3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faaba3; -webkit-box-shadow: 1px 1px 3px 2px #faaba3; box-shadow: 1px 1px 3px 2px #faaba3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,171,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faaba3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faaba3; -webkit-box-shadow: 1px 1px 3px 2px #faaba3; box-shadow: 1px 1px 3px 2px #faaba3;">
Div content here</div>
This div box has shadow with color #faaba3
Comments
No comments written yet.
Please login to write comment.