Color spaces of #f886cf
RGB | 248 | 134 | 207 |
---|---|---|---|
HSL | 0.89 | 0.89 | 0.75 |
HSV | 322° | 46° | 97° |
CMYK | 0.00 | 0.46 | 0.17 0.03 |
XYZ | 58.4990 | 41.5116 | 63.9608 |
Yxy | 41.5116 | 0.3568 | 0.2532 |
Hunter Lab | 64.4295 | 49.3181 | -13.7580 |
CIE-Lab | 70.5329 | 52.3245 | -18.3053 |
#f886cf color RGB value is (248,134,207).
#f886cf hex color red value is 248, green value is 134 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f886cf hue: 0.89 , saturation: 0.89 and the lightness value of f886cf is 0.75.
The process color (four color CMYK) of #f886cf color hex is 0.00, 0.46, 0.17, 0.03. Web safe color of #f886cf is #ff99cc. Color #f886cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10000110 | 11001111 |
Octal | 370 | 206 | 317 |
Decimal | 248 | 134 | 207 |
Hex | F8 | 86 | CF |
Shades of #f886cf
Tints of #f886cf
RGB Percentages of Color #f886cf
CMYK Percentages of Color #f886cf
Complementary Color
#f886cf | #86f8af |
#f886cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f886cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f886cf Color CSS Codes
.mybgcolor {background-color:#f886cf; } .myforecolor {color:#f886cf; } .mybordercolor {border:3px solid #f886cf; }
#f886cf Text Font Color
<p style="color:#f886cf">Text here</p>
This sample text font color is #f886cf
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.
#f886cf Background Color
<div style="background-color:#f886cf">
Div content here</div>
This div background color is #f886cf
#f886cf Border Color
<div style="border:3px solid #f886cf">
Div here</div>
This div border color is #f886cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,134,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f886cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f886cf; -webkit-box-shadow: 1px 1px 3px 2px #f886cf; box-shadow: 1px 1px 3px 2px #f886cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,134,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 #f886cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f886cf; -webkit-box-shadow: 1px 1px 3px 2px #f886cf; box-shadow: 1px 1px 3px 2px #f886cf;">
Div content here</div>
This div box has shadow with color #f886cf
Comments
No comments written yet.
Please login to write comment.