Color spaces of #fee6ee
RGB | 254 | 230 | 238 |
---|---|---|---|
HSL | 0.94 | 0.92 | 0.95 |
HSV | 340° | 9° | 100° |
CMYK | 0.00 | 0.09 | 0.06 0.00 |
XYZ | 84.6025 | 83.8375 | 92.6121 |
Yxy | 83.8375 | 0.3241 | 0.3212 |
Hunter Lab | 91.5628 | 4.6961 | 4.1245 |
CIE-Lab | 93.3799 | 9.5053 | -0.9096 |
#fee6ee color RGB value is (254,230,238).
#fee6ee hex color red value is 254, green value is 230 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fee6ee hue: 0.94 , saturation: 0.92 and the lightness value of fee6ee is 0.95.
The process color (four color CMYK) of #fee6ee color hex is 0.00, 0.09, 0.06, 0.00. Web safe color of #fee6ee is #ffffff. Color #fee6ee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100110 | 11101110 |
Octal | 376 | 346 | 356 |
Decimal | 254 | 230 | 238 |
Hex | FE | E6 | EE |
Shades of #fee6ee
Tints of #fee6ee
RGB Percentages of Color #fee6ee
CMYK Percentages of Color #fee6ee
Complementary Color
#fee6ee | #e6fef6 |
#fee6ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee6ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee6ee Color CSS Codes
.mybgcolor {background-color:#fee6ee; } .myforecolor {color:#fee6ee; } .mybordercolor {border:3px solid #fee6ee; }
#fee6ee Text Font Color
<p style="color:#fee6ee">Text here</p>
This sample text font color is #fee6ee
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.
#fee6ee Background Color
<div style="background-color:#fee6ee">
Div content here</div>
This div background color is #fee6ee
#fee6ee Border Color
<div style="border:3px solid #fee6ee">
Div here</div>
This div border color is #fee6ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,230,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee6ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee6ee; -webkit-box-shadow: 1px 1px 3px 2px #fee6ee; box-shadow: 1px 1px 3px 2px #fee6ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,230,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee6ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee6ee; -webkit-box-shadow: 1px 1px 3px 2px #fee6ee; box-shadow: 1px 1px 3px 2px #fee6ee;">
Div content here</div>
This div box has shadow with color #fee6ee
Comments
No comments written yet.
Please login to write comment.