Color spaces of #fcdddf
RGB | 252 | 221 | 223 |
---|---|---|---|
HSL | 0.99 | 0.84 | 0.93 |
HSV | 356° | 12° | 99° |
CMYK | 0.00 | 0.12 | 0.12 0.01 |
XYZ | 79.3206 | 77.7361 | 80.6360 |
Yxy | 77.7361 | 0.3337 | 0.3270 |
Hunter Lab | 88.1681 | 6.2938 | 7.4927 |
CIE-Lab | 90.6593 | 11.0066 | 2.9478 |
#fcdddf color RGB value is (252,221,223).
#fcdddf hex color red value is 252, green value is 221 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fcdddf hue: 0.99 , saturation: 0.84 and the lightness value of fcdddf is 0.93.
The process color (four color CMYK) of #fcdddf color hex is 0.00, 0.12, 0.12, 0.01. Web safe color of #fcdddf is #ffcccc. Color #fcdddf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011101 | 11011111 |
Octal | 374 | 335 | 337 |
Decimal | 252 | 221 | 223 |
Hex | FC | DD | DF |
Shades of #fcdddf
Tints of #fcdddf
RGB Percentages of Color #fcdddf
CMYK Percentages of Color #fcdddf
Complementary Color
#fcdddf | #ddfcfa |
#fcdddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdddf Color CSS Codes
.mybgcolor {background-color:#fcdddf; } .myforecolor {color:#fcdddf; } .mybordercolor {border:3px solid #fcdddf; }
#fcdddf Text Font Color
<p style="color:#fcdddf">Text here</p>
This sample text font color is #fcdddf
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.
#fcdddf Background Color
<div style="background-color:#fcdddf">
Div content here</div>
This div background color is #fcdddf
#fcdddf Border Color
<div style="border:3px solid #fcdddf">
Div here</div>
This div border color is #fcdddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,221,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdddf; -webkit-box-shadow: 1px 1px 3px 2px #fcdddf; box-shadow: 1px 1px 3px 2px #fcdddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,221,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 #fcdddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdddf; -webkit-box-shadow: 1px 1px 3px 2px #fcdddf; box-shadow: 1px 1px 3px 2px #fcdddf;">
Div content here</div>
This div box has shadow with color #fcdddf
Comments
No comments written yet.
Please login to write comment.