Color spaces of #fca48f
RGB | 252 | 164 | 143 |
---|---|---|---|
HSL | 0.03 | 0.95 | 0.77 |
HSV | 12° | 43° | 99° |
CMYK | 0.00 | 0.35 | 0.43 0.01 |
XYZ | 58.3783 | 49.2295 | 32.4120 |
Yxy | 49.2295 | 0.4169 | 0.3516 |
Hunter Lab | 70.1637 | 25.7307 | 21.7257 |
CIE-Lab | 75.5939 | 30.2171 | 24.3803 |
#fca48f color RGB value is (252,164,143).
#fca48f hex color red value is 252, green value is 164 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fca48f hue: 0.03 , saturation: 0.95 and the lightness value of fca48f is 0.77.
The process color (four color CMYK) of #fca48f color hex is 0.00, 0.35, 0.43, 0.01. Web safe color of #fca48f is #ff9999. Color #fca48f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100100 | 10001111 |
Octal | 374 | 244 | 217 |
Decimal | 252 | 164 | 143 |
Hex | FC | A4 | 8F |
Shades of #fca48f
Tints of #fca48f
RGB Percentages of Color #fca48f
CMYK Percentages of Color #fca48f
Complementary Color
#fca48f | #8fe7fc |
#fca48f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca48f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca48f Color CSS Codes
.mybgcolor {background-color:#fca48f; } .myforecolor {color:#fca48f; } .mybordercolor {border:3px solid #fca48f; }
#fca48f Text Font Color
<p style="color:#fca48f">Text here</p>
This sample text font color is #fca48f
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.
#fca48f Background Color
<div style="background-color:#fca48f">
Div content here</div>
This div background color is #fca48f
#fca48f Border Color
<div style="border:3px solid #fca48f">
Div here</div>
This div border color is #fca48f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,164,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca48f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca48f; -webkit-box-shadow: 1px 1px 3px 2px #fca48f; box-shadow: 1px 1px 3px 2px #fca48f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,164,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca48f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca48f; -webkit-box-shadow: 1px 1px 3px 2px #fca48f; box-shadow: 1px 1px 3px 2px #fca48f;">
Div content here</div>
This div box has shadow with color #fca48f
Comments
No comments written yet.
Please login to write comment.