Color spaces of #fadbe4
RGB | 250 | 219 | 228 |
---|---|---|---|
HSL | 0.95 | 0.76 | 0.92 |
HSV | 343° | 12° | 98° |
CMYK | 0.00 | 0.12 | 0.09 0.02 |
XYZ | 78.7595 | 76.5885 | 84.0308 |
Yxy | 76.5885 | 0.3290 | 0.3199 |
Hunter Lab | 87.5149 | 7.4911 | 4.3308 |
CIE-Lab | 90.1319 | 12.1676 | -0.4662 |
#fadbe4 color RGB value is (250,219,228).
#fadbe4 hex color red value is 250, green value is 219 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fadbe4 hue: 0.95 , saturation: 0.76 and the lightness value of fadbe4 is 0.92.
The process color (four color CMYK) of #fadbe4 color hex is 0.00, 0.12, 0.09, 0.02. Web safe color of #fadbe4 is #ffcccc. Color #fadbe4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011011 | 11100100 |
Octal | 372 | 333 | 344 |
Decimal | 250 | 219 | 228 |
Hex | FA | DB | E4 |
Shades of #fadbe4
Tints of #fadbe4
RGB Percentages of Color #fadbe4
CMYK Percentages of Color #fadbe4
Complementary Color
#fadbe4 | #dbfaf1 |
#fadbe4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadbe4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadbe4 Color CSS Codes
.mybgcolor {background-color:#fadbe4; } .myforecolor {color:#fadbe4; } .mybordercolor {border:3px solid #fadbe4; }
#fadbe4 Text Font Color
<p style="color:#fadbe4">Text here</p>
This sample text font color is #fadbe4
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.
#fadbe4 Background Color
<div style="background-color:#fadbe4">
Div content here</div>
This div background color is #fadbe4
#fadbe4 Border Color
<div style="border:3px solid #fadbe4">
Div here</div>
This div border color is #fadbe4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,219,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadbe4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadbe4; -webkit-box-shadow: 1px 1px 3px 2px #fadbe4; box-shadow: 1px 1px 3px 2px #fadbe4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,219,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadbe4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadbe4; -webkit-box-shadow: 1px 1px 3px 2px #fadbe4; box-shadow: 1px 1px 3px 2px #fadbe4;">
Div content here</div>
This div box has shadow with color #fadbe4
Comments
No comments written yet.
Please login to write comment.