Color spaces of #faddf4
RGB | 250 | 221 | 244 |
---|---|---|---|
HSL | 0.87 | 0.74 | 0.92 |
HSV | 312° | 12° | 98° |
CMYK | 0.00 | 0.12 | 0.02 0.02 |
XYZ | 81.6099 | 78.5685 | 96.4519 |
Yxy | 78.5685 | 0.3180 | 0.3062 |
Hunter Lab | 88.6389 | 9.2271 | -2.4689 |
CIE-Lab | 91.0387 | 13.8574 | -7.5297 |
#faddf4 color RGB value is (250,221,244).
#faddf4 hex color red value is 250, green value is 221 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #faddf4 hue: 0.87 , saturation: 0.74 and the lightness value of faddf4 is 0.92.
The process color (four color CMYK) of #faddf4 color hex is 0.00, 0.12, 0.02, 0.02. Web safe color of #faddf4 is #ffccff. Color #faddf4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011101 | 11110100 |
Octal | 372 | 335 | 364 |
Decimal | 250 | 221 | 244 |
Hex | FA | DD | F4 |
Shades of #faddf4
Tints of #faddf4
RGB Percentages of Color #faddf4
CMYK Percentages of Color #faddf4
Complementary Color
#faddf4 | #ddfae3 |
#faddf4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faddf4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faddf4 Color CSS Codes
.mybgcolor {background-color:#faddf4; } .myforecolor {color:#faddf4; } .mybordercolor {border:3px solid #faddf4; }
#faddf4 Text Font Color
<p style="color:#faddf4">Text here</p>
This sample text font color is #faddf4
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.
#faddf4 Background Color
<div style="background-color:#faddf4">
Div content here</div>
This div background color is #faddf4
#faddf4 Border Color
<div style="border:3px solid #faddf4">
Div here</div>
This div border color is #faddf4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,221,244, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faddf4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faddf4; -webkit-box-shadow: 1px 1px 3px 2px #faddf4; box-shadow: 1px 1px 3px 2px #faddf4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,221,244, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faddf4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faddf4; -webkit-box-shadow: 1px 1px 3px 2px #faddf4; box-shadow: 1px 1px 3px 2px #faddf4;">
Div content here</div>
This div box has shadow with color #faddf4
Comments
No comments written yet.
Please login to write comment.