Color spaces of #fde2fc
RGB | 253 | 226 | 252 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.94 |
HSV | 302° | 11° | 99° |
CMYK | 0.00 | 0.11 | 0.00 0.01 |
XYZ | 85.2751 | 82.3036 | 103.4872 |
Yxy | 82.3036 | 0.3146 | 0.3036 |
Hunter Lab | 90.7213 | 9.0219 | -4.1281 |
CIE-Lab | 92.7087 | 13.6696 | -9.2114 |
#fde2fc color RGB value is (253,226,252).
#fde2fc hex color red value is 253, green value is 226 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fde2fc hue: 0.84 , saturation: 0.87 and the lightness value of fde2fc is 0.94.
The process color (four color CMYK) of #fde2fc color hex is 0.00, 0.11, 0.00, 0.01. Web safe color of #fde2fc is #ffccff. Color #fde2fc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11100010 | 11111100 |
Octal | 375 | 342 | 374 |
Decimal | 253 | 226 | 252 |
Hex | FD | E2 | FC |
Shades of #fde2fc
Tints of #fde2fc
RGB Percentages of Color #fde2fc
CMYK Percentages of Color #fde2fc
Complementary Color
#fde2fc | #e2fde3 |
#fde2fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fde2fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fde2fc Color CSS Codes
.mybgcolor {background-color:#fde2fc; } .myforecolor {color:#fde2fc; } .mybordercolor {border:3px solid #fde2fc; }
#fde2fc Text Font Color
<p style="color:#fde2fc">Text here</p>
This sample text font color is #fde2fc
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.
#fde2fc Background Color
<div style="background-color:#fde2fc">
Div content here</div>
This div background color is #fde2fc
#fde2fc Border Color
<div style="border:3px solid #fde2fc">
Div here</div>
This div border color is #fde2fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,226,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fde2fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fde2fc; -webkit-box-shadow: 1px 1px 3px 2px #fde2fc; box-shadow: 1px 1px 3px 2px #fde2fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,226,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fde2fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fde2fc; -webkit-box-shadow: 1px 1px 3px 2px #fde2fc; box-shadow: 1px 1px 3px 2px #fde2fc;">
Div content here</div>
This div box has shadow with color #fde2fc
Related Colors
Comments
No comments written yet.
Please login to write comment.