Color spaces of #fadfc0
RGB | 250 | 223 | 192 |
---|---|---|---|
HSL | 0.09 | 0.85 | 0.87 |
HSV | 32° | 23° | 98° |
CMYK | 0.00 | 0.11 | 0.23 0.02 |
XYZ | 75.3264 | 76.9051 | 60.7432 |
Yxy | 76.9051 | 0.3537 | 0.3611 |
Hunter Lab | 87.6956 | -0.1440 | 20.3191 |
CIE-Lab | 90.2779 | 4.6127 | 18.5951 |
#fadfc0 color RGB value is (250,223,192).
#fadfc0 hex color red value is 250, green value is 223 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #fadfc0 hue: 0.09 , saturation: 0.85 and the lightness value of fadfc0 is 0.87.
The process color (four color CMYK) of #fadfc0 color hex is 0.00, 0.11, 0.23, 0.02. Web safe color of #fadfc0 is #ffcccc. Color #fadfc0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011111 | 11000000 |
Octal | 372 | 337 | 300 |
Decimal | 250 | 223 | 192 |
Hex | FA | DF | C0 |
Shades of #fadfc0
Tints of #fadfc0
RGB Percentages of Color #fadfc0
CMYK Percentages of Color #fadfc0
Complementary Color
#fadfc0 | #c0dbfa |
#fadfc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadfc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadfc0 Color CSS Codes
.mybgcolor {background-color:#fadfc0; } .myforecolor {color:#fadfc0; } .mybordercolor {border:3px solid #fadfc0; }
#fadfc0 Text Font Color
<p style="color:#fadfc0">Text here</p>
This sample text font color is #fadfc0
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.
#fadfc0 Background Color
<div style="background-color:#fadfc0">
Div content here</div>
This div background color is #fadfc0
#fadfc0 Border Color
<div style="border:3px solid #fadfc0">
Div here</div>
This div border color is #fadfc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,223,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadfc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadfc0; -webkit-box-shadow: 1px 1px 3px 2px #fadfc0; box-shadow: 1px 1px 3px 2px #fadfc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,223,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadfc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadfc0; -webkit-box-shadow: 1px 1px 3px 2px #fadfc0; box-shadow: 1px 1px 3px 2px #fadfc0;">
Div content here</div>
This div box has shadow with color #fadfc0
Comments
No comments written yet.
Please login to write comment.