Color spaces of #f96ffc
RGB | 249 | 111 | 252 |
---|---|---|---|
HSL | 0.83 | 0.96 | 0.71 |
HSV | 299° | 56° | 99° |
CMYK | 0.01 | 0.56 | 0.00 0.01 |
XYZ | 62.3220 | 38.5369 | 96.2491 |
Yxy | 38.5369 | 0.3162 | 0.1955 |
Hunter Lab | 62.0781 | 70.5647 | -48.4716 |
CIE-Lab | 68.4145 | 70.5257 | -46.4022 |
#f96ffc color RGB value is (249,111,252).
#f96ffc hex color red value is 249, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f96ffc hue: 0.83 , saturation: 0.96 and the lightness value of f96ffc is 0.71.
The process color (four color CMYK) of #f96ffc color hex is 0.01, 0.56, 0.00, 0.01. Web safe color of #f96ffc is #ff66ff. Color #f96ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01101111 | 11111100 |
Octal | 371 | 157 | 374 |
Decimal | 249 | 111 | 252 |
Hex | F9 | 6F | FC |
Shades of #f96ffc
Tints of #f96ffc
RGB Percentages of Color #f96ffc
CMYK Percentages of Color #f96ffc
Complementary Color
#f96ffc | #72fc6f |
#f96ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f96ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f96ffc Color CSS Codes
.mybgcolor {background-color:#f96ffc; } .myforecolor {color:#f96ffc; } .mybordercolor {border:3px solid #f96ffc; }
#f96ffc Text Font Color
<p style="color:#f96ffc">Text here</p>
This sample text font color is #f96ffc
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.
#f96ffc Background Color
<div style="background-color:#f96ffc">
Div content here</div>
This div background color is #f96ffc
#f96ffc Border Color
<div style="border:3px solid #f96ffc">
Div here</div>
This div border color is #f96ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,111,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f96ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f96ffc; -webkit-box-shadow: 1px 1px 3px 2px #f96ffc; box-shadow: 1px 1px 3px 2px #f96ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,111,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f96ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f96ffc; -webkit-box-shadow: 1px 1px 3px 2px #f96ffc; box-shadow: 1px 1px 3px 2px #f96ffc;">
Div content here</div>
This div box has shadow with color #f96ffc
Related Colors
Comments
No comments written yet.
Please login to write comment.