Color spaces of #facaee
RGB | 250 | 202 | 238 |
---|---|---|---|
HSL | 0.88 | 0.83 | 0.89 |
HSV | 315° | 19° | 98° |
CMYK | 0.00 | 0.19 | 0.05 0.02 |
XYZ | 75.9775 | 68.7381 | 90.1523 |
Yxy | 68.7381 | 0.3235 | 0.2927 |
Hunter Lab | 82.9084 | 18.4881 | -6.4344 |
CIE-Lab | 86.3742 | 22.7685 | -11.2956 |
#facaee color RGB value is (250,202,238).
#facaee hex color red value is 250, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #facaee hue: 0.88 , saturation: 0.83 and the lightness value of facaee is 0.89.
The process color (four color CMYK) of #facaee color hex is 0.00, 0.19, 0.05, 0.02. Web safe color of #facaee is #ffccff. Color #facaee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001010 | 11101110 |
Octal | 372 | 312 | 356 |
Decimal | 250 | 202 | 238 |
Hex | FA | CA | EE |
Shades of #facaee
Tints of #facaee
RGB Percentages of Color #facaee
CMYK Percentages of Color #facaee
Complementary Color
#facaee | #cafad6 |
#facaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#facaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#facaee Color CSS Codes
.mybgcolor {background-color:#facaee; } .myforecolor {color:#facaee; } .mybordercolor {border:3px solid #facaee; }
#facaee Text Font Color
<p style="color:#facaee">Text here</p>
This sample text font color is #facaee
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.
#facaee Background Color
<div style="background-color:#facaee">
Div content here</div>
This div background color is #facaee
#facaee Border Color
<div style="border:3px solid #facaee">
Div here</div>
This div border color is #facaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,202,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #facaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #facaee; -webkit-box-shadow: 1px 1px 3px 2px #facaee; box-shadow: 1px 1px 3px 2px #facaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,202,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #facaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #facaee; -webkit-box-shadow: 1px 1px 3px 2px #facaee; box-shadow: 1px 1px 3px 2px #facaee;">
Div content here</div>
This div box has shadow with color #facaee
Comments
No comments written yet.
Please login to write comment.