Color spaces of #f999fb
RGB | 249 | 153 | 251 |
---|---|---|---|
HSL | 0.83 | 0.92 | 0.79 |
HSV | 299° | 39° | 98° |
CMYK | 0.01 | 0.39 | 0.00 0.02 |
XYZ | 67.8707 | 49.8872 | 97.3188 |
Yxy | 49.8872 | 0.3156 | 0.2320 |
Hunter Lab | 70.6309 | 47.9204 | -32.2512 |
CIE-Lab | 76.0000 | 50.3562 | -34.0323 |
#f999fb color RGB value is (249,153,251).
#f999fb hex color red value is 249, green value is 153 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f999fb hue: 0.83 , saturation: 0.92 and the lightness value of f999fb is 0.79.
The process color (four color CMYK) of #f999fb color hex is 0.01, 0.39, 0.00, 0.02. Web safe color of #f999fb is #ff99ff. Color #f999fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10011001 | 11111011 |
Octal | 371 | 231 | 373 |
Decimal | 249 | 153 | 251 |
Hex | F9 | 99 | FB |
Shades of #f999fb
Tints of #f999fb
RGB Percentages of Color #f999fb
CMYK Percentages of Color #f999fb
Complementary Color
#f999fb | #9bfb99 |
#f999fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f999fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f999fb Color CSS Codes
.mybgcolor {background-color:#f999fb; } .myforecolor {color:#f999fb; } .mybordercolor {border:3px solid #f999fb; }
#f999fb Text Font Color
<p style="color:#f999fb">Text here</p>
This sample text font color is #f999fb
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.
#f999fb Background Color
<div style="background-color:#f999fb">
Div content here</div>
This div background color is #f999fb
#f999fb Border Color
<div style="border:3px solid #f999fb">
Div here</div>
This div border color is #f999fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,153,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f999fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f999fb; -webkit-box-shadow: 1px 1px 3px 2px #f999fb; box-shadow: 1px 1px 3px 2px #f999fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,153,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 #f999fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f999fb; -webkit-box-shadow: 1px 1px 3px 2px #f999fb; box-shadow: 1px 1px 3px 2px #f999fb;">
Div content here</div>
This div box has shadow with color #f999fb
Comments
No comments written yet.
Please login to write comment.