Color spaces of #fadde2
RGB | 250 | 221 | 226 |
---|---|---|---|
HSL | 0.97 | 0.74 | 0.92 |
HSV | 350° | 12° | 98° |
CMYK | 0.00 | 0.12 | 0.10 0.02 |
XYZ | 79.0083 | 77.5279 | 82.7517 |
Yxy | 77.5279 | 0.3302 | 0.3240 |
Hunter Lab | 88.0499 | 6.0829 | 5.9126 |
CIE-Lab | 90.5640 | 10.7988 | 1.2145 |
#fadde2 color RGB value is (250,221,226).
#fadde2 hex color red value is 250, green value is 221 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #fadde2 hue: 0.97 , saturation: 0.74 and the lightness value of fadde2 is 0.92.
The process color (four color CMYK) of #fadde2 color hex is 0.00, 0.12, 0.10, 0.02. Web safe color of #fadde2 is #ffcccc. Color #fadde2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011101 | 11100010 |
Octal | 372 | 335 | 342 |
Decimal | 250 | 221 | 226 |
Hex | FA | DD | E2 |
Shades of #fadde2
Tints of #fadde2
RGB Percentages of Color #fadde2
CMYK Percentages of Color #fadde2
Complementary Color
#fadde2 | #ddfaf5 |
#fadde2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadde2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadde2 Color CSS Codes
.mybgcolor {background-color:#fadde2; } .myforecolor {color:#fadde2; } .mybordercolor {border:3px solid #fadde2; }
#fadde2 Text Font Color
<p style="color:#fadde2">Text here</p>
This sample text font color is #fadde2
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.
#fadde2 Background Color
<div style="background-color:#fadde2">
Div content here</div>
This div background color is #fadde2
#fadde2 Border Color
<div style="border:3px solid #fadde2">
Div here</div>
This div border color is #fadde2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,221,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadde2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadde2; -webkit-box-shadow: 1px 1px 3px 2px #fadde2; box-shadow: 1px 1px 3px 2px #fadde2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,221,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadde2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadde2; -webkit-box-shadow: 1px 1px 3px 2px #fadde2; box-shadow: 1px 1px 3px 2px #fadde2;">
Div content here</div>
This div box has shadow with color #fadde2
Comments
No comments written yet.
Please login to write comment.