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