Color spaces of #fab2ef
RGB | 250 | 178 | 239 |
---|---|---|---|
HSL | 0.86 | 0.88 | 0.84 |
HSV | 309° | 29° | 98° |
CMYK | 0.00 | 0.29 | 0.04 0.02 |
XYZ | 70.9247 | 58.3968 | 89.1949 |
Yxy | 58.3968 | 0.3246 | 0.2672 |
Hunter Lab | 76.4178 | 31.9378 | -15.7109 |
CIE-Lab | 80.9589 | 35.5867 | -19.9652 |
#fab2ef color RGB value is (250,178,239).
#fab2ef hex color red value is 250, green value is 178 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fab2ef hue: 0.86 , saturation: 0.88 and the lightness value of fab2ef is 0.84.
The process color (four color CMYK) of #fab2ef color hex is 0.00, 0.29, 0.04, 0.02. Web safe color of #fab2ef is #ff99ff. Color #fab2ef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10110010 | 11101111 |
Octal | 372 | 262 | 357 |
Decimal | 250 | 178 | 239 |
Hex | FA | B2 | EF |
Shades of #fab2ef
Tints of #fab2ef
RGB Percentages of Color #fab2ef
CMYK Percentages of Color #fab2ef
Complementary Color
#fab2ef | #b2fabd |
#fab2ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab2ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab2ef Color CSS Codes
.mybgcolor {background-color:#fab2ef; } .myforecolor {color:#fab2ef; } .mybordercolor {border:3px solid #fab2ef; }
#fab2ef Text Font Color
<p style="color:#fab2ef">Text here</p>
This sample text font color is #fab2ef
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.
#fab2ef Background Color
<div style="background-color:#fab2ef">
Div content here</div>
This div background color is #fab2ef
#fab2ef Border Color
<div style="border:3px solid #fab2ef">
Div here</div>
This div border color is #fab2ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,178,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab2ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab2ef; -webkit-box-shadow: 1px 1px 3px 2px #fab2ef; box-shadow: 1px 1px 3px 2px #fab2ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,178,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab2ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab2ef; -webkit-box-shadow: 1px 1px 3px 2px #fab2ef; box-shadow: 1px 1px 3px 2px #fab2ef;">
Div content here</div>
This div box has shadow with color #fab2ef
Comments
No comments written yet.
Please login to write comment.