Color spaces of #faccea
RGB | 250 | 204 | 234 |
---|---|---|---|
HSL | 0.89 | 0.82 | 0.89 |
HSV | 321° | 18° | 98° |
CMYK | 0.00 | 0.18 | 0.06 0.02 |
XYZ | 75.8685 | 69.4502 | 87.2484 |
Yxy | 69.4502 | 0.3262 | 0.2986 |
Hunter Lab | 83.3368 | 16.6642 | -3.7372 |
CIE-Lab | 86.7265 | 21.0279 | -8.6497 |
#faccea color RGB value is (250,204,234).
#faccea hex color red value is 250, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #faccea hue: 0.89 , saturation: 0.82 and the lightness value of faccea is 0.89.
The process color (four color CMYK) of #faccea color hex is 0.00, 0.18, 0.06, 0.02. Web safe color of #faccea is #ffccff. Color #faccea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001100 | 11101010 |
Octal | 372 | 314 | 352 |
Decimal | 250 | 204 | 234 |
Hex | FA | CC | EA |
Shades of #faccea
Tints of #faccea
RGB Percentages of Color #faccea
CMYK Percentages of Color #faccea
Complementary Color
#faccea | #ccfadc |
#faccea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faccea Color Preview on White Background
Lorem ipsum dolor sit amet.
#faccea Color CSS Codes
.mybgcolor {background-color:#faccea; } .myforecolor {color:#faccea; } .mybordercolor {border:3px solid #faccea; }
#faccea Text Font Color
<p style="color:#faccea">Text here</p>
This sample text font color is #faccea
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.
#faccea Background Color
<div style="background-color:#faccea">
Div content here</div>
This div background color is #faccea
#faccea Border Color
<div style="border:3px solid #faccea">
Div here</div>
This div border color is #faccea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,204,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faccea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faccea; -webkit-box-shadow: 1px 1px 3px 2px #faccea; box-shadow: 1px 1px 3px 2px #faccea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,204,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faccea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faccea; -webkit-box-shadow: 1px 1px 3px 2px #faccea; box-shadow: 1px 1px 3px 2px #faccea;">
Div content here</div>
This div box has shadow with color #faccea
Comments
No comments written yet.
Please login to write comment.