Color spaces of #fca799
RGB | 252 | 167 | 153 |
---|---|---|---|
HSL | 0.02 | 0.94 | 0.79 |
HSV | 8° | 39° | 99° |
CMYK | 0.00 | 0.34 | 0.39 0.01 |
XYZ | 59.7134 | 50.6328 | 36.7629 |
Yxy | 50.6328 | 0.4059 | 0.3442 |
Hunter Lab | 71.1567 | 25.2696 | 19.1777 |
CIE-Lab | 76.4560 | 29.7166 | 20.1405 |
#fca799 color RGB value is (252,167,153).
#fca799 hex color red value is 252, green value is 167 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fca799 hue: 0.02 , saturation: 0.94 and the lightness value of fca799 is 0.79.
The process color (four color CMYK) of #fca799 color hex is 0.00, 0.34, 0.39, 0.01. Web safe color of #fca799 is #ff9999. Color #fca799 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100111 | 10011001 |
Octal | 374 | 247 | 231 |
Decimal | 252 | 167 | 153 |
Hex | FC | A7 | 99 |
Shades of #fca799
Tints of #fca799
RGB Percentages of Color #fca799
CMYK Percentages of Color #fca799
Complementary Color
#fca799 | #99eefc |
#fca799 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca799 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca799 Color CSS Codes
.mybgcolor {background-color:#fca799; } .myforecolor {color:#fca799; } .mybordercolor {border:3px solid #fca799; }
#fca799 Text Font Color
<p style="color:#fca799">Text here</p>
This sample text font color is #fca799
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.
#fca799 Background Color
<div style="background-color:#fca799">
Div content here</div>
This div background color is #fca799
#fca799 Border Color
<div style="border:3px solid #fca799">
Div here</div>
This div border color is #fca799
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,167,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca799; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca799; -webkit-box-shadow: 1px 1px 3px 2px #fca799; box-shadow: 1px 1px 3px 2px #fca799; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,167,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca799">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca799; -webkit-box-shadow: 1px 1px 3px 2px #fca799; box-shadow: 1px 1px 3px 2px #fca799;">
Div content here</div>
This div box has shadow with color #fca799
Comments
No comments written yet.
Please login to write comment.