Color spaces of #fcafa8
RGB | 252 | 175 | 168 |
---|---|---|---|
HSL | 0.01 | 0.93 | 0.82 |
HSV | 5° | 33° | 99° |
CMYK | 0.00 | 0.31 | 0.33 0.01 |
XYZ | 62.5427 | 54.1825 | 44.2077 |
Yxy | 54.1825 | 0.3886 | 0.3367 |
Hunter Lab | 73.6088 | 22.8496 | 15.9179 |
CIE-Lab | 78.5680 | 27.2725 | 14.9526 |
#fcafa8 color RGB value is (252,175,168).
#fcafa8 hex color red value is 252, green value is 175 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fcafa8 hue: 0.01 , saturation: 0.93 and the lightness value of fcafa8 is 0.82.
The process color (four color CMYK) of #fcafa8 color hex is 0.00, 0.31, 0.33, 0.01. Web safe color of #fcafa8 is #ff9999. Color #fcafa8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101111 | 10101000 |
Octal | 374 | 257 | 250 |
Decimal | 252 | 175 | 168 |
Hex | FC | AF | A8 |
Shades of #fcafa8
Tints of #fcafa8
RGB Percentages of Color #fcafa8
CMYK Percentages of Color #fcafa8
Complementary Color
#fcafa8 | #a8f5fc |
#fcafa8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcafa8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcafa8 Color CSS Codes
.mybgcolor {background-color:#fcafa8; } .myforecolor {color:#fcafa8; } .mybordercolor {border:3px solid #fcafa8; }
#fcafa8 Text Font Color
<p style="color:#fcafa8">Text here</p>
This sample text font color is #fcafa8
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.
#fcafa8 Background Color
<div style="background-color:#fcafa8">
Div content here</div>
This div background color is #fcafa8
#fcafa8 Border Color
<div style="border:3px solid #fcafa8">
Div here</div>
This div border color is #fcafa8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,175,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcafa8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcafa8; -webkit-box-shadow: 1px 1px 3px 2px #fcafa8; box-shadow: 1px 1px 3px 2px #fcafa8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,175,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcafa8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcafa8; -webkit-box-shadow: 1px 1px 3px 2px #fcafa8; box-shadow: 1px 1px 3px 2px #fcafa8;">
Div content here</div>
This div box has shadow with color #fcafa8
#fcafa8 Color Palettes
Comments
No comments written yet.
Please login to write comment.