Color spaces of #faa97b
RGB | 250 | 169 | 123 |
---|---|---|---|
HSL | 0.06 | 0.93 | 0.73 |
HSV | 22° | 51° | 98° |
CMYK | 0.00 | 0.32 | 0.51 0.02 |
XYZ | 57.1875 | 50.1300 | 25.4008 |
Yxy | 50.1300 | 0.4309 | 0.3777 |
Hunter Lab | 70.8025 | 20.2707 | 28.2912 |
CIE-Lab | 76.1490 | 24.9147 | 35.7584 |
#faa97b color RGB value is (250,169,123).
#faa97b hex color red value is 250, green value is 169 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #faa97b hue: 0.06 , saturation: 0.93 and the lightness value of faa97b is 0.73.
The process color (four color CMYK) of #faa97b color hex is 0.00, 0.32, 0.51, 0.02. Web safe color of #faa97b is #ff9966. Color #faa97b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101001 | 01111011 |
Octal | 372 | 251 | 173 |
Decimal | 250 | 169 | 123 |
Hex | FA | A9 | 7B |
Shades of #faa97b
Tints of #faa97b
RGB Percentages of Color #faa97b
CMYK Percentages of Color #faa97b
Complementary Color
#faa97b | #7bccfa |
#faa97b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faa97b Color Preview on White Background
Lorem ipsum dolor sit amet.
#faa97b Color CSS Codes
.mybgcolor {background-color:#faa97b; } .myforecolor {color:#faa97b; } .mybordercolor {border:3px solid #faa97b; }
#faa97b Text Font Color
<p style="color:#faa97b">Text here</p>
This sample text font color is #faa97b
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.
#faa97b Background Color
<div style="background-color:#faa97b">
Div content here</div>
This div background color is #faa97b
#faa97b Border Color
<div style="border:3px solid #faa97b">
Div here</div>
This div border color is #faa97b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,169,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faa97b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faa97b; -webkit-box-shadow: 1px 1px 3px 2px #faa97b; box-shadow: 1px 1px 3px 2px #faa97b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,169,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faa97b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faa97b; -webkit-box-shadow: 1px 1px 3px 2px #faa97b; box-shadow: 1px 1px 3px 2px #faa97b;">
Div content here</div>
This div box has shadow with color #faa97b
Comments
No comments written yet.
Please login to write comment.