Color spaces of #f6dddd
RGB | 246 | 221 | 221 |
---|---|---|---|
HSL | 0.00 | 0.58 | 0.92 |
HSV | 0° | 10° | 96° |
CMYK | 0.00 | 0.10 | 0.10 0.04 |
XYZ | 76.9136 | 76.5262 | 79.1239 |
Yxy | 76.5262 | 0.3307 | 0.3291 |
Hunter Lab | 87.4793 | 3.8523 | 7.6084 |
CIE-Lab | 90.1031 | 8.5936 | 3.1269 |
#f6dddd color RGB value is (246,221,221).
#f6dddd hex color red value is 246, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f6dddd hue: 0.00 , saturation: 0.58 and the lightness value of f6dddd is 0.92.
The process color (four color CMYK) of #f6dddd color hex is 0.00, 0.10, 0.10, 0.04. Web safe color of #f6dddd is #ffcccc. Color #f6dddd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11011101 | 11011101 |
Octal | 366 | 335 | 335 |
Decimal | 246 | 221 | 221 |
Hex | F6 | DD | DD |
Shades of #f6dddd
Tints of #f6dddd
RGB Percentages of Color #f6dddd
CMYK Percentages of Color #f6dddd
Complementary Color
#f6dddd | #ddf6f6 |
#f6dddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6dddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6dddd Color CSS Codes
.mybgcolor {background-color:#f6dddd; } .myforecolor {color:#f6dddd; } .mybordercolor {border:3px solid #f6dddd; }
#f6dddd Text Font Color
<p style="color:#f6dddd">Text here</p>
This sample text font color is #f6dddd
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.
#f6dddd Background Color
<div style="background-color:#f6dddd">
Div content here</div>
This div background color is #f6dddd
#f6dddd Border Color
<div style="border:3px solid #f6dddd">
Div here</div>
This div border color is #f6dddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,221,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6dddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6dddd; -webkit-box-shadow: 1px 1px 3px 2px #f6dddd; box-shadow: 1px 1px 3px 2px #f6dddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,221,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6dddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6dddd; -webkit-box-shadow: 1px 1px 3px 2px #f6dddd; box-shadow: 1px 1px 3px 2px #f6dddd;">
Div content here</div>
This div box has shadow with color #f6dddd
#f6dddd Color Palettes
Comments
No comments written yet.
Please login to write comment.