Color spaces of #fae1de
RGB | 250 | 225 | 222 |
---|---|---|---|
HSL | 0.02 | 0.74 | 0.93 |
HSV | 6° | 11° | 98° |
CMYK | 0.00 | 0.10 | 0.11 0.02 |
XYZ | 79.5344 | 79.4483 | 80.2504 |
Yxy | 79.4483 | 0.3325 | 0.3321 |
Hunter Lab | 89.1338 | 3.2921 | 9.0127 |
CIE-Lab | 91.4367 | 8.0783 | 4.5770 |
#fae1de color RGB value is (250,225,222).
#fae1de hex color red value is 250, green value is 225 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fae1de hue: 0.02 , saturation: 0.74 and the lightness value of fae1de is 0.93.
The process color (four color CMYK) of #fae1de color hex is 0.00, 0.10, 0.11, 0.02. Web safe color of #fae1de is #ffcccc. Color #fae1de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11100001 | 11011110 |
Octal | 372 | 341 | 336 |
Decimal | 250 | 225 | 222 |
Hex | FA | E1 | DE |
Shades of #fae1de
Tints of #fae1de
RGB Percentages of Color #fae1de
CMYK Percentages of Color #fae1de
Complementary Color
#fae1de | #def7fa |
#fae1de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fae1de Color Preview on White Background
Lorem ipsum dolor sit amet.
#fae1de Color CSS Codes
.mybgcolor {background-color:#fae1de; } .myforecolor {color:#fae1de; } .mybordercolor {border:3px solid #fae1de; }
#fae1de Text Font Color
<p style="color:#fae1de">Text here</p>
This sample text font color is #fae1de
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.
#fae1de Background Color
<div style="background-color:#fae1de">
Div content here</div>
This div background color is #fae1de
#fae1de Border Color
<div style="border:3px solid #fae1de">
Div here</div>
This div border color is #fae1de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,225,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fae1de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fae1de; -webkit-box-shadow: 1px 1px 3px 2px #fae1de; box-shadow: 1px 1px 3px 2px #fae1de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,225,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fae1de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fae1de; -webkit-box-shadow: 1px 1px 3px 2px #fae1de; box-shadow: 1px 1px 3px 2px #fae1de;">
Div content here</div>
This div box has shadow with color #fae1de
Comments
No comments written yet.
Please login to write comment.