Color spaces of #fadbb6
RGB | 250 | 219 | 182 |
---|---|---|---|
HSL | 0.09 | 0.87 | 0.85 |
HSV | 33° | 27° | 98° |
CMYK | 0.00 | 0.12 | 0.27 0.02 |
XYZ | 73.1994 | 74.3644 | 54.7517 |
Yxy | 74.3644 | 0.3618 | 0.3676 |
Hunter Lab | 86.2348 | 0.6067 | 22.7203 |
CIE-Lab | 89.0944 | 5.3172 | 22.1563 |
#fadbb6 color RGB value is (250,219,182).
#fadbb6 hex color red value is 250, green value is 219 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #fadbb6 hue: 0.09 , saturation: 0.87 and the lightness value of fadbb6 is 0.85.
The process color (four color CMYK) of #fadbb6 color hex is 0.00, 0.12, 0.27, 0.02. Web safe color of #fadbb6 is #ffcccc. Color #fadbb6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011011 | 10110110 |
Octal | 372 | 333 | 266 |
Decimal | 250 | 219 | 182 |
Hex | FA | DB | B6 |
Shades of #fadbb6
Tints of #fadbb6
RGB Percentages of Color #fadbb6
CMYK Percentages of Color #fadbb6
Complementary Color
#fadbb6 | #b6d5fa |
#fadbb6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadbb6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadbb6 Color CSS Codes
.mybgcolor {background-color:#fadbb6; } .myforecolor {color:#fadbb6; } .mybordercolor {border:3px solid #fadbb6; }
#fadbb6 Text Font Color
<p style="color:#fadbb6">Text here</p>
This sample text font color is #fadbb6
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.
#fadbb6 Background Color
<div style="background-color:#fadbb6">
Div content here</div>
This div background color is #fadbb6
#fadbb6 Border Color
<div style="border:3px solid #fadbb6">
Div here</div>
This div border color is #fadbb6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,219,182, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadbb6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadbb6; -webkit-box-shadow: 1px 1px 3px 2px #fadbb6; box-shadow: 1px 1px 3px 2px #fadbb6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,219,182, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadbb6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadbb6; -webkit-box-shadow: 1px 1px 3px 2px #fadbb6; box-shadow: 1px 1px 3px 2px #fadbb6;">
Div content here</div>
This div box has shadow with color #fadbb6
Comments
No comments written yet.
Please login to write comment.