Color spaces of #fd69fb
RGB | 253 | 105 | 251 |
---|---|---|---|
HSL | 0.84 | 0.97 | 0.70 |
HSV | 301° | 58° | 99° |
CMYK | 0.00 | 0.58 | 0.01 0.01 |
XYZ | 62.9722 | 37.9508 | 95.2730 |
Yxy | 37.9508 | 0.3210 | 0.1934 |
Hunter Lab | 61.6042 | 74.6564 | -48.5710 |
CIE-Lab | 67.9843 | 73.8851 | -46.4928 |
#fd69fb color RGB value is (253,105,251).
#fd69fb hex color red value is 253, green value is 105 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fd69fb hue: 0.84 , saturation: 0.97 and the lightness value of fd69fb is 0.70.
The process color (four color CMYK) of #fd69fb color hex is 0.00, 0.58, 0.01, 0.01. Web safe color of #fd69fb is #ff66ff. Color #fd69fb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01101001 | 11111011 |
Octal | 375 | 151 | 373 |
Decimal | 253 | 105 | 251 |
Hex | FD | 69 | FB |
Shades of #fd69fb
Tints of #fd69fb
RGB Percentages of Color #fd69fb
CMYK Percentages of Color #fd69fb
Complementary Color
#fd69fb | #69fd6b |
#fd69fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd69fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd69fb Color CSS Codes
.mybgcolor {background-color:#fd69fb; } .myforecolor {color:#fd69fb; } .mybordercolor {border:3px solid #fd69fb; }
#fd69fb Text Font Color
<p style="color:#fd69fb">Text here</p>
This sample text font color is #fd69fb
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.
#fd69fb Background Color
<div style="background-color:#fd69fb">
Div content here</div>
This div background color is #fd69fb
#fd69fb Border Color
<div style="border:3px solid #fd69fb">
Div here</div>
This div border color is #fd69fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,105,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd69fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd69fb; -webkit-box-shadow: 1px 1px 3px 2px #fd69fb; box-shadow: 1px 1px 3px 2px #fd69fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,105,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 #fd69fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd69fb; -webkit-box-shadow: 1px 1px 3px 2px #fd69fb; box-shadow: 1px 1px 3px 2px #fd69fb;">
Div content here</div>
This div box has shadow with color #fd69fb
Related Colors
Comments
No comments written yet.
Please login to write comment.