Color spaces of #fdc6df
RGB | 253 | 198 | 223 |
---|---|---|---|
HSL | 0.92 | 0.93 | 0.88 |
HSV | 333° | 22° | 99° |
CMYK | 0.00 | 0.22 | 0.12 0.01 |
XYZ | 74.0214 | 66.5985 | 78.7655 |
Yxy | 66.5985 | 0.3374 | 0.3036 |
Hunter Lab | 81.6079 | 19.0923 | -0.0994 |
CIE-Lab | 85.3008 | 23.3783 | -4.8810 |
#fdc6df color RGB value is (253,198,223).
#fdc6df hex color red value is 253, green value is 198 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fdc6df hue: 0.92 , saturation: 0.93 and the lightness value of fdc6df is 0.88.
The process color (four color CMYK) of #fdc6df color hex is 0.00, 0.22, 0.12, 0.01. Web safe color of #fdc6df is #ffcccc. Color #fdc6df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11000110 | 11011111 |
Octal | 375 | 306 | 337 |
Decimal | 253 | 198 | 223 |
Hex | FD | C6 | DF |
Shades of #fdc6df
Tints of #fdc6df
RGB Percentages of Color #fdc6df
CMYK Percentages of Color #fdc6df
Complementary Color
#fdc6df | #c6fde4 |
#fdc6df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdc6df Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdc6df Color CSS Codes
.mybgcolor {background-color:#fdc6df; } .myforecolor {color:#fdc6df; } .mybordercolor {border:3px solid #fdc6df; }
#fdc6df Text Font Color
<p style="color:#fdc6df">Text here</p>
This sample text font color is #fdc6df
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.
#fdc6df Background Color
<div style="background-color:#fdc6df">
Div content here</div>
This div background color is #fdc6df
#fdc6df Border Color
<div style="border:3px solid #fdc6df">
Div here</div>
This div border color is #fdc6df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,198,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdc6df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdc6df; -webkit-box-shadow: 1px 1px 3px 2px #fdc6df; box-shadow: 1px 1px 3px 2px #fdc6df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,198,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 #fdc6df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdc6df; -webkit-box-shadow: 1px 1px 3px 2px #fdc6df; box-shadow: 1px 1px 3px 2px #fdc6df;">
Div content here</div>
This div box has shadow with color #fdc6df
Comments
No comments written yet.
Please login to write comment.