Color spaces of #f688bd
RGB | 246 | 136 | 189 |
---|---|---|---|
HSL | 0.92 | 0.86 | 0.75 |
HSV | 331° | 45° | 96° |
CMYK | 0.00 | 0.45 | 0.23 0.04 |
XYZ | 55.9955 | 40.8753 | 53.0825 |
Yxy | 40.8753 | 0.3734 | 0.2726 |
Hunter Lab | 63.9338 | 44.4525 | -4.4732 |
CIE-Lab | 70.0885 | 48.0843 | -8.9797 |
#f688bd color RGB value is (246,136,189).
#f688bd hex color red value is 246, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f688bd hue: 0.92 , saturation: 0.86 and the lightness value of f688bd is 0.75.
The process color (four color CMYK) of #f688bd color hex is 0.00, 0.45, 0.23, 0.04. Web safe color of #f688bd is #ff99cc. Color #f688bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10001000 | 10111101 |
Octal | 366 | 210 | 275 |
Decimal | 246 | 136 | 189 |
Hex | F6 | 88 | BD |
Shades of #f688bd
Tints of #f688bd
RGB Percentages of Color #f688bd
CMYK Percentages of Color #f688bd
Complementary Color
#f688bd | #88f6c1 |
#f688bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f688bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f688bd Color CSS Codes
.mybgcolor {background-color:#f688bd; } .myforecolor {color:#f688bd; } .mybordercolor {border:3px solid #f688bd; }
#f688bd Text Font Color
<p style="color:#f688bd">Text here</p>
This sample text font color is #f688bd
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.
#f688bd Background Color
<div style="background-color:#f688bd">
Div content here</div>
This div background color is #f688bd
#f688bd Border Color
<div style="border:3px solid #f688bd">
Div here</div>
This div border color is #f688bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,136,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f688bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f688bd; -webkit-box-shadow: 1px 1px 3px 2px #f688bd; box-shadow: 1px 1px 3px 2px #f688bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,136,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f688bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f688bd; -webkit-box-shadow: 1px 1px 3px 2px #f688bd; box-shadow: 1px 1px 3px 2px #f688bd;">
Div content here</div>
This div box has shadow with color #f688bd
Comments
No comments written yet.
Please login to write comment.