Color spaces of #fadfe0
RGB | 250 | 223 | 224 |
---|---|---|---|
HSL | 0.99 | 0.73 | 0.93 |
HSV | 358° | 11° | 98° |
CMYK | 0.00 | 0.11 | 0.10 0.02 |
XYZ | 79.2666 | 78.4812 | 81.4916 |
Yxy | 78.4812 | 0.3313 | 0.3280 |
Hunter Lab | 88.5896 | 4.6831 | 7.4732 |
CIE-Lab | 90.9990 | 9.4356 | 2.8957 |
#fadfe0 color RGB value is (250,223,224).
#fadfe0 hex color red value is 250, green value is 223 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fadfe0 hue: 0.99 , saturation: 0.73 and the lightness value of fadfe0 is 0.93.
The process color (four color CMYK) of #fadfe0 color hex is 0.00, 0.11, 0.10, 0.02. Web safe color of #fadfe0 is #ffcccc. Color #fadfe0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011111 | 11100000 |
Octal | 372 | 337 | 340 |
Decimal | 250 | 223 | 224 |
Hex | FA | DF | E0 |
Shades of #fadfe0
Tints of #fadfe0
RGB Percentages of Color #fadfe0
CMYK Percentages of Color #fadfe0
Complementary Color
#fadfe0 | #dffaf9 |
#fadfe0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadfe0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadfe0 Color CSS Codes
.mybgcolor {background-color:#fadfe0; } .myforecolor {color:#fadfe0; } .mybordercolor {border:3px solid #fadfe0; }
#fadfe0 Text Font Color
<p style="color:#fadfe0">Text here</p>
This sample text font color is #fadfe0
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.
#fadfe0 Background Color
<div style="background-color:#fadfe0">
Div content here</div>
This div background color is #fadfe0
#fadfe0 Border Color
<div style="border:3px solid #fadfe0">
Div here</div>
This div border color is #fadfe0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,223,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadfe0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadfe0; -webkit-box-shadow: 1px 1px 3px 2px #fadfe0; box-shadow: 1px 1px 3px 2px #fadfe0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,223,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadfe0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadfe0; -webkit-box-shadow: 1px 1px 3px 2px #fadfe0; box-shadow: 1px 1px 3px 2px #fadfe0;">
Div content here</div>
This div box has shadow with color #fadfe0
Comments
No comments written yet.
Please login to write comment.