Color spaces of #f6cfbc
RGB | 246 | 207 | 188 |
---|---|---|---|
HSL | 0.05 | 0.76 | 0.85 |
HSV | 20° | 24° | 96° |
CMYK | 0.00 | 0.16 | 0.24 0.04 |
XYZ | 69.3960 | 67.8493 | 57.0156 |
Yxy | 67.8493 | 0.3572 | 0.3493 |
Hunter Lab | 82.3707 | 6.2347 | 16.6199 |
CIE-Lab | 85.9310 | 10.8730 | 14.5396 |
#f6cfbc color RGB value is (246,207,188).
#f6cfbc hex color red value is 246, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f6cfbc hue: 0.05 , saturation: 0.76 and the lightness value of f6cfbc is 0.85.
The process color (four color CMYK) of #f6cfbc color hex is 0.00, 0.16, 0.24, 0.04. Web safe color of #f6cfbc is #ffcccc. Color #f6cfbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11001111 | 10111100 |
Octal | 366 | 317 | 274 |
Decimal | 246 | 207 | 188 |
Hex | F6 | CF | BC |
Shades of #f6cfbc
Tints of #f6cfbc
RGB Percentages of Color #f6cfbc
CMYK Percentages of Color #f6cfbc
Complementary Color
#f6cfbc | #bce3f6 |
#f6cfbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6cfbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6cfbc Color CSS Codes
.mybgcolor {background-color:#f6cfbc; } .myforecolor {color:#f6cfbc; } .mybordercolor {border:3px solid #f6cfbc; }
#f6cfbc Text Font Color
<p style="color:#f6cfbc">Text here</p>
This sample text font color is #f6cfbc
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.
#f6cfbc Background Color
<div style="background-color:#f6cfbc">
Div content here</div>
This div background color is #f6cfbc
#f6cfbc Border Color
<div style="border:3px solid #f6cfbc">
Div here</div>
This div border color is #f6cfbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,207,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6cfbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6cfbc; -webkit-box-shadow: 1px 1px 3px 2px #f6cfbc; box-shadow: 1px 1px 3px 2px #f6cfbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,207,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6cfbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6cfbc; -webkit-box-shadow: 1px 1px 3px 2px #f6cfbc; box-shadow: 1px 1px 3px 2px #f6cfbc;">
Div content here</div>
This div box has shadow with color #f6cfbc
Comments
No comments written yet.
Please login to write comment.