Color spaces of #fda1fb
RGB | 253 | 161 | 251 |
---|---|---|---|
HSL | 0.84 | 0.96 | 0.81 |
HSV | 301° | 36° | 99° |
CMYK | 0.00 | 0.36 | 0.01 0.01 |
XYZ | 70.6655 | 53.3374 | 97.8375 |
Yxy | 53.3374 | 0.3185 | 0.2404 |
Hunter Lab | 73.0325 | 44.9081 | -28.3048 |
CIE-Lab | 78.0738 | 47.4694 | -30.7984 |
#fda1fb color RGB value is (253,161,251).
#fda1fb hex color red value is 253, green value is 161 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fda1fb hue: 0.84 , saturation: 0.96 and the lightness value of fda1fb is 0.81.
The process color (four color CMYK) of #fda1fb color hex is 0.00, 0.36, 0.01, 0.01. Web safe color of #fda1fb is #ff99ff. Color #fda1fb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10100001 | 11111011 |
Octal | 375 | 241 | 373 |
Decimal | 253 | 161 | 251 |
Hex | FD | A1 | FB |
Shades of #fda1fb
Tints of #fda1fb
RGB Percentages of Color #fda1fb
CMYK Percentages of Color #fda1fb
Complementary Color
#fda1fb | #a1fda3 |
#fda1fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fda1fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fda1fb Color CSS Codes
.mybgcolor {background-color:#fda1fb; } .myforecolor {color:#fda1fb; } .mybordercolor {border:3px solid #fda1fb; }
#fda1fb Text Font Color
<p style="color:#fda1fb">Text here</p>
This sample text font color is #fda1fb
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.
#fda1fb Background Color
<div style="background-color:#fda1fb">
Div content here</div>
This div background color is #fda1fb
#fda1fb Border Color
<div style="border:3px solid #fda1fb">
Div here</div>
This div border color is #fda1fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,161,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fda1fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fda1fb; -webkit-box-shadow: 1px 1px 3px 2px #fda1fb; box-shadow: 1px 1px 3px 2px #fda1fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,161,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 #fda1fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fda1fb; -webkit-box-shadow: 1px 1px 3px 2px #fda1fb; box-shadow: 1px 1px 3px 2px #fda1fb;">
Div content here</div>
This div box has shadow with color #fda1fb
Comments
No comments written yet.
Please login to write comment.