Color spaces of #fdbadb
RGB | 253 | 186 | 219 |
---|---|---|---|
HSL | 0.92 | 0.94 | 0.86 |
HSV | 330° | 26° | 99° |
CMYK | 0.00 | 0.26 | 0.13 0.01 |
XYZ | 70.8531 | 61.1149 | 75.0798 |
Yxy | 61.1149 | 0.3422 | 0.2952 |
Hunter Lab | 78.1760 | 24.9715 | -2.2186 |
CIE-Lab | 82.4405 | 29.0479 | -6.9674 |
#fdbadb color RGB value is (253,186,219).
#fdbadb hex color red value is 253, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fdbadb hue: 0.92 , saturation: 0.94 and the lightness value of fdbadb is 0.86.
The process color (four color CMYK) of #fdbadb color hex is 0.00, 0.26, 0.13, 0.01. Web safe color of #fdbadb is #ffcccc. Color #fdbadb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111010 | 11011011 |
Octal | 375 | 272 | 333 |
Decimal | 253 | 186 | 219 |
Hex | FD | BA | DB |
Shades of #fdbadb
Tints of #fdbadb
RGB Percentages of Color #fdbadb
CMYK Percentages of Color #fdbadb
Complementary Color
#fdbadb | #bafddc |
#fdbadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdbadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdbadb Color CSS Codes
.mybgcolor {background-color:#fdbadb; } .myforecolor {color:#fdbadb; } .mybordercolor {border:3px solid #fdbadb; }
#fdbadb Text Font Color
<p style="color:#fdbadb">Text here</p>
This sample text font color is #fdbadb
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.
#fdbadb Background Color
<div style="background-color:#fdbadb">
Div content here</div>
This div background color is #fdbadb
#fdbadb Border Color
<div style="border:3px solid #fdbadb">
Div here</div>
This div border color is #fdbadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,186,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdbadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdbadb; -webkit-box-shadow: 1px 1px 3px 2px #fdbadb; box-shadow: 1px 1px 3px 2px #fdbadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,186,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdbadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdbadb; -webkit-box-shadow: 1px 1px 3px 2px #fdbadb; box-shadow: 1px 1px 3px 2px #fdbadb;">
Div content here</div>
This div box has shadow with color #fdbadb
Comments
No comments written yet.
Please login to write comment.