Color spaces of #fabde9
RGB | 250 | 189 | 233 |
---|---|---|---|
HSL | 0.88 | 0.86 | 0.86 |
HSV | 317° | 24° | 98° |
CMYK | 0.00 | 0.24 | 0.07 0.02 |
XYZ | 72.3299 | 62.6024 | 85.3621 |
Yxy | 62.6024 | 0.3283 | 0.2842 |
Hunter Lab | 79.1217 | 24.7147 | -8.5811 |
CIE-Lab | 83.2327 | 28.7612 | -13.3250 |
#fabde9 color RGB value is (250,189,233).
#fabde9 hex color red value is 250, green value is 189 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fabde9 hue: 0.88 , saturation: 0.86 and the lightness value of fabde9 is 0.86.
The process color (four color CMYK) of #fabde9 color hex is 0.00, 0.24, 0.07, 0.02. Web safe color of #fabde9 is #ffccff. Color #fabde9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111101 | 11101001 |
Octal | 372 | 275 | 351 |
Decimal | 250 | 189 | 233 |
Hex | FA | BD | E9 |
Shades of #fabde9
Tints of #fabde9
RGB Percentages of Color #fabde9
CMYK Percentages of Color #fabde9
Complementary Color
#fabde9 | #bdface |
#fabde9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabde9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabde9 Color CSS Codes
.mybgcolor {background-color:#fabde9; } .myforecolor {color:#fabde9; } .mybordercolor {border:3px solid #fabde9; }
#fabde9 Text Font Color
<p style="color:#fabde9">Text here</p>
This sample text font color is #fabde9
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.
#fabde9 Background Color
<div style="background-color:#fabde9">
Div content here</div>
This div background color is #fabde9
#fabde9 Border Color
<div style="border:3px solid #fabde9">
Div here</div>
This div border color is #fabde9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,189,233, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabde9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabde9; -webkit-box-shadow: 1px 1px 3px 2px #fabde9; box-shadow: 1px 1px 3px 2px #fabde9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,189,233, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabde9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabde9; -webkit-box-shadow: 1px 1px 3px 2px #fabde9; box-shadow: 1px 1px 3px 2px #fabde9;">
Div content here</div>
This div box has shadow with color #fabde9
Comments
No comments written yet.
Please login to write comment.