Color spaces of #faead5
RGB | 250 | 234 | 213 |
---|---|---|---|
HSL | 0.09 | 0.79 | 0.91 |
HSV | 34° | 15° | 98° |
CMYK | 0.00 | 0.06 | 0.15 0.02 |
XYZ | 80.8574 | 83.9737 | 74.8977 |
Yxy | 83.9737 | 0.3373 | 0.3503 |
Hunter Lab | 91.6372 | -2.8629 | 15.6866 |
CIE-Lab | 93.4391 | 2.0457 | 12.1387 |
#faead5 color RGB value is (250,234,213).
#faead5 hex color red value is 250, green value is 234 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #faead5 hue: 0.09 , saturation: 0.79 and the lightness value of faead5 is 0.91.
The process color (four color CMYK) of #faead5 color hex is 0.00, 0.06, 0.15, 0.02. Web safe color of #faead5 is #ffffcc. Color #faead5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101010 | 11010101 |
Octal | 372 | 352 | 325 |
Decimal | 250 | 234 | 213 |
Hex | FA | EA | D5 |
Shades of #faead5
Tints of #faead5
RGB Percentages of Color #faead5
CMYK Percentages of Color #faead5
Complementary Color
#faead5 | #d5e5fa |
#faead5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faead5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faead5 Color CSS Codes
.mybgcolor {background-color:#faead5; } .myforecolor {color:#faead5; } .mybordercolor {border:3px solid #faead5; }
#faead5 Text Font Color
<p style="color:#faead5">Text here</p>
This sample text font color is #faead5
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.
#faead5 Background Color
<div style="background-color:#faead5">
Div content here</div>
This div background color is #faead5
#faead5 Border Color
<div style="border:3px solid #faead5">
Div here</div>
This div border color is #faead5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,234,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faead5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faead5; -webkit-box-shadow: 1px 1px 3px 2px #faead5; box-shadow: 1px 1px 3px 2px #faead5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,234,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faead5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faead5; -webkit-box-shadow: 1px 1px 3px 2px #faead5; box-shadow: 1px 1px 3px 2px #faead5;">
Div content here</div>
This div box has shadow with color #faead5
Comments
No comments written yet.
Please login to write comment.