Color spaces of #fadcbb
RGB | 250 | 220 | 187 |
---|---|---|---|
HSL | 0.09 | 0.86 | 0.86 |
HSV | 31° | 25° | 98° |
CMYK | 0.00 | 0.12 | 0.25 0.02 |
XYZ | 73.9872 | 75.0982 | 57.6096 |
Yxy | 75.0982 | 0.3580 | 0.3633 |
Hunter Lab | 86.6592 | 0.7446 | 21.2465 |
CIE-Lab | 89.4390 | 5.4704 | 20.0299 |
#fadcbb color RGB value is (250,220,187).
#fadcbb hex color red value is 250, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fadcbb hue: 0.09 , saturation: 0.86 and the lightness value of fadcbb is 0.86.
The process color (four color CMYK) of #fadcbb color hex is 0.00, 0.12, 0.25, 0.02. Web safe color of #fadcbb is #ffcccc. Color #fadcbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011100 | 10111011 |
Octal | 372 | 334 | 273 |
Decimal | 250 | 220 | 187 |
Hex | FA | DC | BB |
Shades of #fadcbb
Tints of #fadcbb
RGB Percentages of Color #fadcbb
CMYK Percentages of Color #fadcbb
Complementary Color
#fadcbb | #bbd9fa |
#fadcbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadcbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadcbb Color CSS Codes
.mybgcolor {background-color:#fadcbb; } .myforecolor {color:#fadcbb; } .mybordercolor {border:3px solid #fadcbb; }
#fadcbb Text Font Color
<p style="color:#fadcbb">Text here</p>
This sample text font color is #fadcbb
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.
#fadcbb Background Color
<div style="background-color:#fadcbb">
Div content here</div>
This div background color is #fadcbb
#fadcbb Border Color
<div style="border:3px solid #fadcbb">
Div here</div>
This div border color is #fadcbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,220,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadcbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadcbb; -webkit-box-shadow: 1px 1px 3px 2px #fadcbb; box-shadow: 1px 1px 3px 2px #fadcbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,220,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadcbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadcbb; -webkit-box-shadow: 1px 1px 3px 2px #fadcbb; box-shadow: 1px 1px 3px 2px #fadcbb;">
Div content here</div>
This div box has shadow with color #fadcbb
Comments
No comments written yet.
Please login to write comment.