Color spaces of #facef2
RGB | 250 | 206 | 242 |
---|---|---|---|
HSL | 0.86 | 0.81 | 0.89 |
HSV | 311° | 18° | 98° |
CMYK | 0.00 | 0.18 | 0.03 0.02 |
XYZ | 77.5227 | 70.8774 | 93.5992 |
Yxy | 70.8774 | 0.3203 | 0.2929 |
Hunter Lab | 84.1887 | 17.0362 | -6.9852 |
CIE-Lab | 87.4254 | 21.3621 | -11.8468 |
#facef2 color RGB value is (250,206,242).
#facef2 hex color red value is 250, green value is 206 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #facef2 hue: 0.86 , saturation: 0.81 and the lightness value of facef2 is 0.89.
The process color (four color CMYK) of #facef2 color hex is 0.00, 0.18, 0.03, 0.02. Web safe color of #facef2 is #ffccff. Color #facef2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001110 | 11110010 |
Octal | 372 | 316 | 362 |
Decimal | 250 | 206 | 242 |
Hex | FA | CE | F2 |
Shades of #facef2
Tints of #facef2
RGB Percentages of Color #facef2
CMYK Percentages of Color #facef2
Complementary Color
#facef2 | #cefad6 |
#facef2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#facef2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#facef2 Color CSS Codes
.mybgcolor {background-color:#facef2; } .myforecolor {color:#facef2; } .mybordercolor {border:3px solid #facef2; }
#facef2 Text Font Color
<p style="color:#facef2">Text here</p>
This sample text font color is #facef2
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.
#facef2 Background Color
<div style="background-color:#facef2">
Div content here</div>
This div background color is #facef2
#facef2 Border Color
<div style="border:3px solid #facef2">
Div here</div>
This div border color is #facef2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,206,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #facef2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #facef2; -webkit-box-shadow: 1px 1px 3px 2px #facef2; box-shadow: 1px 1px 3px 2px #facef2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,206,242, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #facef2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #facef2; -webkit-box-shadow: 1px 1px 3px 2px #facef2; box-shadow: 1px 1px 3px 2px #facef2;">
Div content here</div>
This div box has shadow with color #facef2
Comments
No comments written yet.
Please login to write comment.