Color spaces of #fdceff
RGB | 253 | 206 | 255 |
---|---|---|---|
HSL | 0.83 | 1.00 | 0.90 |
HSV | 298° | 19° | 100° |
CMYK | 0.01 | 0.19 | 0.00 0.00 |
XYZ | 80.6293 | 72.2453 | 104.3028 |
Yxy | 72.2453 | 0.3135 | 0.2809 |
Hunter Lab | 84.9972 | 20.5819 | -13.2586 |
CIE-Lab | 88.0865 | 24.6711 | -17.6958 |
#fdceff color RGB value is (253,206,255).
#fdceff hex color red value is 253, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fdceff hue: 0.83 , saturation: 1.00 and the lightness value of fdceff is 0.90.
The process color (four color CMYK) of #fdceff color hex is 0.01, 0.19, 0.00, 0.00. Web safe color of #fdceff is #ffccff. Color #fdceff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001110 | 11111111 |
Octal | 375 | 316 | 377 |
Decimal | 253 | 206 | 255 |
Hex | FD | CE | FF |
Shades of #fdceff
Tints of #fdceff
RGB Percentages of Color #fdceff
CMYK Percentages of Color #fdceff
Complementary Color
#fdceff | #d0ffce |
#fdceff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdceff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdceff Color CSS Codes
.mybgcolor {background-color:#fdceff; } .myforecolor {color:#fdceff; } .mybordercolor {border:3px solid #fdceff; }
#fdceff Text Font Color
<p style="color:#fdceff">Text here</p>
This sample text font color is #fdceff
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.
#fdceff Background Color
<div style="background-color:#fdceff">
Div content here</div>
This div background color is #fdceff
#fdceff Border Color
<div style="border:3px solid #fdceff">
Div here</div>
This div border color is #fdceff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,206,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdceff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdceff; -webkit-box-shadow: 1px 1px 3px 2px #fdceff; box-shadow: 1px 1px 3px 2px #fdceff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,206,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 #fdceff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdceff; -webkit-box-shadow: 1px 1px 3px 2px #fdceff; box-shadow: 1px 1px 3px 2px #fdceff;">
Div content here</div>
This div box has shadow with color #fdceff
#fdceff Color Palettes
Comments
No comments written yet.
Please login to write comment.