Color spaces of #fae3ed
RGB | 250 | 227 | 237 |
---|---|---|---|
HSL | 0.93 | 0.70 | 0.94 |
HSV | 334° | 9° | 98° |
CMYK | 0.00 | 0.09 | 0.05 0.02 |
XYZ | 82.1795 | 81.3766 | 91.4967 |
Yxy | 81.3766 | 0.3222 | 0.3191 |
Hunter Lab | 90.2090 | 4.7460 | 3.0099 |
CIE-Lab | 92.2990 | 9.5280 | -2.0094 |
#fae3ed color RGB value is (250,227,237).
#fae3ed hex color red value is 250, green value is 227 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fae3ed hue: 0.93 , saturation: 0.70 and the lightness value of fae3ed is 0.94.
The process color (four color CMYK) of #fae3ed color hex is 0.00, 0.09, 0.05, 0.02. Web safe color of #fae3ed is #ffccff. Color #fae3ed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11100011 | 11101101 |
Octal | 372 | 343 | 355 |
Decimal | 250 | 227 | 237 |
Hex | FA | E3 | ED |
Shades of #fae3ed
Tints of #fae3ed
RGB Percentages of Color #fae3ed
CMYK Percentages of Color #fae3ed
Complementary Color
#fae3ed | #e3faf0 |
#fae3ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fae3ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fae3ed Color CSS Codes
.mybgcolor {background-color:#fae3ed; } .myforecolor {color:#fae3ed; } .mybordercolor {border:3px solid #fae3ed; }
#fae3ed Text Font Color
<p style="color:#fae3ed">Text here</p>
This sample text font color is #fae3ed
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.
#fae3ed Background Color
<div style="background-color:#fae3ed">
Div content here</div>
This div background color is #fae3ed
#fae3ed Border Color
<div style="border:3px solid #fae3ed">
Div here</div>
This div border color is #fae3ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,227,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fae3ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fae3ed; -webkit-box-shadow: 1px 1px 3px 2px #fae3ed; box-shadow: 1px 1px 3px 2px #fae3ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,227,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fae3ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fae3ed; -webkit-box-shadow: 1px 1px 3px 2px #fae3ed; box-shadow: 1px 1px 3px 2px #fae3ed;">
Div content here</div>
This div box has shadow with color #fae3ed
Comments
No comments written yet.
Please login to write comment.