Color spaces of #fdecff
RGB | 253 | 236 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.96 |
HSV | 294° | 7° | 100° |
CMYK | 0.01 | 0.07 | 0.00 0.00 |
XYZ | 88.5535 | 88.0936 | 106.9442 |
Yxy | 88.0936 | 0.3123 | 0.3106 |
Hunter Lab | 93.8582 | 4.1597 | -1.8557 |
CIE-Lab | 95.2003 | 9.0321 | -7.0811 |
#fdecff color RGB value is (253,236,255).
#fdecff hex color red value is 253, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fdecff hue: 0.82 , saturation: 1.00 and the lightness value of fdecff is 0.96.
The process color (four color CMYK) of #fdecff color hex is 0.01, 0.07, 0.00, 0.00. Web safe color of #fdecff is #ffffff. Color #fdecff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101100 | 11111111 |
Octal | 375 | 354 | 377 |
Decimal | 253 | 236 | 255 |
Hex | FD | EC | FF |
Shades of #fdecff
Tints of #fdecff
RGB Percentages of Color #fdecff
CMYK Percentages of Color #fdecff
Complementary Color
#fdecff | #eeffec |
#fdecff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdecff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdecff Color CSS Codes
.mybgcolor {background-color:#fdecff; } .myforecolor {color:#fdecff; } .mybordercolor {border:3px solid #fdecff; }
#fdecff Text Font Color
<p style="color:#fdecff">Text here</p>
This sample text font color is #fdecff
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.
#fdecff Background Color
<div style="background-color:#fdecff">
Div content here</div>
This div background color is #fdecff
#fdecff Border Color
<div style="border:3px solid #fdecff">
Div here</div>
This div border color is #fdecff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,236,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdecff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdecff; -webkit-box-shadow: 1px 1px 3px 2px #fdecff; box-shadow: 1px 1px 3px 2px #fdecff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,236,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 #fdecff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdecff; -webkit-box-shadow: 1px 1px 3px 2px #fdecff; box-shadow: 1px 1px 3px 2px #fdecff;">
Div content here</div>
This div box has shadow with color #fdecff
Comments
No comments written yet.
Please login to write comment.