Color spaces of #f396fb
RGB | 243 | 150 | 251 |
---|---|---|---|
HSL | 0.82 | 0.93 | 0.79 |
HSV | 295° | 40° | 98° |
CMYK | 0.03 | 0.40 | 0.00 0.02 |
XYZ | 65.2811 | 47.8324 | 97.0587 |
Yxy | 47.8324 | 0.3106 | 0.2276 |
Hunter Lab | 69.1610 | 47.4546 | -34.7934 |
CIE-Lab | 74.7191 | 50.1195 | -36.0689 |
#f396fb color RGB value is (243,150,251).
#f396fb hex color red value is 243, green value is 150 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f396fb hue: 0.82 , saturation: 0.93 and the lightness value of f396fb is 0.79.
The process color (four color CMYK) of #f396fb color hex is 0.03, 0.40, 0.00, 0.02. Web safe color of #f396fb is #ff99ff. Color #f396fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 10010110 | 11111011 |
Octal | 363 | 226 | 373 |
Decimal | 243 | 150 | 251 |
Hex | F3 | 96 | FB |
Shades of #f396fb
Tints of #f396fb
RGB Percentages of Color #f396fb
CMYK Percentages of Color #f396fb
Complementary Color
#f396fb | #9efb96 |
#f396fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f396fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f396fb Color CSS Codes
.mybgcolor {background-color:#f396fb; } .myforecolor {color:#f396fb; } .mybordercolor {border:3px solid #f396fb; }
#f396fb Text Font Color
<p style="color:#f396fb">Text here</p>
This sample text font color is #f396fb
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.
#f396fb Background Color
<div style="background-color:#f396fb">
Div content here</div>
This div background color is #f396fb
#f396fb Border Color
<div style="border:3px solid #f396fb">
Div here</div>
This div border color is #f396fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,150,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f396fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f396fb; -webkit-box-shadow: 1px 1px 3px 2px #f396fb; box-shadow: 1px 1px 3px 2px #f396fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,150,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f396fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f396fb; -webkit-box-shadow: 1px 1px 3px 2px #f396fb; box-shadow: 1px 1px 3px 2px #f396fb;">
Div content here</div>
This div box has shadow with color #f396fb
Comments
No comments written yet.
Please login to write comment.