Color spaces of #f6ebce
RGB | 246 | 235 | 206 |
---|---|---|---|
HSL | 0.12 | 0.69 | 0.89 |
HSV | 44° | 16° | 96° |
CMYK | 0.00 | 0.04 | 0.16 0.04 |
XYZ | 78.8549 | 83.4657 | 70.3469 |
Yxy | 83.4657 | 0.3389 | 0.3587 |
Hunter Lab | 91.3596 | -5.8111 | 18.2984 |
CIE-Lab | 93.2179 | -0.9449 | 15.4081 |
#f6ebce color RGB value is (246,235,206).
#f6ebce hex color red value is 246, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f6ebce hue: 0.12 , saturation: 0.69 and the lightness value of f6ebce is 0.89.
The process color (four color CMYK) of #f6ebce color hex is 0.00, 0.04, 0.16, 0.04. Web safe color of #f6ebce is #ffffcc. Color #f6ebce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11101011 | 11001110 |
Octal | 366 | 353 | 316 |
Decimal | 246 | 235 | 206 |
Hex | F6 | EB | CE |
Shades of #f6ebce
Tints of #f6ebce
RGB Percentages of Color #f6ebce
CMYK Percentages of Color #f6ebce
Complementary Color
#f6ebce | #ced9f6 |
#f6ebce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6ebce Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6ebce Color CSS Codes
.mybgcolor {background-color:#f6ebce; } .myforecolor {color:#f6ebce; } .mybordercolor {border:3px solid #f6ebce; }
#f6ebce Text Font Color
<p style="color:#f6ebce">Text here</p>
This sample text font color is #f6ebce
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.
#f6ebce Background Color
<div style="background-color:#f6ebce">
Div content here</div>
This div background color is #f6ebce
#f6ebce Border Color
<div style="border:3px solid #f6ebce">
Div here</div>
This div border color is #f6ebce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,235,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6ebce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6ebce; -webkit-box-shadow: 1px 1px 3px 2px #f6ebce; box-shadow: 1px 1px 3px 2px #f6ebce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,235,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6ebce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6ebce; -webkit-box-shadow: 1px 1px 3px 2px #f6ebce; box-shadow: 1px 1px 3px 2px #f6ebce;">
Div content here</div>
This div box has shadow with color #f6ebce
Comments
No comments written yet.
Please login to write comment.