Color spaces of #faeaee
RGB | 250 | 234 | 238 |
---|---|---|---|
HSL | 0.96 | 0.62 | 0.95 |
HSV | 345° | 6° | 98° |
CMYK | 0.00 | 0.06 | 0.05 0.02 |
XYZ | 84.2798 | 85.3427 | 92.9197 |
Yxy | 85.3427 | 0.3210 | 0.3251 |
Hunter Lab | 92.3811 | 1.1796 | 5.0311 |
CIE-Lab | 94.0306 | 6.0882 | 0.0027 |
#faeaee color RGB value is (250,234,238).
#faeaee hex color red value is 250, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #faeaee hue: 0.96 , saturation: 0.62 and the lightness value of faeaee is 0.95.
The process color (four color CMYK) of #faeaee color hex is 0.00, 0.06, 0.05, 0.02. Web safe color of #faeaee is #ffffff. Color #faeaee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101010 | 11101110 |
Octal | 372 | 352 | 356 |
Decimal | 250 | 234 | 238 |
Hex | FA | EA | EE |
Shades of #faeaee
Tints of #faeaee
RGB Percentages of Color #faeaee
CMYK Percentages of Color #faeaee
Complementary Color
#faeaee | #eafaf6 |
#faeaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faeaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#faeaee Color CSS Codes
.mybgcolor {background-color:#faeaee; } .myforecolor {color:#faeaee; } .mybordercolor {border:3px solid #faeaee; }
#faeaee Text Font Color
<p style="color:#faeaee">Text here</p>
This sample text font color is #faeaee
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.
#faeaee Background Color
<div style="background-color:#faeaee">
Div content here</div>
This div background color is #faeaee
#faeaee Border Color
<div style="border:3px solid #faeaee">
Div here</div>
This div border color is #faeaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,234,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faeaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faeaee; -webkit-box-shadow: 1px 1px 3px 2px #faeaee; box-shadow: 1px 1px 3px 2px #faeaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,234,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faeaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faeaee; -webkit-box-shadow: 1px 1px 3px 2px #faeaee; box-shadow: 1px 1px 3px 2px #faeaee;">
Div content here</div>
This div box has shadow with color #faeaee
Comments
No comments written yet.
Please login to write comment.