Color spaces of #fdebcb
RGB | 253 | 235 | 203 |
---|---|---|---|
HSL | 0.11 | 0.93 | 0.89 |
HSV | 38° | 20° | 99° |
CMYK | 0.00 | 0.07 | 0.20 0.01 |
XYZ | 80.9958 | 84.6111 | 68.5626 |
Yxy | 84.6111 | 0.3459 | 0.3613 |
Hunter Lab | 91.9843 | -3.7962 | 20.1958 |
CIE-Lab | 93.7153 | 1.1254 | 17.7400 |
#fdebcb color RGB value is (253,235,203).
#fdebcb hex color red value is 253, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fdebcb hue: 0.11 , saturation: 0.93 and the lightness value of fdebcb is 0.89.
The process color (four color CMYK) of #fdebcb color hex is 0.00, 0.07, 0.20, 0.01. Web safe color of #fdebcb is #ffffcc. Color #fdebcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101011 | 11001011 |
Octal | 375 | 353 | 313 |
Decimal | 253 | 235 | 203 |
Hex | FD | EB | CB |
Shades of #fdebcb
Tints of #fdebcb
RGB Percentages of Color #fdebcb
CMYK Percentages of Color #fdebcb
Complementary Color
#fdebcb | #cbddfd |
#fdebcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdebcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdebcb Color CSS Codes
.mybgcolor {background-color:#fdebcb; } .myforecolor {color:#fdebcb; } .mybordercolor {border:3px solid #fdebcb; }
#fdebcb Text Font Color
<p style="color:#fdebcb">Text here</p>
This sample text font color is #fdebcb
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.
#fdebcb Background Color
<div style="background-color:#fdebcb">
Div content here</div>
This div background color is #fdebcb
#fdebcb Border Color
<div style="border:3px solid #fdebcb">
Div here</div>
This div border color is #fdebcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,235,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdebcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdebcb; -webkit-box-shadow: 1px 1px 3px 2px #fdebcb; box-shadow: 1px 1px 3px 2px #fdebcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,235,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdebcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdebcb; -webkit-box-shadow: 1px 1px 3px 2px #fdebcb; box-shadow: 1px 1px 3px 2px #fdebcb;">
Div content here</div>
This div box has shadow with color #fdebcb
Related Colors
Comments
No comments written yet.
Please login to write comment.