Color spaces of #f7cedf
RGB | 247 | 206 | 223 |
---|---|---|---|
HSL | 0.93 | 0.72 | 0.89 |
HSV | 335° | 17° | 97° |
CMYK | 0.00 | 0.17 | 0.10 0.03 |
XYZ | 73.7484 | 69.2445 | 79.2906 |
Yxy | 69.2445 | 0.3318 | 0.3115 |
Hunter Lab | 83.2133 | 12.5737 | 1.7542 |
CIE-Lab | 86.6250 | 17.1043 | -2.9960 |
#f7cedf color RGB value is (247,206,223).
#f7cedf hex color red value is 247, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f7cedf hue: 0.93 , saturation: 0.72 and the lightness value of f7cedf is 0.89.
The process color (four color CMYK) of #f7cedf color hex is 0.00, 0.17, 0.10, 0.03. Web safe color of #f7cedf is #ffcccc. Color #f7cedf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 11001110 | 11011111 |
Octal | 367 | 316 | 337 |
Decimal | 247 | 206 | 223 |
Hex | F7 | CE | DF |
Shades of #f7cedf
Tints of #f7cedf
RGB Percentages of Color #f7cedf
CMYK Percentages of Color #f7cedf
Complementary Color
#f7cedf | #cef7e6 |
#f7cedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7cedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7cedf Color CSS Codes
.mybgcolor {background-color:#f7cedf; } .myforecolor {color:#f7cedf; } .mybordercolor {border:3px solid #f7cedf; }
#f7cedf Text Font Color
<p style="color:#f7cedf">Text here</p>
This sample text font color is #f7cedf
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.
#f7cedf Background Color
<div style="background-color:#f7cedf">
Div content here</div>
This div background color is #f7cedf
#f7cedf Border Color
<div style="border:3px solid #f7cedf">
Div here</div>
This div border color is #f7cedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,206,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7cedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7cedf; -webkit-box-shadow: 1px 1px 3px 2px #f7cedf; box-shadow: 1px 1px 3px 2px #f7cedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,206,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7cedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7cedf; -webkit-box-shadow: 1px 1px 3px 2px #f7cedf; box-shadow: 1px 1px 3px 2px #f7cedf;">
Div content here</div>
This div box has shadow with color #f7cedf
Comments
No comments written yet.
Please login to write comment.