Color spaces of #fcafd0
RGB | 252 | 175 | 208 |
---|---|---|---|
HSL | 0.93 | 0.93 | 0.84 |
HSV | 334° | 31° | 99° |
CMYK | 0.00 | 0.31 | 0.17 0.01 |
XYZ | 66.8600 | 55.9095 | 66.9422 |
Yxy | 55.9095 | 0.3524 | 0.2947 |
Hunter Lab | 74.7727 | 28.7585 | -0.7401 |
CIE-Lab | 79.5623 | 32.7720 | -5.3005 |
#fcafd0 color RGB value is (252,175,208).
#fcafd0 hex color red value is 252, green value is 175 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fcafd0 hue: 0.93 , saturation: 0.93 and the lightness value of fcafd0 is 0.84.
The process color (four color CMYK) of #fcafd0 color hex is 0.00, 0.31, 0.17, 0.01. Web safe color of #fcafd0 is #ff99cc. Color #fcafd0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101111 | 11010000 |
Octal | 374 | 257 | 320 |
Decimal | 252 | 175 | 208 |
Hex | FC | AF | D0 |
Shades of #fcafd0
Tints of #fcafd0
RGB Percentages of Color #fcafd0
CMYK Percentages of Color #fcafd0
Complementary Color
#fcafd0 | #affcdb |
#fcafd0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcafd0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcafd0 Color CSS Codes
.mybgcolor {background-color:#fcafd0; } .myforecolor {color:#fcafd0; } .mybordercolor {border:3px solid #fcafd0; }
#fcafd0 Text Font Color
<p style="color:#fcafd0">Text here</p>
This sample text font color is #fcafd0
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.
#fcafd0 Background Color
<div style="background-color:#fcafd0">
Div content here</div>
This div background color is #fcafd0
#fcafd0 Border Color
<div style="border:3px solid #fcafd0">
Div here</div>
This div border color is #fcafd0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,175,208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcafd0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcafd0; -webkit-box-shadow: 1px 1px 3px 2px #fcafd0; box-shadow: 1px 1px 3px 2px #fcafd0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,175,208, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcafd0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcafd0; -webkit-box-shadow: 1px 1px 3px 2px #fcafd0; box-shadow: 1px 1px 3px 2px #fcafd0;">
Div content here</div>
This div box has shadow with color #fcafd0
Comments
No comments written yet.
Please login to write comment.