Color spaces of #faccce
RGB | 250 | 204 | 206 |
---|---|---|---|
HSL | 0.99 | 0.82 | 0.89 |
HSV | 357° | 18° | 98° |
CMYK | 0.00 | 0.18 | 0.18 0.02 |
XYZ | 72.1578 | 67.9660 | 67.7081 |
Yxy | 67.9660 | 0.3472 | 0.3270 |
Hunter Lab | 82.4415 | 11.9614 | 9.0150 |
CIE-Lab | 85.9894 | 16.5165 | 5.1347 |
#faccce color RGB value is (250,204,206).
#faccce hex color red value is 250, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #faccce hue: 0.99 , saturation: 0.82 and the lightness value of faccce is 0.89.
The process color (four color CMYK) of #faccce color hex is 0.00, 0.18, 0.18, 0.02. Web safe color of #faccce is #ffcccc. Color #faccce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001100 | 11001110 |
Octal | 372 | 314 | 316 |
Decimal | 250 | 204 | 206 |
Hex | FA | CC | CE |
Shades of #faccce
Tints of #faccce
RGB Percentages of Color #faccce
CMYK Percentages of Color #faccce
Complementary Color
#faccce | #ccfaf8 |
#faccce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faccce Color Preview on White Background
Lorem ipsum dolor sit amet.
#faccce Color CSS Codes
.mybgcolor {background-color:#faccce; } .myforecolor {color:#faccce; } .mybordercolor {border:3px solid #faccce; }
#faccce Text Font Color
<p style="color:#faccce">Text here</p>
This sample text font color is #faccce
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.
#faccce Background Color
<div style="background-color:#faccce">
Div content here</div>
This div background color is #faccce
#faccce Border Color
<div style="border:3px solid #faccce">
Div here</div>
This div border color is #faccce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,204,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faccce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faccce; -webkit-box-shadow: 1px 1px 3px 2px #faccce; box-shadow: 1px 1px 3px 2px #faccce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,204,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faccce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faccce; -webkit-box-shadow: 1px 1px 3px 2px #faccce; box-shadow: 1px 1px 3px 2px #faccce;">
Div content here</div>
This div box has shadow with color #faccce
#faccce Color Palettes
Comments
No comments written yet.
Please login to write comment.