Color spaces of #f6bcae
RGB | 246 | 188 | 174 |
---|---|---|---|
HSL | 0.03 | 0.80 | 0.82 |
HSV | 12° | 29° | 96° |
CMYK | 0.00 | 0.24 | 0.29 0.04 |
XYZ | 63.6292 | 58.6153 | 48.0047 |
Yxy | 58.6153 | 0.3737 | 0.3443 |
Hunter Lab | 76.5606 | 14.3695 | 16.4167 |
CIE-Lab | 81.0797 | 18.9503 | 15.1589 |
#f6bcae color RGB value is (246,188,174).
#f6bcae hex color red value is 246, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f6bcae hue: 0.03 , saturation: 0.80 and the lightness value of f6bcae is 0.82.
The process color (four color CMYK) of #f6bcae color hex is 0.00, 0.24, 0.29, 0.04. Web safe color of #f6bcae is #ffcc99. Color #f6bcae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10111100 | 10101110 |
Octal | 366 | 274 | 256 |
Decimal | 246 | 188 | 174 |
Hex | F6 | BC | AE |
Shades of #f6bcae
Tints of #f6bcae
RGB Percentages of Color #f6bcae
CMYK Percentages of Color #f6bcae
Complementary Color
#f6bcae | #aee8f6 |
#f6bcae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6bcae Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6bcae Color CSS Codes
.mybgcolor {background-color:#f6bcae; } .myforecolor {color:#f6bcae; } .mybordercolor {border:3px solid #f6bcae; }
#f6bcae Text Font Color
<p style="color:#f6bcae">Text here</p>
This sample text font color is #f6bcae
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.
#f6bcae Background Color
<div style="background-color:#f6bcae">
Div content here</div>
This div background color is #f6bcae
#f6bcae Border Color
<div style="border:3px solid #f6bcae">
Div here</div>
This div border color is #f6bcae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,188,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6bcae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6bcae; -webkit-box-shadow: 1px 1px 3px 2px #f6bcae; box-shadow: 1px 1px 3px 2px #f6bcae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,188,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6bcae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6bcae; -webkit-box-shadow: 1px 1px 3px 2px #f6bcae; box-shadow: 1px 1px 3px 2px #f6bcae;">
Div content here</div>
This div box has shadow with color #f6bcae
Comments
No comments written yet.
Please login to write comment.