Color spaces of #fdabab
RGB | 253 | 171 | 171 |
---|---|---|---|
HSL | 0.00 | 0.95 | 0.83 |
HSV | 0° | 32° | 99° |
CMYK | 0.00 | 0.32 | 0.32 0.01 |
XYZ | 62.4216 | 52.9487 | 45.4582 |
Yxy | 52.9487 | 0.3881 | 0.3292 |
Hunter Lab | 72.7659 | 25.7845 | 13.8965 |
CIE-Lab | 77.8447 | 30.1094 | 12.3220 |
#fdabab color RGB value is (253,171,171).
#fdabab hex color red value is 253, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fdabab hue: 0.00 , saturation: 0.95 and the lightness value of fdabab is 0.83.
The process color (four color CMYK) of #fdabab color hex is 0.00, 0.32, 0.32, 0.01. Web safe color of #fdabab is #ff9999. Color #fdabab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10101011 | 10101011 |
Octal | 375 | 253 | 253 |
Decimal | 253 | 171 | 171 |
Hex | FD | AB | AB |
Shades of #fdabab
Tints of #fdabab
RGB Percentages of Color #fdabab
CMYK Percentages of Color #fdabab
Complementary Color
#fdabab | #abfdfd |
#fdabab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdabab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdabab Color CSS Codes
.mybgcolor {background-color:#fdabab; } .myforecolor {color:#fdabab; } .mybordercolor {border:3px solid #fdabab; }
#fdabab Text Font Color
<p style="color:#fdabab">Text here</p>
This sample text font color is #fdabab
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.
#fdabab Background Color
<div style="background-color:#fdabab">
Div content here</div>
This div background color is #fdabab
#fdabab Border Color
<div style="border:3px solid #fdabab">
Div here</div>
This div border color is #fdabab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,171,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdabab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdabab; -webkit-box-shadow: 1px 1px 3px 2px #fdabab; box-shadow: 1px 1px 3px 2px #fdabab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,171,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdabab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdabab; -webkit-box-shadow: 1px 1px 3px 2px #fdabab; box-shadow: 1px 1px 3px 2px #fdabab;">
Div content here</div>
This div box has shadow with color #fdabab
#fdabab Color Palettes
Comments
No comments written yet.
Please login to write comment.