Color spaces of #fadfed
RGB | 250 | 223 | 237 |
---|---|---|---|
HSL | 0.91 | 0.73 | 0.93 |
HSV | 329° | 11° | 98° |
CMYK | 0.00 | 0.11 | 0.05 0.02 |
XYZ | 81.0981 | 79.2138 | 91.1362 |
Yxy | 79.2138 | 0.3225 | 0.3150 |
Hunter Lab | 89.0021 | 6.8942 | 1.5899 |
CIE-Lab | 91.3309 | 11.6022 | -3.4303 |
#fadfed color RGB value is (250,223,237).
#fadfed hex color red value is 250, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fadfed hue: 0.91 , saturation: 0.73 and the lightness value of fadfed is 0.93.
The process color (four color CMYK) of #fadfed color hex is 0.00, 0.11, 0.05, 0.02. Web safe color of #fadfed is #ffccff. Color #fadfed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011111 | 11101101 |
Octal | 372 | 337 | 355 |
Decimal | 250 | 223 | 237 |
Hex | FA | DF | ED |
Shades of #fadfed
Tints of #fadfed
RGB Percentages of Color #fadfed
CMYK Percentages of Color #fadfed
Complementary Color
#fadfed | #dffaec |
#fadfed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadfed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadfed Color CSS Codes
.mybgcolor {background-color:#fadfed; } .myforecolor {color:#fadfed; } .mybordercolor {border:3px solid #fadfed; }
#fadfed Text Font Color
<p style="color:#fadfed">Text here</p>
This sample text font color is #fadfed
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.
#fadfed Background Color
<div style="background-color:#fadfed">
Div content here</div>
This div background color is #fadfed
#fadfed Border Color
<div style="border:3px solid #fadfed">
Div here</div>
This div border color is #fadfed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,223,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadfed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadfed; -webkit-box-shadow: 1px 1px 3px 2px #fadfed; box-shadow: 1px 1px 3px 2px #fadfed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,223,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadfed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadfed; -webkit-box-shadow: 1px 1px 3px 2px #fadfed; box-shadow: 1px 1px 3px 2px #fadfed;">
Div content here</div>
This div box has shadow with color #fadfed
Comments
No comments written yet.
Please login to write comment.