Color spaces of #fc838c
RGB | 252 | 131 | 140 |
---|---|---|---|
HSL | 0.99 | 0.95 | 0.75 |
HSV | 356° | 48° | 99° |
CMYK | 0.00 | 0.48 | 0.44 0.01 |
XYZ | 52.9948 | 38.8215 | 29.5111 |
Yxy | 38.8215 | 0.4368 | 0.3200 |
Hunter Lab | 62.3069 | 42.7851 | 15.5327 |
CIE-Lab | 68.6218 | 46.7811 | 16.4686 |
#fc838c color RGB value is (252,131,140).
#fc838c hex color red value is 252, green value is 131 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fc838c hue: 0.99 , saturation: 0.95 and the lightness value of fc838c is 0.75.
The process color (four color CMYK) of #fc838c color hex is 0.00, 0.48, 0.44, 0.01. Web safe color of #fc838c is #ff9999. Color #fc838c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10000011 | 10001100 |
Octal | 374 | 203 | 214 |
Decimal | 252 | 131 | 140 |
Hex | FC | 83 | 8C |
Shades of #fc838c
Tints of #fc838c
RGB Percentages of Color #fc838c
CMYK Percentages of Color #fc838c
Complementary Color
#fc838c | #83fcf3 |
#fc838c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc838c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc838c Color CSS Codes
.mybgcolor {background-color:#fc838c; } .myforecolor {color:#fc838c; } .mybordercolor {border:3px solid #fc838c; }
#fc838c Text Font Color
<p style="color:#fc838c">Text here</p>
This sample text font color is #fc838c
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.
#fc838c Background Color
<div style="background-color:#fc838c">
Div content here</div>
This div background color is #fc838c
#fc838c Border Color
<div style="border:3px solid #fc838c">
Div here</div>
This div border color is #fc838c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,131,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc838c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc838c; -webkit-box-shadow: 1px 1px 3px 2px #fc838c; box-shadow: 1px 1px 3px 2px #fc838c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,131,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc838c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc838c; -webkit-box-shadow: 1px 1px 3px 2px #fc838c; box-shadow: 1px 1px 3px 2px #fc838c;">
Div content here</div>
This div box has shadow with color #fc838c
Comments
No comments written yet.
Please login to write comment.