Color spaces of #facfd5
RGB | 250 | 207 | 213 |
---|---|---|---|
HSL | 0.98 | 0.81 | 0.90 |
HSV | 352° | 17° | 98° |
CMYK | 0.00 | 0.17 | 0.15 0.02 |
XYZ | 73.7474 | 69.7537 | 72.5277 |
Yxy | 69.7537 | 0.3414 | 0.3229 |
Hunter Lab | 83.5187 | 11.4587 | 6.9756 |
CIE-Lab | 86.8759 | 16.0206 | 2.7051 |
#facfd5 color RGB value is (250,207,213).
#facfd5 hex color red value is 250, green value is 207 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #facfd5 hue: 0.98 , saturation: 0.81 and the lightness value of facfd5 is 0.90.
The process color (four color CMYK) of #facfd5 color hex is 0.00, 0.17, 0.15, 0.02. Web safe color of #facfd5 is #ffcccc. Color #facfd5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001111 | 11010101 |
Octal | 372 | 317 | 325 |
Decimal | 250 | 207 | 213 |
Hex | FA | CF | D5 |
Shades of #facfd5
Tints of #facfd5
RGB Percentages of Color #facfd5
CMYK Percentages of Color #facfd5
Complementary Color
#facfd5 | #cffaf4 |
#facfd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#facfd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#facfd5 Color CSS Codes
.mybgcolor {background-color:#facfd5; } .myforecolor {color:#facfd5; } .mybordercolor {border:3px solid #facfd5; }
#facfd5 Text Font Color
<p style="color:#facfd5">Text here</p>
This sample text font color is #facfd5
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.
#facfd5 Background Color
<div style="background-color:#facfd5">
Div content here</div>
This div background color is #facfd5
#facfd5 Border Color
<div style="border:3px solid #facfd5">
Div here</div>
This div border color is #facfd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,207,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #facfd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #facfd5; -webkit-box-shadow: 1px 1px 3px 2px #facfd5; box-shadow: 1px 1px 3px 2px #facfd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,207,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #facfd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #facfd5; -webkit-box-shadow: 1px 1px 3px 2px #facfd5; box-shadow: 1px 1px 3px 2px #facfd5;">
Div content here</div>
This div box has shadow with color #facfd5
Comments
No comments written yet.
Please login to write comment.