Color spaces of #fdb8ed
RGB | 253 | 184 | 237 |
---|---|---|---|
HSL | 0.87 | 0.95 | 0.86 |
HSV | 314° | 27° | 99° |
CMYK | 0.00 | 0.27 | 0.06 0.01 |
XYZ | 72.9346 | 61.2781 | 88.1045 |
Yxy | 61.2781 | 0.3281 | 0.2756 |
Hunter Lab | 78.2803 | 29.3197 | -11.9347 |
CIE-Lab | 82.5280 | 33.0673 | -16.4941 |
#fdb8ed color RGB value is (253,184,237).
#fdb8ed hex color red value is 253, green value is 184 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fdb8ed hue: 0.87 , saturation: 0.95 and the lightness value of fdb8ed is 0.86.
The process color (four color CMYK) of #fdb8ed color hex is 0.00, 0.27, 0.06, 0.01. Web safe color of #fdb8ed is #ffccff. Color #fdb8ed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111000 | 11101101 |
Octal | 375 | 270 | 355 |
Decimal | 253 | 184 | 237 |
Hex | FD | B8 | ED |
Shades of #fdb8ed
Tints of #fdb8ed
RGB Percentages of Color #fdb8ed
CMYK Percentages of Color #fdb8ed
Complementary Color
#fdb8ed | #b8fdc8 |
#fdb8ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdb8ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdb8ed Color CSS Codes
.mybgcolor {background-color:#fdb8ed; } .myforecolor {color:#fdb8ed; } .mybordercolor {border:3px solid #fdb8ed; }
#fdb8ed Text Font Color
<p style="color:#fdb8ed">Text here</p>
This sample text font color is #fdb8ed
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.
#fdb8ed Background Color
<div style="background-color:#fdb8ed">
Div content here</div>
This div background color is #fdb8ed
#fdb8ed Border Color
<div style="border:3px solid #fdb8ed">
Div here</div>
This div border color is #fdb8ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,184,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdb8ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdb8ed; -webkit-box-shadow: 1px 1px 3px 2px #fdb8ed; box-shadow: 1px 1px 3px 2px #fdb8ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,184,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdb8ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdb8ed; -webkit-box-shadow: 1px 1px 3px 2px #fdb8ed; box-shadow: 1px 1px 3px 2px #fdb8ed;">
Div content here</div>
This div box has shadow with color #fdb8ed
Comments
No comments written yet.
Please login to write comment.