Color spaces of #faac98
RGB | 250 | 172 | 152 |
---|---|---|---|
HSL | 0.03 | 0.91 | 0.79 |
HSV | 12° | 39° | 98° |
CMYK | 0.00 | 0.31 | 0.39 0.02 |
XYZ | 59.8444 | 52.0960 | 36.6072 |
Yxy | 52.0960 | 0.4029 | 0.3507 |
Hunter Lab | 72.1776 | 21.6885 | 20.4534 |
CIE-Lab | 77.3382 | 26.2271 | 21.8584 |
#faac98 color RGB value is (250,172,152).
#faac98 hex color red value is 250, green value is 172 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #faac98 hue: 0.03 , saturation: 0.91 and the lightness value of faac98 is 0.79.
The process color (four color CMYK) of #faac98 color hex is 0.00, 0.31, 0.39, 0.02. Web safe color of #faac98 is #ff9999. Color #faac98 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101100 | 10011000 |
Octal | 372 | 254 | 230 |
Decimal | 250 | 172 | 152 |
Hex | FA | AC | 98 |
Shades of #faac98
Tints of #faac98
RGB Percentages of Color #faac98
CMYK Percentages of Color #faac98
Complementary Color
#faac98 | #98e6fa |
#faac98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faac98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faac98 Color CSS Codes
.mybgcolor {background-color:#faac98; } .myforecolor {color:#faac98; } .mybordercolor {border:3px solid #faac98; }
#faac98 Text Font Color
<p style="color:#faac98">Text here</p>
This sample text font color is #faac98
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.
#faac98 Background Color
<div style="background-color:#faac98">
Div content here</div>
This div background color is #faac98
#faac98 Border Color
<div style="border:3px solid #faac98">
Div here</div>
This div border color is #faac98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,172,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faac98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faac98; -webkit-box-shadow: 1px 1px 3px 2px #faac98; box-shadow: 1px 1px 3px 2px #faac98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,172,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faac98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faac98; -webkit-box-shadow: 1px 1px 3px 2px #faac98; box-shadow: 1px 1px 3px 2px #faac98;">
Div content here</div>
This div box has shadow with color #faac98
Comments
No comments written yet.
Please login to write comment.