Color spaces of #fddfbe
RGB | 253 | 223 | 190 |
---|---|---|---|
HSL | 0.09 | 0.94 | 0.87 |
HSV | 31° | 25° | 99° |
CMYK | 0.00 | 0.12 | 0.25 0.01 |
XYZ | 76.1900 | 77.3757 | 59.6346 |
Yxy | 77.3757 | 0.3574 | 0.3629 |
Hunter Lab | 87.9635 | 0.6726 | 21.3789 |
CIE-Lab | 90.4943 | 5.4418 | 19.9758 |
#fddfbe color RGB value is (253,223,190).
#fddfbe hex color red value is 253, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fddfbe hue: 0.09 , saturation: 0.94 and the lightness value of fddfbe is 0.87.
The process color (four color CMYK) of #fddfbe color hex is 0.00, 0.12, 0.25, 0.01. Web safe color of #fddfbe is #ffcccc. Color #fddfbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011111 | 10111110 |
Octal | 375 | 337 | 276 |
Decimal | 253 | 223 | 190 |
Hex | FD | DF | BE |
Shades of #fddfbe
Tints of #fddfbe
RGB Percentages of Color #fddfbe
CMYK Percentages of Color #fddfbe
Complementary Color
#fddfbe | #bedcfd |
#fddfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fddfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fddfbe Color CSS Codes
.mybgcolor {background-color:#fddfbe; } .myforecolor {color:#fddfbe; } .mybordercolor {border:3px solid #fddfbe; }
#fddfbe Text Font Color
<p style="color:#fddfbe">Text here</p>
This sample text font color is #fddfbe
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.
#fddfbe Background Color
<div style="background-color:#fddfbe">
Div content here</div>
This div background color is #fddfbe
#fddfbe Border Color
<div style="border:3px solid #fddfbe">
Div here</div>
This div border color is #fddfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,223,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fddfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fddfbe; -webkit-box-shadow: 1px 1px 3px 2px #fddfbe; box-shadow: 1px 1px 3px 2px #fddfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,223,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fddfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fddfbe; -webkit-box-shadow: 1px 1px 3px 2px #fddfbe; box-shadow: 1px 1px 3px 2px #fddfbe;">
Div content here</div>
This div box has shadow with color #fddfbe
#fddfbe Color Palettes
Comments
No comments written yet.
Please login to write comment.