Hex #f2e2dc Color
equivalent to
RGB
(242, 226, 220)Details of #f2e2dc
|
|
|
|
Color HEX #f2e2dc matches (242, 226, 220) in RGB.
#f2e2dc hex color red value is 242, green value is 226 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f2e2dc hue: 0.05, saturation: 0.46 and the lightness value of f2e2dc is 0.91.
The process color (four color CMYK) of #f2e2dc color hex is 0.00, 0.07, 0.09, 0.05. Web safe color of #f2e2dc is #ffcccc. Color #f2e2dc contains mainly RED color.
Base Numbers
|
|
|
|
#f2e2dc tints
#f2e2dc shades
RGB in % of #f2e2dc
CMYK in % of #f2e2dc
Preview Color #f2e2dc on black ground
Very nice color.
Preview Color #f2e2dc on white ground
Very nice color.
CSS Codes #f2e2dc color
.mybgcolor {background-color:#f2e2dc; } .myforecolor {color:#f2e2dc; } .mybordercolor {border:3px solid #f2e2dc; }
Text Font Color #f2e2dc
<p style="color:#f2e2dc">Text here</p>
This sample text font color is #f2e2dc
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.
Background Color #f2e2dc
<div style="background-color:#f2e2dc">
Div content here</div>
This div background color is #f2e2dc
Border Color #f2e2dc
<div style="border:3px solid #f2e2dc">
Div here</div>
The color of this border is #f2e2dc
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2e2dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2e2dc; -webkit-box-shadow: 1px 1px 3px 2px #f2e2dc; box-shadow: 1px 1px 3px 2px #f2e2dc; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #f2e2dc">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2e2dc; -webkit-box-shadow: 1px 1px 3px 2px #f2e2dc; box-shadow: 1px 1px 3px 2px #f2e2dc;">
Div content here</div>
The shadow of div box using color #f2e2dc