Color spaces of #f7ddde
RGB | 247 | 221 | 222 |
---|---|---|---|
HSL | 0.99 | 0.62 | 0.92 |
HSV | 358° | 11° | 97° |
CMYK | 0.00 | 0.11 | 0.10 0.03 |
XYZ | 77.3990 | 76.7610 | 79.8442 |
Yxy | 76.7610 | 0.3308 | 0.3280 |
Hunter Lab | 87.6134 | 4.3663 | 7.2969 |
CIE-Lab | 90.2115 | 9.1045 | 2.7698 |
#f7ddde color RGB value is (247,221,222).
#f7ddde hex color red value is 247, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f7ddde hue: 0.99 , saturation: 0.62 and the lightness value of f7ddde is 0.92.
The process color (four color CMYK) of #f7ddde color hex is 0.00, 0.11, 0.10, 0.03. Web safe color of #f7ddde is #ffcccc. Color #f7ddde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 11011101 | 11011110 |
Octal | 367 | 335 | 336 |
Decimal | 247 | 221 | 222 |
Hex | F7 | DD | DE |
Shades of #f7ddde
Tints of #f7ddde
RGB Percentages of Color #f7ddde
CMYK Percentages of Color #f7ddde
Complementary Color
#f7ddde | #ddf7f6 |
#f7ddde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7ddde Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7ddde Color CSS Codes
.mybgcolor {background-color:#f7ddde; } .myforecolor {color:#f7ddde; } .mybordercolor {border:3px solid #f7ddde; }
#f7ddde Text Font Color
<p style="color:#f7ddde">Text here</p>
This sample text font color is #f7ddde
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.
#f7ddde Background Color
<div style="background-color:#f7ddde">
Div content here</div>
This div background color is #f7ddde
#f7ddde Border Color
<div style="border:3px solid #f7ddde">
Div here</div>
This div border color is #f7ddde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,221,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7ddde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7ddde; -webkit-box-shadow: 1px 1px 3px 2px #f7ddde; box-shadow: 1px 1px 3px 2px #f7ddde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,221,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7ddde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7ddde; -webkit-box-shadow: 1px 1px 3px 2px #f7ddde; box-shadow: 1px 1px 3px 2px #f7ddde;">
Div content here</div>
This div box has shadow with color #f7ddde
Comments
No comments written yet.
Please login to write comment.