Color spaces of #fae69c
RGB | 250 | 230 | 156 |
---|---|---|---|
HSL | 0.13 | 0.90 | 0.80 |
HSV | 47° | 38° | 98° |
CMYK | 0.00 | 0.08 | 0.38 0.02 |
XYZ | 73.7219 | 79.3179 | 42.8768 |
Yxy | 79.3179 | 0.3763 | 0.4049 |
Hunter Lab | 89.0606 | -8.0987 | 33.7982 |
CIE-Lab | 91.3779 | -3.4376 | 38.5400 |
#fae69c color RGB value is (250,230,156).
#fae69c hex color red value is 250, green value is 230 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fae69c hue: 0.13 , saturation: 0.90 and the lightness value of fae69c is 0.80.
The process color (four color CMYK) of #fae69c color hex is 0.00, 0.08, 0.38, 0.02. Web safe color of #fae69c is #ffff99. Color #fae69c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11100110 | 10011100 |
Octal | 372 | 346 | 234 |
Decimal | 250 | 230 | 156 |
Hex | FA | E6 | 9C |
Shades of #fae69c
Tints of #fae69c
RGB Percentages of Color #fae69c
CMYK Percentages of Color #fae69c
Complementary Color
#fae69c | #9cb0fa |
#fae69c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fae69c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fae69c Color CSS Codes
.mybgcolor {background-color:#fae69c; } .myforecolor {color:#fae69c; } .mybordercolor {border:3px solid #fae69c; }
#fae69c Text Font Color
<p style="color:#fae69c">Text here</p>
This sample text font color is #fae69c
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.
#fae69c Background Color
<div style="background-color:#fae69c">
Div content here</div>
This div background color is #fae69c
#fae69c Border Color
<div style="border:3px solid #fae69c">
Div here</div>
This div border color is #fae69c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,230,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fae69c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fae69c; -webkit-box-shadow: 1px 1px 3px 2px #fae69c; box-shadow: 1px 1px 3px 2px #fae69c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,230,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fae69c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fae69c; -webkit-box-shadow: 1px 1px 3px 2px #fae69c; box-shadow: 1px 1px 3px 2px #fae69c;">
Div content here</div>
This div box has shadow with color #fae69c
Related Colors
Comments
No comments written yet.
Please login to write comment.