Color spaces of #fbadd2
RGB | 251 | 173 | 210 |
---|---|---|---|
HSL | 0.92 | 0.91 | 0.83 |
HSV | 332° | 31° | 98° |
CMYK | 0.00 | 0.31 | 0.16 0.02 |
XYZ | 66.3601 | 55.0495 | 68.1008 |
Yxy | 55.0495 | 0.3502 | 0.2905 |
Hunter Lab | 74.1954 | 29.8080 | -2.4831 |
CIE-Lab | 79.0698 | 33.7838 | -7.1252 |
#fbadd2 color RGB value is (251,173,210).
#fbadd2 hex color red value is 251, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #fbadd2 hue: 0.92 , saturation: 0.91 and the lightness value of fbadd2 is 0.83.
The process color (four color CMYK) of #fbadd2 color hex is 0.00, 0.31, 0.16, 0.02. Web safe color of #fbadd2 is #ff99cc. Color #fbadd2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101101 | 11010010 |
Octal | 373 | 255 | 322 |
Decimal | 251 | 173 | 210 |
Hex | FB | AD | D2 |
Shades of #fbadd2
Tints of #fbadd2
RGB Percentages of Color #fbadd2
CMYK Percentages of Color #fbadd2
Complementary Color
#fbadd2 | #adfbd6 |
#fbadd2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbadd2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbadd2 Color CSS Codes
.mybgcolor {background-color:#fbadd2; } .myforecolor {color:#fbadd2; } .mybordercolor {border:3px solid #fbadd2; }
#fbadd2 Text Font Color
<p style="color:#fbadd2">Text here</p>
This sample text font color is #fbadd2
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.
#fbadd2 Background Color
<div style="background-color:#fbadd2">
Div content here</div>
This div background color is #fbadd2
#fbadd2 Border Color
<div style="border:3px solid #fbadd2">
Div here</div>
This div border color is #fbadd2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,173,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbadd2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbadd2; -webkit-box-shadow: 1px 1px 3px 2px #fbadd2; box-shadow: 1px 1px 3px 2px #fbadd2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,173,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbadd2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbadd2; -webkit-box-shadow: 1px 1px 3px 2px #fbadd2; box-shadow: 1px 1px 3px 2px #fbadd2;">
Div content here</div>
This div box has shadow with color #fbadd2
Comments
No comments written yet.
Please login to write comment.