Color spaces of #fabaee
RGB | 250 | 186 | 238 |
---|---|---|---|
HSL | 0.86 | 0.86 | 0.85 |
HSV | 311° | 26° | 98° |
CMYK | 0.00 | 0.26 | 0.05 0.02 |
XYZ | 72.4159 | 61.6149 | 88.9650 |
Yxy | 61.6149 | 0.3247 | 0.2763 |
Hunter Lab | 78.4952 | 27.3091 | -12.2516 |
CIE-Lab | 82.7082 | 31.2029 | -16.7882 |
#fabaee color RGB value is (250,186,238).
#fabaee hex color red value is 250, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fabaee hue: 0.86 , saturation: 0.86 and the lightness value of fabaee is 0.85.
The process color (four color CMYK) of #fabaee color hex is 0.00, 0.26, 0.05, 0.02. Web safe color of #fabaee is #ffccff. Color #fabaee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111010 | 11101110 |
Octal | 372 | 272 | 356 |
Decimal | 250 | 186 | 238 |
Hex | FA | BA | EE |
Shades of #fabaee
Tints of #fabaee
RGB Percentages of Color #fabaee
CMYK Percentages of Color #fabaee
Complementary Color
#fabaee | #bafac6 |
#fabaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabaee Color CSS Codes
.mybgcolor {background-color:#fabaee; } .myforecolor {color:#fabaee; } .mybordercolor {border:3px solid #fabaee; }
#fabaee Text Font Color
<p style="color:#fabaee">Text here</p>
This sample text font color is #fabaee
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.
#fabaee Background Color
<div style="background-color:#fabaee">
Div content here</div>
This div background color is #fabaee
#fabaee Border Color
<div style="border:3px solid #fabaee">
Div here</div>
This div border color is #fabaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,186,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabaee; -webkit-box-shadow: 1px 1px 3px 2px #fabaee; box-shadow: 1px 1px 3px 2px #fabaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,186,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabaee; -webkit-box-shadow: 1px 1px 3px 2px #fabaee; box-shadow: 1px 1px 3px 2px #fabaee;">
Div content here</div>
This div box has shadow with color #fabaee
Comments
No comments written yet.
Please login to write comment.