Color spaces of #fabdf3
RGB | 250 | 189 | 243 |
---|---|---|---|
HSL | 0.85 | 0.86 | 0.86 |
HSV | 307° | 24° | 98° |
CMYK | 0.00 | 0.24 | 0.03 0.02 |
XYZ | 73.7996 | 63.1903 | 93.1013 |
Yxy | 63.1903 | 0.3207 | 0.2746 |
Hunter Lab | 79.4923 | 26.6054 | -13.7957 |
CIE-Lab | 83.5424 | 30.4975 | -18.2039 |
#fabdf3 color RGB value is (250,189,243).
#fabdf3 hex color red value is 250, green value is 189 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #fabdf3 hue: 0.85 , saturation: 0.86 and the lightness value of fabdf3 is 0.86.
The process color (four color CMYK) of #fabdf3 color hex is 0.00, 0.24, 0.03, 0.02. Web safe color of #fabdf3 is #ffccff. Color #fabdf3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111101 | 11110011 |
Octal | 372 | 275 | 363 |
Decimal | 250 | 189 | 243 |
Hex | FA | BD | F3 |
Shades of #fabdf3
Tints of #fabdf3
RGB Percentages of Color #fabdf3
CMYK Percentages of Color #fabdf3
Complementary Color
#fabdf3 | #bdfac4 |
#fabdf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabdf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabdf3 Color CSS Codes
.mybgcolor {background-color:#fabdf3; } .myforecolor {color:#fabdf3; } .mybordercolor {border:3px solid #fabdf3; }
#fabdf3 Text Font Color
<p style="color:#fabdf3">Text here</p>
This sample text font color is #fabdf3
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.
#fabdf3 Background Color
<div style="background-color:#fabdf3">
Div content here</div>
This div background color is #fabdf3
#fabdf3 Border Color
<div style="border:3px solid #fabdf3">
Div here</div>
This div border color is #fabdf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,189,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabdf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabdf3; -webkit-box-shadow: 1px 1px 3px 2px #fabdf3; box-shadow: 1px 1px 3px 2px #fabdf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,189,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabdf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabdf3; -webkit-box-shadow: 1px 1px 3px 2px #fabdf3; box-shadow: 1px 1px 3px 2px #fabdf3;">
Div content here</div>
This div box has shadow with color #fabdf3
Comments
No comments written yet.
Please login to write comment.