Color spaces of #fc7469
RGB | 252 | 116 | 105 |
---|---|---|---|
HSL | 0.01 | 0.96 | 0.70 |
HSV | 4° | 58° | 99° |
CMYK | 0.00 | 0.54 | 0.58 0.01 |
XYZ | 48.9401 | 34.2062 | 17.3876 |
Yxy | 34.2062 | 0.4868 | 0.3402 |
Hunter Lab | 58.4861 | 47.0150 | 23.3136 |
CIE-Lab | 65.1259 | 51.0742 | 31.3656 |
#fc7469 color RGB value is (252,116,105).
#fc7469 hex color red value is 252, green value is 116 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fc7469 hue: 0.01 , saturation: 0.96 and the lightness value of fc7469 is 0.70.
The process color (four color CMYK) of #fc7469 color hex is 0.00, 0.54, 0.58, 0.01. Web safe color of #fc7469 is #ff6666. Color #fc7469 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01110100 | 01101001 |
Octal | 374 | 164 | 151 |
Decimal | 252 | 116 | 105 |
Hex | FC | 74 | 69 |
Shades of #fc7469
Tints of #fc7469
RGB Percentages of Color #fc7469
CMYK Percentages of Color #fc7469
Complementary Color
#fc7469 | #69f1fc |
#fc7469 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc7469 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc7469 Color CSS Codes
.mybgcolor {background-color:#fc7469; } .myforecolor {color:#fc7469; } .mybordercolor {border:3px solid #fc7469; }
#fc7469 Text Font Color
<p style="color:#fc7469">Text here</p>
This sample text font color is #fc7469
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.
#fc7469 Background Color
<div style="background-color:#fc7469">
Div content here</div>
This div background color is #fc7469
#fc7469 Border Color
<div style="border:3px solid #fc7469">
Div here</div>
This div border color is #fc7469
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,116,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc7469; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc7469; -webkit-box-shadow: 1px 1px 3px 2px #fc7469; box-shadow: 1px 1px 3px 2px #fc7469; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,116,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc7469">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc7469; -webkit-box-shadow: 1px 1px 3px 2px #fc7469; box-shadow: 1px 1px 3px 2px #fc7469;">
Div content here</div>
This div box has shadow with color #fc7469
Comments
No comments written yet.
Please login to write comment.