Color spaces of #f694ce
RGB | 246 | 148 | 206 |
---|---|---|---|
HSL | 0.90 | 0.84 | 0.77 |
HSV | 324° | 40° | 96° |
CMYK | 0.00 | 0.40 | 0.16 0.04 |
XYZ | 59.7365 | 45.2289 | 63.9741 |
Yxy | 45.2289 | 0.3536 | 0.2677 |
Hunter Lab | 67.2524 | 40.8596 | -9.3231 |
CIE-Lab | 73.0424 | 44.4859 | -13.9902 |
#f694ce color RGB value is (246,148,206).
#f694ce hex color red value is 246, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f694ce hue: 0.90 , saturation: 0.84 and the lightness value of f694ce is 0.77.
The process color (four color CMYK) of #f694ce color hex is 0.00, 0.40, 0.16, 0.04. Web safe color of #f694ce is #ff99cc. Color #f694ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10010100 | 11001110 |
Octal | 366 | 224 | 316 |
Decimal | 246 | 148 | 206 |
Hex | F6 | 94 | CE |
Shades of #f694ce
Tints of #f694ce
RGB Percentages of Color #f694ce
CMYK Percentages of Color #f694ce
Complementary Color
#f694ce | #94f6bc |
#f694ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f694ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#f694ce Color CSS Codes
.mybgcolor {background-color:#f694ce; } .myforecolor {color:#f694ce; } .mybordercolor {border:3px solid #f694ce; }
#f694ce Text Font Color
<p style="color:#f694ce">Text here</p>
This sample text font color is #f694ce
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.
#f694ce Background Color
<div style="background-color:#f694ce">
Div content here</div>
This div background color is #f694ce
#f694ce Border Color
<div style="border:3px solid #f694ce">
Div here</div>
This div border color is #f694ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,148,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f694ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f694ce; -webkit-box-shadow: 1px 1px 3px 2px #f694ce; box-shadow: 1px 1px 3px 2px #f694ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,148,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f694ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f694ce; -webkit-box-shadow: 1px 1px 3px 2px #f694ce; box-shadow: 1px 1px 3px 2px #f694ce;">
Div content here</div>
This div box has shadow with color #f694ce
Comments
No comments written yet.
Please login to write comment.