Color spaces of #faa8ce
RGB | 250 | 168 | 206 |
---|---|---|---|
HSL | 0.92 | 0.89 | 0.82 |
HSV | 332° | 33° | 98° |
CMYK | 0.00 | 0.33 | 0.18 0.02 |
XYZ | 64.5676 | 52.7855 | 65.1781 |
Yxy | 52.7855 | 0.3537 | 0.2892 |
Hunter Lab | 72.6536 | 31.4899 | -2.3319 |
CIE-Lab | 77.7482 | 35.4500 | -6.9211 |
#faa8ce color RGB value is (250,168,206).
#faa8ce hex color red value is 250, green value is 168 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #faa8ce hue: 0.92 , saturation: 0.89 and the lightness value of faa8ce is 0.82.
The process color (four color CMYK) of #faa8ce color hex is 0.00, 0.33, 0.18, 0.02. Web safe color of #faa8ce is #ff99cc. Color #faa8ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101000 | 11001110 |
Octal | 372 | 250 | 316 |
Decimal | 250 | 168 | 206 |
Hex | FA | A8 | CE |
Shades of #faa8ce
Tints of #faa8ce
RGB Percentages of Color #faa8ce
CMYK Percentages of Color #faa8ce
Complementary Color
#faa8ce | #a8fad4 |
#faa8ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faa8ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#faa8ce Color CSS Codes
.mybgcolor {background-color:#faa8ce; } .myforecolor {color:#faa8ce; } .mybordercolor {border:3px solid #faa8ce; }
#faa8ce Text Font Color
<p style="color:#faa8ce">Text here</p>
This sample text font color is #faa8ce
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.
#faa8ce Background Color
<div style="background-color:#faa8ce">
Div content here</div>
This div background color is #faa8ce
#faa8ce Border Color
<div style="border:3px solid #faa8ce">
Div here</div>
This div border color is #faa8ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,168,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faa8ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faa8ce; -webkit-box-shadow: 1px 1px 3px 2px #faa8ce; box-shadow: 1px 1px 3px 2px #faa8ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,168,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 #faa8ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faa8ce; -webkit-box-shadow: 1px 1px 3px 2px #faa8ce; box-shadow: 1px 1px 3px 2px #faa8ce;">
Div content here</div>
This div box has shadow with color #faa8ce
Comments
No comments written yet.
Please login to write comment.