Color spaces of #fc9ddf
RGB | 252 | 157 | 223 |
---|---|---|---|
HSL | 0.88 | 0.94 | 0.80 |
HSV | 318° | 38° | 99° |
CMYK | 0.00 | 0.38 | 0.12 0.01 |
XYZ | 65.5211 | 50.1371 | 76.0361 |
Yxy | 50.1371 | 0.3418 | 0.2615 |
Hunter Lab | 70.8076 | 41.2601 | -14.1028 |
CIE-Lab | 76.1533 | 44.4774 | -18.5543 |
#fc9ddf color RGB value is (252,157,223).
#fc9ddf hex color red value is 252, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fc9ddf hue: 0.88 , saturation: 0.94 and the lightness value of fc9ddf is 0.80.
The process color (four color CMYK) of #fc9ddf color hex is 0.00, 0.38, 0.12, 0.01. Web safe color of #fc9ddf is #ff99cc. Color #fc9ddf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10011101 | 11011111 |
Octal | 374 | 235 | 337 |
Decimal | 252 | 157 | 223 |
Hex | FC | 9D | DF |
Shades of #fc9ddf
Tints of #fc9ddf
RGB Percentages of Color #fc9ddf
CMYK Percentages of Color #fc9ddf
Complementary Color
#fc9ddf | #9dfcba |
#fc9ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc9ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc9ddf Color CSS Codes
.mybgcolor {background-color:#fc9ddf; } .myforecolor {color:#fc9ddf; } .mybordercolor {border:3px solid #fc9ddf; }
#fc9ddf Text Font Color
<p style="color:#fc9ddf">Text here</p>
This sample text font color is #fc9ddf
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.
#fc9ddf Background Color
<div style="background-color:#fc9ddf">
Div content here</div>
This div background color is #fc9ddf
#fc9ddf Border Color
<div style="border:3px solid #fc9ddf">
Div here</div>
This div border color is #fc9ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,157,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc9ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc9ddf; -webkit-box-shadow: 1px 1px 3px 2px #fc9ddf; box-shadow: 1px 1px 3px 2px #fc9ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,157,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 #fc9ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc9ddf; -webkit-box-shadow: 1px 1px 3px 2px #fc9ddf; box-shadow: 1px 1px 3px 2px #fc9ddf;">
Div content here</div>
This div box has shadow with color #fc9ddf
Comments
No comments written yet.
Please login to write comment.