Color spaces of #fae5fb
RGB | 250 | 229 | 251 |
---|---|---|---|
HSL | 0.83 | 0.73 | 0.94 |
HSV | 297° | 9° | 98° |
CMYK | 0.00 | 0.09 | 0.00 0.02 |
XYZ | 84.8562 | 83.3277 | 102.8782 |
Yxy | 83.3277 | 0.3131 | 0.3074 |
Hunter Lab | 91.2840 | 6.1838 | -2.9218 |
CIE-Lab | 93.1577 | 10.9432 | -8.0507 |
#fae5fb color RGB value is (250,229,251).
#fae5fb hex color red value is 250, green value is 229 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fae5fb hue: 0.83 , saturation: 0.73 and the lightness value of fae5fb is 0.94.
The process color (four color CMYK) of #fae5fb color hex is 0.00, 0.09, 0.00, 0.02. Web safe color of #fae5fb is #ffccff. Color #fae5fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11100101 | 11111011 |
Octal | 372 | 345 | 373 |
Decimal | 250 | 229 | 251 |
Hex | FA | E5 | FB |
Shades of #fae5fb
Tints of #fae5fb
RGB Percentages of Color #fae5fb
CMYK Percentages of Color #fae5fb
Complementary Color
#fae5fb | #e6fbe5 |
#fae5fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fae5fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fae5fb Color CSS Codes
.mybgcolor {background-color:#fae5fb; } .myforecolor {color:#fae5fb; } .mybordercolor {border:3px solid #fae5fb; }
#fae5fb Text Font Color
<p style="color:#fae5fb">Text here</p>
This sample text font color is #fae5fb
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.
#fae5fb Background Color
<div style="background-color:#fae5fb">
Div content here</div>
This div background color is #fae5fb
#fae5fb Border Color
<div style="border:3px solid #fae5fb">
Div here</div>
This div border color is #fae5fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,229,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fae5fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fae5fb; -webkit-box-shadow: 1px 1px 3px 2px #fae5fb; box-shadow: 1px 1px 3px 2px #fae5fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,229,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fae5fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fae5fb; -webkit-box-shadow: 1px 1px 3px 2px #fae5fb; box-shadow: 1px 1px 3px 2px #fae5fb;">
Div content here</div>
This div box has shadow with color #fae5fb
Comments
No comments written yet.
Please login to write comment.