Color spaces of #fabdfd
RGB | 250 | 189 | 253 |
---|---|---|---|
HSL | 0.83 | 0.94 | 0.87 |
HSV | 297° | 25° | 99° |
CMYK | 0.01 | 0.25 | 0.00 0.01 |
XYZ | 75.3516 | 63.8110 | 101.2738 |
Yxy | 63.8110 | 0.3134 | 0.2654 |
Hunter Lab | 79.8818 | 28.5839 | -19.2504 |
CIE-Lab | 83.8673 | 32.2964 | -23.0432 |
#fabdfd color RGB value is (250,189,253).
#fabdfd hex color red value is 250, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fabdfd hue: 0.83 , saturation: 0.94 and the lightness value of fabdfd is 0.87.
The process color (four color CMYK) of #fabdfd color hex is 0.01, 0.25, 0.00, 0.01. Web safe color of #fabdfd is #ffccff. Color #fabdfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111101 | 11111101 |
Octal | 372 | 275 | 375 |
Decimal | 250 | 189 | 253 |
Hex | FA | BD | FD |
Shades of #fabdfd
Tints of #fabdfd
RGB Percentages of Color #fabdfd
CMYK Percentages of Color #fabdfd
Complementary Color
#fabdfd | #c0fdbd |
#fabdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabdfd Color CSS Codes
.mybgcolor {background-color:#fabdfd; } .myforecolor {color:#fabdfd; } .mybordercolor {border:3px solid #fabdfd; }
#fabdfd Text Font Color
<p style="color:#fabdfd">Text here</p>
This sample text font color is #fabdfd
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.
#fabdfd Background Color
<div style="background-color:#fabdfd">
Div content here</div>
This div background color is #fabdfd
#fabdfd Border Color
<div style="border:3px solid #fabdfd">
Div here</div>
This div border color is #fabdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,189,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabdfd; -webkit-box-shadow: 1px 1px 3px 2px #fabdfd; box-shadow: 1px 1px 3px 2px #fabdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,189,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabdfd; -webkit-box-shadow: 1px 1px 3px 2px #fabdfd; box-shadow: 1px 1px 3px 2px #fabdfd;">
Div content here</div>
This div box has shadow with color #fabdfd
Comments
No comments written yet.
Please login to write comment.