Color spaces of #fab9bd
RGB | 250 | 185 | 189 |
---|---|---|---|
HSL | 0.99 | 0.87 | 0.85 |
HSV | 356° | 26° | 98° |
CMYK | 0.00 | 0.26 | 0.24 0.02 |
XYZ | 65.9586 | 58.6960 | 55.9972 |
Yxy | 58.6960 | 0.3651 | 0.3249 |
Hunter Lab | 76.6133 | 19.6025 | 10.2939 |
CIE-Lab | 81.1242 | 24.0321 | 7.2176 |
#fab9bd color RGB value is (250,185,189).
#fab9bd hex color red value is 250, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fab9bd hue: 0.99 , saturation: 0.87 and the lightness value of fab9bd is 0.85.
The process color (four color CMYK) of #fab9bd color hex is 0.00, 0.26, 0.24, 0.02. Web safe color of #fab9bd is #ffcccc. Color #fab9bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111001 | 10111101 |
Octal | 372 | 271 | 275 |
Decimal | 250 | 185 | 189 |
Hex | FA | B9 | BD |
Shades of #fab9bd
Tints of #fab9bd
RGB Percentages of Color #fab9bd
CMYK Percentages of Color #fab9bd
Complementary Color
#fab9bd | #b9faf6 |
#fab9bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab9bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab9bd Color CSS Codes
.mybgcolor {background-color:#fab9bd; } .myforecolor {color:#fab9bd; } .mybordercolor {border:3px solid #fab9bd; }
#fab9bd Text Font Color
<p style="color:#fab9bd">Text here</p>
This sample text font color is #fab9bd
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.
#fab9bd Background Color
<div style="background-color:#fab9bd">
Div content here</div>
This div background color is #fab9bd
#fab9bd Border Color
<div style="border:3px solid #fab9bd">
Div here</div>
This div border color is #fab9bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,185,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab9bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab9bd; -webkit-box-shadow: 1px 1px 3px 2px #fab9bd; box-shadow: 1px 1px 3px 2px #fab9bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,185,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab9bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab9bd; -webkit-box-shadow: 1px 1px 3px 2px #fab9bd; box-shadow: 1px 1px 3px 2px #fab9bd;">
Div content here</div>
This div box has shadow with color #fab9bd
Comments
No comments written yet.
Please login to write comment.