Color spaces of #fabdbf
RGB | 250 | 189 | 191 |
---|---|---|---|
HSL | 0.99 | 0.86 | 0.86 |
HSV | 358° | 24° | 98° |
CMYK | 0.00 | 0.24 | 0.24 0.02 |
XYZ | 67.0259 | 60.4808 | 57.4315 |
Yxy | 60.4808 | 0.3624 | 0.3270 |
Hunter Lab | 77.7694 | 17.7446 | 10.6538 |
CIE-Lab | 82.0988 | 22.2061 | 7.5414 |
#fabdbf color RGB value is (250,189,191).
#fabdbf hex color red value is 250, green value is 189 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fabdbf hue: 0.99 , saturation: 0.86 and the lightness value of fabdbf is 0.86.
The process color (four color CMYK) of #fabdbf color hex is 0.00, 0.24, 0.24, 0.02. Web safe color of #fabdbf is #ffcccc. Color #fabdbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111101 | 10111111 |
Octal | 372 | 275 | 277 |
Decimal | 250 | 189 | 191 |
Hex | FA | BD | BF |
Shades of #fabdbf
Tints of #fabdbf
RGB Percentages of Color #fabdbf
CMYK Percentages of Color #fabdbf
Complementary Color
#fabdbf | #bdfaf8 |
#fabdbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabdbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabdbf Color CSS Codes
.mybgcolor {background-color:#fabdbf; } .myforecolor {color:#fabdbf; } .mybordercolor {border:3px solid #fabdbf; }
#fabdbf Text Font Color
<p style="color:#fabdbf">Text here</p>
This sample text font color is #fabdbf
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.
#fabdbf Background Color
<div style="background-color:#fabdbf">
Div content here</div>
This div background color is #fabdbf
#fabdbf Border Color
<div style="border:3px solid #fabdbf">
Div here</div>
This div border color is #fabdbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,189,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabdbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabdbf; -webkit-box-shadow: 1px 1px 3px 2px #fabdbf; box-shadow: 1px 1px 3px 2px #fabdbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,189,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabdbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabdbf; -webkit-box-shadow: 1px 1px 3px 2px #fabdbf; box-shadow: 1px 1px 3px 2px #fabdbf;">
Div content here</div>
This div box has shadow with color #fabdbf
Related Colors
Comments
No comments written yet.
Please login to write comment.