Color spaces of #fdebda
RGB | 253 | 235 | 218 |
---|---|---|---|
HSL | 0.08 | 0.90 | 0.92 |
HSV | 29° | 14° | 99° |
CMYK | 0.00 | 0.07 | 0.14 0.01 |
XYZ | 82.8712 | 85.3613 | 78.4383 |
Yxy | 85.3613 | 0.3360 | 0.3461 |
Hunter Lab | 92.3912 | -1.5772 | 14.3378 |
CIE-Lab | 94.0386 | 3.3626 | 10.4331 |
#fdebda color RGB value is (253,235,218).
#fdebda hex color red value is 253, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fdebda hue: 0.08 , saturation: 0.90 and the lightness value of fdebda is 0.92.
The process color (four color CMYK) of #fdebda color hex is 0.00, 0.07, 0.14, 0.01. Web safe color of #fdebda is #ffffcc. Color #fdebda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101011 | 11011010 |
Octal | 375 | 353 | 332 |
Decimal | 253 | 235 | 218 |
Hex | FD | EB | DA |
Shades of #fdebda
Tints of #fdebda
RGB Percentages of Color #fdebda
CMYK Percentages of Color #fdebda
Complementary Color
#fdebda | #daecfd |
#fdebda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdebda Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdebda Color CSS Codes
.mybgcolor {background-color:#fdebda; } .myforecolor {color:#fdebda; } .mybordercolor {border:3px solid #fdebda; }
#fdebda Text Font Color
<p style="color:#fdebda">Text here</p>
This sample text font color is #fdebda
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.
#fdebda Background Color
<div style="background-color:#fdebda">
Div content here</div>
This div background color is #fdebda
#fdebda Border Color
<div style="border:3px solid #fdebda">
Div here</div>
This div border color is #fdebda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,235,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdebda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdebda; -webkit-box-shadow: 1px 1px 3px 2px #fdebda; box-shadow: 1px 1px 3px 2px #fdebda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,235,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdebda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdebda; -webkit-box-shadow: 1px 1px 3px 2px #fdebda; box-shadow: 1px 1px 3px 2px #fdebda;">
Div content here</div>
This div box has shadow with color #fdebda
Comments
No comments written yet.
Please login to write comment.