Color spaces of #fadfd3
RGB | 250 | 223 | 211 |
---|---|---|---|
HSL | 0.05 | 0.80 | 0.90 |
HSV | 18° | 16° | 98° |
CMYK | 0.00 | 0.11 | 0.16 0.02 |
XYZ | 77.5699 | 77.8025 | 72.5570 |
Yxy | 77.8025 | 0.3403 | 0.3413 |
Hunter Lab | 88.2057 | 2.6165 | 12.9727 |
CIE-Lab | 90.6897 | 7.3867 | 9.2571 |
#fadfd3 color RGB value is (250,223,211).
#fadfd3 hex color red value is 250, green value is 223 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fadfd3 hue: 0.05 , saturation: 0.80 and the lightness value of fadfd3 is 0.90.
The process color (four color CMYK) of #fadfd3 color hex is 0.00, 0.11, 0.16, 0.02. Web safe color of #fadfd3 is #ffcccc. Color #fadfd3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011111 | 11010011 |
Octal | 372 | 337 | 323 |
Decimal | 250 | 223 | 211 |
Hex | FA | DF | D3 |
Shades of #fadfd3
Tints of #fadfd3
RGB Percentages of Color #fadfd3
CMYK Percentages of Color #fadfd3
Complementary Color
#fadfd3 | #d3eefa |
#fadfd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadfd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadfd3 Color CSS Codes
.mybgcolor {background-color:#fadfd3; } .myforecolor {color:#fadfd3; } .mybordercolor {border:3px solid #fadfd3; }
#fadfd3 Text Font Color
<p style="color:#fadfd3">Text here</p>
This sample text font color is #fadfd3
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.
#fadfd3 Background Color
<div style="background-color:#fadfd3">
Div content here</div>
This div background color is #fadfd3
#fadfd3 Border Color
<div style="border:3px solid #fadfd3">
Div here</div>
This div border color is #fadfd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,223,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadfd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadfd3; -webkit-box-shadow: 1px 1px 3px 2px #fadfd3; box-shadow: 1px 1px 3px 2px #fadfd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,223,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadfd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadfd3; -webkit-box-shadow: 1px 1px 3px 2px #fadfd3; box-shadow: 1px 1px 3px 2px #fadfd3;">
Div content here</div>
This div box has shadow with color #fadfd3
#fadfd3 Color Palettes
Comments
No comments written yet.
Please login to write comment.