Color spaces of #fdcfd1
RGB | 253 | 207 | 209 |
---|---|---|---|
HSL | 0.99 | 0.92 | 0.90 |
HSV | 357° | 18° | 99° |
CMYK | 0.00 | 0.18 | 0.17 0.01 |
XYZ | 74.3295 | 70.1117 | 69.9369 |
Yxy | 70.1117 | 0.3467 | 0.3270 |
Hunter Lab | 83.7327 | 11.9221 | 9.0915 |
CIE-Lab | 87.0516 | 16.4689 | 5.1131 |
#fdcfd1 color RGB value is (253,207,209).
#fdcfd1 hex color red value is 253, green value is 207 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #fdcfd1 hue: 0.99 , saturation: 0.92 and the lightness value of fdcfd1 is 0.90.
The process color (four color CMYK) of #fdcfd1 color hex is 0.00, 0.18, 0.17, 0.01. Web safe color of #fdcfd1 is #ffcccc. Color #fdcfd1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001111 | 11010001 |
Octal | 375 | 317 | 321 |
Decimal | 253 | 207 | 209 |
Hex | FD | CF | D1 |
Shades of #fdcfd1
Tints of #fdcfd1
RGB Percentages of Color #fdcfd1
CMYK Percentages of Color #fdcfd1
Complementary Color
#fdcfd1 | #cffdfb |
#fdcfd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdcfd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdcfd1 Color CSS Codes
.mybgcolor {background-color:#fdcfd1; } .myforecolor {color:#fdcfd1; } .mybordercolor {border:3px solid #fdcfd1; }
#fdcfd1 Text Font Color
<p style="color:#fdcfd1">Text here</p>
This sample text font color is #fdcfd1
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.
#fdcfd1 Background Color
<div style="background-color:#fdcfd1">
Div content here</div>
This div background color is #fdcfd1
#fdcfd1 Border Color
<div style="border:3px solid #fdcfd1">
Div here</div>
This div border color is #fdcfd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,207,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdcfd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdcfd1; -webkit-box-shadow: 1px 1px 3px 2px #fdcfd1; box-shadow: 1px 1px 3px 2px #fdcfd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,207,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdcfd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcfd1; -webkit-box-shadow: 1px 1px 3px 2px #fdcfd1; box-shadow: 1px 1px 3px 2px #fdcfd1;">
Div content here</div>
This div box has shadow with color #fdcfd1
Comments
No comments written yet.
Please login to write comment.