Color spaces of #f6dcfd
RGB | 246 | 220 | 253 |
---|---|---|---|
HSL | 0.80 | 0.89 | 0.93 |
HSV | 287° | 13° | 99° |
CMYK | 0.03 | 0.13 | 0.00 0.01 |
XYZ | 81.3289 | 77.8711 | 103.6726 |
Yxy | 77.8711 | 0.3094 | 0.2962 |
Hunter Lab | 88.2446 | 10.0830 | -7.8846 |
CIE-Lab | 90.7211 | 14.6805 | -12.7557 |
#f6dcfd color RGB value is (246,220,253).
#f6dcfd hex color red value is 246, green value is 220 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f6dcfd hue: 0.80 , saturation: 0.89 and the lightness value of f6dcfd is 0.93.
The process color (four color CMYK) of #f6dcfd color hex is 0.03, 0.13, 0.00, 0.01. Web safe color of #f6dcfd is #ffccff. Color #f6dcfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11011100 | 11111101 |
Octal | 366 | 334 | 375 |
Decimal | 246 | 220 | 253 |
Hex | F6 | DC | FD |
Shades of #f6dcfd
Tints of #f6dcfd
RGB Percentages of Color #f6dcfd
CMYK Percentages of Color #f6dcfd
Complementary Color
#f6dcfd | #e3fddc |
#f6dcfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6dcfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6dcfd Color CSS Codes
.mybgcolor {background-color:#f6dcfd; } .myforecolor {color:#f6dcfd; } .mybordercolor {border:3px solid #f6dcfd; }
#f6dcfd Text Font Color
<p style="color:#f6dcfd">Text here</p>
This sample text font color is #f6dcfd
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.
#f6dcfd Background Color
<div style="background-color:#f6dcfd">
Div content here</div>
This div background color is #f6dcfd
#f6dcfd Border Color
<div style="border:3px solid #f6dcfd">
Div here</div>
This div border color is #f6dcfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,220,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6dcfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6dcfd; -webkit-box-shadow: 1px 1px 3px 2px #f6dcfd; box-shadow: 1px 1px 3px 2px #f6dcfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,220,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6dcfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6dcfd; -webkit-box-shadow: 1px 1px 3px 2px #f6dcfd; box-shadow: 1px 1px 3px 2px #f6dcfd;">
Div content here</div>
This div box has shadow with color #f6dcfd
Comments
No comments written yet.
Please login to write comment.