Color spaces of #fdebcd
RGB | 253 | 235 | 205 |
---|---|---|---|
HSL | 0.10 | 0.92 | 0.90 |
HSV | 38° | 19° | 99° |
CMYK | 0.00 | 0.07 | 0.19 0.01 |
XYZ | 81.2358 | 84.7071 | 69.8261 |
Yxy | 84.7071 | 0.3446 | 0.3593 |
Hunter Lab | 92.0365 | -3.5111 | 19.4435 |
CIE-Lab | 93.7568 | 1.4143 | 16.7649 |
#fdebcd color RGB value is (253,235,205).
#fdebcd hex color red value is 253, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fdebcd hue: 0.10 , saturation: 0.92 and the lightness value of fdebcd is 0.90.
The process color (four color CMYK) of #fdebcd color hex is 0.00, 0.07, 0.19, 0.01. Web safe color of #fdebcd is #ffffcc. Color #fdebcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101011 | 11001101 |
Octal | 375 | 353 | 315 |
Decimal | 253 | 235 | 205 |
Hex | FD | EB | CD |
Shades of #fdebcd
Tints of #fdebcd
RGB Percentages of Color #fdebcd
CMYK Percentages of Color #fdebcd
Complementary Color
#fdebcd | #cddffd |
#fdebcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdebcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdebcd Color CSS Codes
.mybgcolor {background-color:#fdebcd; } .myforecolor {color:#fdebcd; } .mybordercolor {border:3px solid #fdebcd; }
#fdebcd Text Font Color
<p style="color:#fdebcd">Text here</p>
This sample text font color is #fdebcd
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.
#fdebcd Background Color
<div style="background-color:#fdebcd">
Div content here</div>
This div background color is #fdebcd
#fdebcd Border Color
<div style="border:3px solid #fdebcd">
Div here</div>
This div border color is #fdebcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,235,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdebcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdebcd; -webkit-box-shadow: 1px 1px 3px 2px #fdebcd; box-shadow: 1px 1px 3px 2px #fdebcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,235,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdebcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdebcd; -webkit-box-shadow: 1px 1px 3px 2px #fdebcd; box-shadow: 1px 1px 3px 2px #fdebcd;">
Div content here</div>
This div box has shadow with color #fdebcd
Comments
No comments written yet.
Please login to write comment.