Color spaces of #fabee5
RGB | 250 | 190 | 229 |
---|---|---|---|
HSL | 0.89 | 0.86 | 0.86 |
HSV | 321° | 24° | 98° |
CMYK | 0.00 | 0.24 | 0.08 0.02 |
XYZ | 71.9807 | 62.8080 | 82.4581 |
Yxy | 62.8080 | 0.3313 | 0.2891 |
Hunter Lab | 79.2515 | 23.4337 | -6.2129 |
CIE-Lab | 83.3413 | 27.5576 | -11.0224 |
#fabee5 color RGB value is (250,190,229).
#fabee5 hex color red value is 250, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fabee5 hue: 0.89 , saturation: 0.86 and the lightness value of fabee5 is 0.86.
The process color (four color CMYK) of #fabee5 color hex is 0.00, 0.24, 0.08, 0.02. Web safe color of #fabee5 is #ffcccc. Color #fabee5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111110 | 11100101 |
Octal | 372 | 276 | 345 |
Decimal | 250 | 190 | 229 |
Hex | FA | BE | E5 |
Shades of #fabee5
Tints of #fabee5
RGB Percentages of Color #fabee5
CMYK Percentages of Color #fabee5
Complementary Color
#fabee5 | #befad3 |
#fabee5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabee5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabee5 Color CSS Codes
.mybgcolor {background-color:#fabee5; } .myforecolor {color:#fabee5; } .mybordercolor {border:3px solid #fabee5; }
#fabee5 Text Font Color
<p style="color:#fabee5">Text here</p>
This sample text font color is #fabee5
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.
#fabee5 Background Color
<div style="background-color:#fabee5">
Div content here</div>
This div background color is #fabee5
#fabee5 Border Color
<div style="border:3px solid #fabee5">
Div here</div>
This div border color is #fabee5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,190,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabee5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabee5; -webkit-box-shadow: 1px 1px 3px 2px #fabee5; box-shadow: 1px 1px 3px 2px #fabee5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,190,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabee5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabee5; -webkit-box-shadow: 1px 1px 3px 2px #fabee5; box-shadow: 1px 1px 3px 2px #fabee5;">
Div content here</div>
This div box has shadow with color #fabee5
Comments
No comments written yet.
Please login to write comment.