Color spaces of #faebcf
RGB | 250 | 235 | 207 |
---|---|---|---|
HSL | 0.11 | 0.81 | 0.90 |
HSV | 39° | 17° | 98° |
CMYK | 0.00 | 0.06 | 0.17 0.02 |
XYZ | 80.3952 | 84.2456 | 71.0552 |
Yxy | 84.2456 | 0.3411 | 0.3574 |
Hunter Lab | 91.7854 | -4.2756 | 18.3507 |
CIE-Lab | 93.5571 | 0.6327 | 15.4145 |
#faebcf color RGB value is (250,235,207).
#faebcf hex color red value is 250, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #faebcf hue: 0.11 , saturation: 0.81 and the lightness value of faebcf is 0.90.
The process color (four color CMYK) of #faebcf color hex is 0.00, 0.06, 0.17, 0.02. Web safe color of #faebcf is #ffffcc. Color #faebcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101011 | 11001111 |
Octal | 372 | 353 | 317 |
Decimal | 250 | 235 | 207 |
Hex | FA | EB | CF |
Shades of #faebcf
Tints of #faebcf
RGB Percentages of Color #faebcf
CMYK Percentages of Color #faebcf
Complementary Color
#faebcf | #cfdefa |
#faebcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faebcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#faebcf Color CSS Codes
.mybgcolor {background-color:#faebcf; } .myforecolor {color:#faebcf; } .mybordercolor {border:3px solid #faebcf; }
#faebcf Text Font Color
<p style="color:#faebcf">Text here</p>
This sample text font color is #faebcf
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.
#faebcf Background Color
<div style="background-color:#faebcf">
Div content here</div>
This div background color is #faebcf
#faebcf Border Color
<div style="border:3px solid #faebcf">
Div here</div>
This div border color is #faebcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,235,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faebcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faebcf; -webkit-box-shadow: 1px 1px 3px 2px #faebcf; box-shadow: 1px 1px 3px 2px #faebcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,235,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faebcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faebcf; -webkit-box-shadow: 1px 1px 3px 2px #faebcf; box-shadow: 1px 1px 3px 2px #faebcf;">
Div content here</div>
This div box has shadow with color #faebcf
#faebcf Color Palettes
Comments
No comments written yet.
Please login to write comment.