Color spaces of #fde2bb
RGB | 253 | 226 | 187 |
---|---|---|---|
HSL | 0.10 | 0.94 | 0.86 |
HSV | 35° | 26° | 99° |
CMYK | 0.00 | 0.11 | 0.26 0.01 |
XYZ | 76.6740 | 78.8632 | 58.1947 |
Yxy | 78.8632 | 0.3587 | 0.3690 |
Hunter Lab | 88.8050 | -1.2922 | 23.3102 |
CIE-Lab | 91.1724 | 3.5004 | 22.4727 |
#fde2bb color RGB value is (253,226,187).
#fde2bb hex color red value is 253, green value is 226 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fde2bb hue: 0.10 , saturation: 0.94 and the lightness value of fde2bb is 0.86.
The process color (four color CMYK) of #fde2bb color hex is 0.00, 0.11, 0.26, 0.01. Web safe color of #fde2bb is #ffcccc. Color #fde2bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11100010 | 10111011 |
Octal | 375 | 342 | 273 |
Decimal | 253 | 226 | 187 |
Hex | FD | E2 | BB |
Shades of #fde2bb
Tints of #fde2bb
RGB Percentages of Color #fde2bb
CMYK Percentages of Color #fde2bb
Complementary Color
#fde2bb | #bbd6fd |
#fde2bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fde2bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fde2bb Color CSS Codes
.mybgcolor {background-color:#fde2bb; } .myforecolor {color:#fde2bb; } .mybordercolor {border:3px solid #fde2bb; }
#fde2bb Text Font Color
<p style="color:#fde2bb">Text here</p>
This sample text font color is #fde2bb
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.
#fde2bb Background Color
<div style="background-color:#fde2bb">
Div content here</div>
This div background color is #fde2bb
#fde2bb Border Color
<div style="border:3px solid #fde2bb">
Div here</div>
This div border color is #fde2bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,226,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fde2bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fde2bb; -webkit-box-shadow: 1px 1px 3px 2px #fde2bb; box-shadow: 1px 1px 3px 2px #fde2bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,226,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fde2bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fde2bb; -webkit-box-shadow: 1px 1px 3px 2px #fde2bb; box-shadow: 1px 1px 3px 2px #fde2bb;">
Div content here</div>
This div box has shadow with color #fde2bb
Comments
No comments written yet.
Please login to write comment.