Color spaces of #fab0cd
RGB | 250 | 176 | 205 |
---|---|---|---|
HSL | 0.93 | 0.88 | 0.84 |
HSV | 336° | 30° | 98° |
CMYK | 0.00 | 0.30 | 0.18 0.02 |
XYZ | 65.9691 | 55.7824 | 65.0477 |
Yxy | 55.7824 | 0.3532 | 0.2986 |
Hunter Lab | 74.6876 | 26.9598 | 0.6439 |
CIE-Lab | 79.4898 | 31.1004 | -3.8058 |
#fab0cd color RGB value is (250,176,205).
#fab0cd hex color red value is 250, green value is 176 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fab0cd hue: 0.93 , saturation: 0.88 and the lightness value of fab0cd is 0.84.
The process color (four color CMYK) of #fab0cd color hex is 0.00, 0.30, 0.18, 0.02. Web safe color of #fab0cd is #ff99cc. Color #fab0cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10110000 | 11001101 |
Octal | 372 | 260 | 315 |
Decimal | 250 | 176 | 205 |
Hex | FA | B0 | CD |
Shades of #fab0cd
Tints of #fab0cd
RGB Percentages of Color #fab0cd
CMYK Percentages of Color #fab0cd
Complementary Color
#fab0cd | #b0fadd |
#fab0cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab0cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab0cd Color CSS Codes
.mybgcolor {background-color:#fab0cd; } .myforecolor {color:#fab0cd; } .mybordercolor {border:3px solid #fab0cd; }
#fab0cd Text Font Color
<p style="color:#fab0cd">Text here</p>
This sample text font color is #fab0cd
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.
#fab0cd Background Color
<div style="background-color:#fab0cd">
Div content here</div>
This div background color is #fab0cd
#fab0cd Border Color
<div style="border:3px solid #fab0cd">
Div here</div>
This div border color is #fab0cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,176,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab0cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab0cd; -webkit-box-shadow: 1px 1px 3px 2px #fab0cd; box-shadow: 1px 1px 3px 2px #fab0cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,176,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab0cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab0cd; -webkit-box-shadow: 1px 1px 3px 2px #fab0cd; box-shadow: 1px 1px 3px 2px #fab0cd;">
Div content here</div>
This div box has shadow with color #fab0cd
Comments
No comments written yet.
Please login to write comment.