Color spaces of #fae4ed
RGB | 250 | 228 | 237 |
---|---|---|---|
HSL | 0.93 | 0.69 | 0.94 |
HSV | 335° | 9° | 98° |
CMYK | 0.00 | 0.09 | 0.05 0.02 |
XYZ | 82.4538 | 81.9252 | 91.5881 |
Yxy | 81.9252 | 0.3221 | 0.3201 |
Hunter Lab | 90.5125 | 4.2104 | 3.3642 |
CIE-Lab | 92.5418 | 9.0108 | -1.6535 |
#fae4ed color RGB value is (250,228,237).
#fae4ed hex color red value is 250, green value is 228 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fae4ed hue: 0.93 , saturation: 0.69 and the lightness value of fae4ed is 0.94.
The process color (four color CMYK) of #fae4ed color hex is 0.00, 0.09, 0.05, 0.02. Web safe color of #fae4ed is #ffccff. Color #fae4ed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11100100 | 11101101 |
Octal | 372 | 344 | 355 |
Decimal | 250 | 228 | 237 |
Hex | FA | E4 | ED |
Shades of #fae4ed
Tints of #fae4ed
RGB Percentages of Color #fae4ed
CMYK Percentages of Color #fae4ed
Complementary Color
#fae4ed | #e4faf1 |
#fae4ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fae4ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fae4ed Color CSS Codes
.mybgcolor {background-color:#fae4ed; } .myforecolor {color:#fae4ed; } .mybordercolor {border:3px solid #fae4ed; }
#fae4ed Text Font Color
<p style="color:#fae4ed">Text here</p>
This sample text font color is #fae4ed
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.
#fae4ed Background Color
<div style="background-color:#fae4ed">
Div content here</div>
This div background color is #fae4ed
#fae4ed Border Color
<div style="border:3px solid #fae4ed">
Div here</div>
This div border color is #fae4ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,228,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fae4ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fae4ed; -webkit-box-shadow: 1px 1px 3px 2px #fae4ed; box-shadow: 1px 1px 3px 2px #fae4ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,228,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 #fae4ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fae4ed; -webkit-box-shadow: 1px 1px 3px 2px #fae4ed; box-shadow: 1px 1px 3px 2px #fae4ed;">
Div content here</div>
This div box has shadow with color #fae4ed
Comments
No comments written yet.
Please login to write comment.