Color spaces of #faa18b
RGB | 250 | 161 | 139 |
---|---|---|---|
HSL | 0.03 | 0.92 | 0.76 |
HSV | 12° | 44° | 98° |
CMYK | 0.00 | 0.36 | 0.44 0.02 |
XYZ | 56.8294 | 47.6778 | 30.6336 |
Yxy | 47.6778 | 0.4205 | 0.3528 |
Hunter Lab | 69.0491 | 26.0747 | 22.0304 |
CIE-Lab | 74.6213 | 30.6169 | 25.1918 |
#faa18b color RGB value is (250,161,139).
#faa18b hex color red value is 250, green value is 161 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #faa18b hue: 0.03 , saturation: 0.92 and the lightness value of faa18b is 0.76.
The process color (four color CMYK) of #faa18b color hex is 0.00, 0.36, 0.44, 0.02. Web safe color of #faa18b is #ff9999. Color #faa18b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10100001 | 10001011 |
Octal | 372 | 241 | 213 |
Decimal | 250 | 161 | 139 |
Hex | FA | A1 | 8B |
Shades of #faa18b
Tints of #faa18b
RGB Percentages of Color #faa18b
CMYK Percentages of Color #faa18b
Complementary Color
#faa18b | #8be4fa |
#faa18b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faa18b Color Preview on White Background
Lorem ipsum dolor sit amet.
#faa18b Color CSS Codes
.mybgcolor {background-color:#faa18b; } .myforecolor {color:#faa18b; } .mybordercolor {border:3px solid #faa18b; }
#faa18b Text Font Color
<p style="color:#faa18b">Text here</p>
This sample text font color is #faa18b
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.
#faa18b Background Color
<div style="background-color:#faa18b">
Div content here</div>
This div background color is #faa18b
#faa18b Border Color
<div style="border:3px solid #faa18b">
Div here</div>
This div border color is #faa18b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,161,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faa18b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faa18b; -webkit-box-shadow: 1px 1px 3px 2px #faa18b; box-shadow: 1px 1px 3px 2px #faa18b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,161,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faa18b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faa18b; -webkit-box-shadow: 1px 1px 3px 2px #faa18b; box-shadow: 1px 1px 3px 2px #faa18b;">
Div content here</div>
This div box has shadow with color #faa18b
Comments
No comments written yet.
Please login to write comment.