Color spaces of #f6ccab
RGB | 246 | 204 | 171 |
---|---|---|---|
HSL | 0.07 | 0.81 | 0.82 |
HSV | 26° | 30° | 96° |
CMYK | 0.00 | 0.17 | 0.30 0.04 |
XYZ | 66.9496 | 65.7188 | 47.6845 |
Yxy | 65.7188 | 0.3712 | 0.3644 |
Hunter Lab | 81.0671 | 5.5474 | 21.8720 |
CIE-Lab | 84.8528 | 10.1667 | 22.0035 |
#f6ccab color RGB value is (246,204,171).
#f6ccab hex color red value is 246, green value is 204 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f6ccab hue: 0.07 , saturation: 0.81 and the lightness value of f6ccab is 0.82.
The process color (four color CMYK) of #f6ccab color hex is 0.00, 0.17, 0.30, 0.04. Web safe color of #f6ccab is #ffcc99. Color #f6ccab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11001100 | 10101011 |
Octal | 366 | 314 | 253 |
Decimal | 246 | 204 | 171 |
Hex | F6 | CC | AB |
Shades of #f6ccab
Tints of #f6ccab
RGB Percentages of Color #f6ccab
CMYK Percentages of Color #f6ccab
Complementary Color
#f6ccab | #abd5f6 |
#f6ccab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6ccab Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6ccab Color CSS Codes
.mybgcolor {background-color:#f6ccab; } .myforecolor {color:#f6ccab; } .mybordercolor {border:3px solid #f6ccab; }
#f6ccab Text Font Color
<p style="color:#f6ccab">Text here</p>
This sample text font color is #f6ccab
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.
#f6ccab Background Color
<div style="background-color:#f6ccab">
Div content here</div>
This div background color is #f6ccab
#f6ccab Border Color
<div style="border:3px solid #f6ccab">
Div here</div>
This div border color is #f6ccab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,204,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6ccab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6ccab; -webkit-box-shadow: 1px 1px 3px 2px #f6ccab; box-shadow: 1px 1px 3px 2px #f6ccab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,204,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6ccab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6ccab; -webkit-box-shadow: 1px 1px 3px 2px #f6ccab; box-shadow: 1px 1px 3px 2px #f6ccab;">
Div content here</div>
This div box has shadow with color #f6ccab
Comments
No comments written yet.
Please login to write comment.