Color spaces of #f2deef
RGB | 242 | 222 | 239 |
---|---|---|---|
HSL | 0.86 | 0.43 | 0.91 |
HSV | 309° | 8° | 95° |
CMYK | 0.00 | 0.08 | 0.01 0.05 |
XYZ | 78.3192 | 77.3518 | 92.4639 |
Yxy | 77.3518 | 0.3156 | 0.3117 |
Hunter Lab | 87.9499 | 5.0416 | -0.7681 |
CIE-Lab | 90.4833 | 9.7761 | -5.8026 |
#f2deef color RGB value is (242,222,239).
#f2deef hex color red value is 242, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f2deef hue: 0.86 , saturation: 0.43 and the lightness value of f2deef is 0.91.
The process color (four color CMYK) of #f2deef color hex is 0.00, 0.08, 0.01, 0.05. Web safe color of #f2deef is #ffccff. Color #f2deef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 11011110 | 11101111 |
Octal | 362 | 336 | 357 |
Decimal | 242 | 222 | 239 |
Hex | F2 | DE | EF |
Shades of #f2deef
Tints of #f2deef
RGB Percentages of Color #f2deef
CMYK Percentages of Color #f2deef
Complementary Color
#f2deef | #def2e1 |
#f2deef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2deef Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2deef Color CSS Codes
.mybgcolor {background-color:#f2deef; } .myforecolor {color:#f2deef; } .mybordercolor {border:3px solid #f2deef; }
#f2deef Text Font Color
<p style="color:#f2deef">Text here</p>
This sample text font color is #f2deef
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.
#f2deef Background Color
<div style="background-color:#f2deef">
Div content here</div>
This div background color is #f2deef
#f2deef Border Color
<div style="border:3px solid #f2deef">
Div here</div>
This div border color is #f2deef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,222,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2deef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2deef; -webkit-box-shadow: 1px 1px 3px 2px #f2deef; box-shadow: 1px 1px 3px 2px #f2deef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,222,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2deef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2deef; -webkit-box-shadow: 1px 1px 3px 2px #f2deef; box-shadow: 1px 1px 3px 2px #f2deef;">
Div content here</div>
This div box has shadow with color #f2deef
#f2deef Color Palettes
Comments
No comments written yet.
Please login to write comment.