Color spaces of #f2dfec
RGB | 242 | 223 | 236 |
---|---|---|---|
HSL | 0.89 | 0.42 | 0.91 |
HSV | 319° | 8° | 95° |
CMYK | 0.00 | 0.08 | 0.02 0.05 |
XYZ | 78.1459 | 77.7087 | 90.2374 |
Yxy | 77.7087 | 0.3175 | 0.3158 |
Hunter Lab | 88.1525 | 3.9706 | 1.0145 |
CIE-Lab | 90.6468 | 8.7252 | -3.9881 |
#f2dfec color RGB value is (242,223,236).
#f2dfec hex color red value is 242, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f2dfec hue: 0.89 , saturation: 0.42 and the lightness value of f2dfec is 0.91.
The process color (four color CMYK) of #f2dfec color hex is 0.00, 0.08, 0.02, 0.05. Web safe color of #f2dfec is #ffccff. Color #f2dfec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 11011111 | 11101100 |
Octal | 362 | 337 | 354 |
Decimal | 242 | 223 | 236 |
Hex | F2 | DF | EC |
Shades of #f2dfec
Tints of #f2dfec
RGB Percentages of Color #f2dfec
CMYK Percentages of Color #f2dfec
Complementary Color
#f2dfec | #dff2e5 |
#f2dfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2dfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2dfec Color CSS Codes
.mybgcolor {background-color:#f2dfec; } .myforecolor {color:#f2dfec; } .mybordercolor {border:3px solid #f2dfec; }
#f2dfec Text Font Color
<p style="color:#f2dfec">Text here</p>
This sample text font color is #f2dfec
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.
#f2dfec Background Color
<div style="background-color:#f2dfec">
Div content here</div>
This div background color is #f2dfec
#f2dfec Border Color
<div style="border:3px solid #f2dfec">
Div here</div>
This div border color is #f2dfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,223,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2dfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2dfec; -webkit-box-shadow: 1px 1px 3px 2px #f2dfec; box-shadow: 1px 1px 3px 2px #f2dfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,223,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2dfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2dfec; -webkit-box-shadow: 1px 1px 3px 2px #f2dfec; box-shadow: 1px 1px 3px 2px #f2dfec;">
Div content here</div>
This div box has shadow with color #f2dfec
Comments
No comments written yet.
Please login to write comment.