Color spaces of #fde8ff
RGB | 253 | 232 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.95 |
HSV | 295° | 9° | 100° |
CMYK | 0.01 | 0.09 | 0.00 0.00 |
XYZ | 87.4146 | 85.8159 | 106.5646 |
Yxy | 85.8159 | 0.3124 | 0.3067 |
Hunter Lab | 92.6369 | 6.3228 | -3.3583 |
CIE-Lab | 94.2336 | 11.0966 | -8.5124 |
#fde8ff color RGB value is (253,232,255).
#fde8ff hex color red value is 253, green value is 232 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fde8ff hue: 0.82 , saturation: 1.00 and the lightness value of fde8ff is 0.95.
The process color (four color CMYK) of #fde8ff color hex is 0.01, 0.09, 0.00, 0.00. Web safe color of #fde8ff is #ffffff. Color #fde8ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101000 | 11111111 |
Octal | 375 | 350 | 377 |
Decimal | 253 | 232 | 255 |
Hex | FD | E8 | FF |
Shades of #fde8ff
Tints of #fde8ff
RGB Percentages of Color #fde8ff
CMYK Percentages of Color #fde8ff
Complementary Color
#fde8ff | #eaffe8 |
#fde8ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fde8ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fde8ff Color CSS Codes
.mybgcolor {background-color:#fde8ff; } .myforecolor {color:#fde8ff; } .mybordercolor {border:3px solid #fde8ff; }
#fde8ff Text Font Color
<p style="color:#fde8ff">Text here</p>
This sample text font color is #fde8ff
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.
#fde8ff Background Color
<div style="background-color:#fde8ff">
Div content here</div>
This div background color is #fde8ff
#fde8ff Border Color
<div style="border:3px solid #fde8ff">
Div here</div>
This div border color is #fde8ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,232,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fde8ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fde8ff; -webkit-box-shadow: 1px 1px 3px 2px #fde8ff; box-shadow: 1px 1px 3px 2px #fde8ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,232,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fde8ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fde8ff; -webkit-box-shadow: 1px 1px 3px 2px #fde8ff; box-shadow: 1px 1px 3px 2px #fde8ff;">
Div content here</div>
This div box has shadow with color #fde8ff
#fde8ff Color Palettes
Comments
No comments written yet.
Please login to write comment.