Color spaces of #f6cccf
RGB | 246 | 204 | 207 |
---|---|---|---|
HSL | 0.99 | 0.70 | 0.88 |
HSV | 356° | 17° | 96° |
CMYK | 0.00 | 0.17 | 0.16 0.04 |
XYZ | 70.8614 | 67.2836 | 68.2837 |
Yxy | 67.2836 | 0.3433 | 0.3259 |
Hunter Lab | 82.0266 | 10.6567 | 8.0622 |
CIE-Lab | 85.6470 | 15.2446 | 4.0618 |
#f6cccf color RGB value is (246,204,207).
#f6cccf hex color red value is 246, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f6cccf hue: 0.99 , saturation: 0.70 and the lightness value of f6cccf is 0.88.
The process color (four color CMYK) of #f6cccf color hex is 0.00, 0.17, 0.16, 0.04. Web safe color of #f6cccf is #ffcccc. Color #f6cccf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11001100 | 11001111 |
Octal | 366 | 314 | 317 |
Decimal | 246 | 204 | 207 |
Hex | F6 | CC | CF |
Shades of #f6cccf
Tints of #f6cccf
RGB Percentages of Color #f6cccf
CMYK Percentages of Color #f6cccf
Complementary Color
#f6cccf | #ccf6f3 |
#f6cccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6cccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6cccf Color CSS Codes
.mybgcolor {background-color:#f6cccf; } .myforecolor {color:#f6cccf; } .mybordercolor {border:3px solid #f6cccf; }
#f6cccf Text Font Color
<p style="color:#f6cccf">Text here</p>
This sample text font color is #f6cccf
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.
#f6cccf Background Color
<div style="background-color:#f6cccf">
Div content here</div>
This div background color is #f6cccf
#f6cccf Border Color
<div style="border:3px solid #f6cccf">
Div here</div>
This div border color is #f6cccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,204,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6cccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6cccf; -webkit-box-shadow: 1px 1px 3px 2px #f6cccf; box-shadow: 1px 1px 3px 2px #f6cccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,204,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6cccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6cccf; -webkit-box-shadow: 1px 1px 3px 2px #f6cccf; box-shadow: 1px 1px 3px 2px #f6cccf;">
Div content here</div>
This div box has shadow with color #f6cccf
#f6cccf Color Palettes
Comments
No comments written yet.
Please login to write comment.