Color spaces of #fef2dd
RGB | 254 | 242 | 221 |
---|---|---|---|
HSL | 0.11 | 0.94 | 0.93 |
HSV | 38° | 13° | 100° |
CMYK | 0.00 | 0.05 | 0.13 0.00 |
XYZ | 85.6763 | 89.7956 | 81.2233 |
Yxy | 89.7956 | 0.3338 | 0.3498 |
Hunter Lab | 94.7605 | -4.4429 | 15.5124 |
CIE-Lab | 95.9119 | 0.6177 | 11.5657 |
#fef2dd color RGB value is (254,242,221).
#fef2dd hex color red value is 254, green value is 242 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fef2dd hue: 0.11 , saturation: 0.94 and the lightness value of fef2dd is 0.93.
The process color (four color CMYK) of #fef2dd color hex is 0.00, 0.05, 0.13, 0.00. Web safe color of #fef2dd is #ffffcc. Color #fef2dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11110010 | 11011101 |
Octal | 376 | 362 | 335 |
Decimal | 254 | 242 | 221 |
Hex | FE | F2 | DD |
Shades of #fef2dd
Tints of #fef2dd
RGB Percentages of Color #fef2dd
CMYK Percentages of Color #fef2dd
Complementary Color
#fef2dd | #dde9fe |
#fef2dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fef2dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fef2dd Color CSS Codes
.mybgcolor {background-color:#fef2dd; } .myforecolor {color:#fef2dd; } .mybordercolor {border:3px solid #fef2dd; }
#fef2dd Text Font Color
<p style="color:#fef2dd">Text here</p>
This sample text font color is #fef2dd
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.
#fef2dd Background Color
<div style="background-color:#fef2dd">
Div content here</div>
This div background color is #fef2dd
#fef2dd Border Color
<div style="border:3px solid #fef2dd">
Div here</div>
This div border color is #fef2dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,242,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fef2dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fef2dd; -webkit-box-shadow: 1px 1px 3px 2px #fef2dd; box-shadow: 1px 1px 3px 2px #fef2dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,242,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fef2dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fef2dd; -webkit-box-shadow: 1px 1px 3px 2px #fef2dd; box-shadow: 1px 1px 3px 2px #fef2dd;">
Div content here</div>
This div box has shadow with color #fef2dd
#fef2dd Color Palettes
Comments
No comments written yet.
Please login to write comment.