Color spaces of #f6ddfa
RGB | 246 | 221 | 250 |
---|---|---|---|
HSL | 0.81 | 0.74 | 0.92 |
HSV | 292° | 12° | 98° |
CMYK | 0.02 | 0.12 | 0.00 0.02 |
XYZ | 81.1178 | 78.2079 | 101.2627 |
Yxy | 78.2079 | 0.3113 | 0.3001 |
Hunter Lab | 88.4352 | 8.9687 | -5.9853 |
CIE-Lab | 90.8747 | 13.6072 | -10.9543 |
#f6ddfa color RGB value is (246,221,250).
#f6ddfa hex color red value is 246, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f6ddfa hue: 0.81 , saturation: 0.74 and the lightness value of f6ddfa is 0.92.
The process color (four color CMYK) of #f6ddfa color hex is 0.02, 0.12, 0.00, 0.02. Web safe color of #f6ddfa is #ffccff. Color #f6ddfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11011101 | 11111010 |
Octal | 366 | 335 | 372 |
Decimal | 246 | 221 | 250 |
Hex | F6 | DD | FA |
Shades of #f6ddfa
Tints of #f6ddfa
RGB Percentages of Color #f6ddfa
CMYK Percentages of Color #f6ddfa
Complementary Color
#f6ddfa | #e1fadd |
#f6ddfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6ddfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6ddfa Color CSS Codes
.mybgcolor {background-color:#f6ddfa; } .myforecolor {color:#f6ddfa; } .mybordercolor {border:3px solid #f6ddfa; }
#f6ddfa Text Font Color
<p style="color:#f6ddfa">Text here</p>
This sample text font color is #f6ddfa
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.
#f6ddfa Background Color
<div style="background-color:#f6ddfa">
Div content here</div>
This div background color is #f6ddfa
#f6ddfa Border Color
<div style="border:3px solid #f6ddfa">
Div here</div>
This div border color is #f6ddfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,221,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6ddfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6ddfa; -webkit-box-shadow: 1px 1px 3px 2px #f6ddfa; box-shadow: 1px 1px 3px 2px #f6ddfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,221,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6ddfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6ddfa; -webkit-box-shadow: 1px 1px 3px 2px #f6ddfa; box-shadow: 1px 1px 3px 2px #f6ddfa;">
Div content here</div>
This div box has shadow with color #f6ddfa
Comments
No comments written yet.
Please login to write comment.