Color spaces of #faebec
RGB | 250 | 235 | 236 |
---|---|---|---|
HSL | 0.99 | 0.60 | 0.95 |
HSV | 356° | 6° | 98° |
CMYK | 0.00 | 0.06 | 0.06 0.02 |
XYZ | 84.2730 | 85.7968 | 91.4757 |
Yxy | 85.7968 | 0.3222 | 0.3280 |
Hunter Lab | 92.6266 | 0.3054 | 6.2853 |
CIE-Lab | 94.2254 | 5.2356 | 1.3264 |
#faebec color RGB value is (250,235,236).
#faebec hex color red value is 250, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #faebec hue: 0.99 , saturation: 0.60 and the lightness value of faebec is 0.95.
The process color (four color CMYK) of #faebec color hex is 0.00, 0.06, 0.06, 0.02. Web safe color of #faebec is #ffffff. Color #faebec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101011 | 11101100 |
Octal | 372 | 353 | 354 |
Decimal | 250 | 235 | 236 |
Hex | FA | EB | EC |
Shades of #faebec
Tints of #faebec
RGB Percentages of Color #faebec
CMYK Percentages of Color #faebec
Complementary Color
#faebec | #ebfaf9 |
#faebec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faebec Color Preview on White Background
Lorem ipsum dolor sit amet.
#faebec Color CSS Codes
.mybgcolor {background-color:#faebec; } .myforecolor {color:#faebec; } .mybordercolor {border:3px solid #faebec; }
#faebec Text Font Color
<p style="color:#faebec">Text here</p>
This sample text font color is #faebec
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.
#faebec Background Color
<div style="background-color:#faebec">
Div content here</div>
This div background color is #faebec
#faebec Border Color
<div style="border:3px solid #faebec">
Div here</div>
This div border color is #faebec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,235,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faebec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faebec; -webkit-box-shadow: 1px 1px 3px 2px #faebec; box-shadow: 1px 1px 3px 2px #faebec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,235,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faebec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faebec; -webkit-box-shadow: 1px 1px 3px 2px #faebec; box-shadow: 1px 1px 3px 2px #faebec;">
Div content here</div>
This div box has shadow with color #faebec
#faebec Color Palettes
Comments
No comments written yet.
Please login to write comment.