Color spaces of #fafbbd
RGB | 250 | 251 | 189 |
---|---|---|---|
HSL | 0.17 | 0.89 | 0.86 |
HSV | 61° | 25° | 98° |
CMYK | 0.00 | 0.00 | 0.25 0.02 |
XYZ | 83.1068 | 92.9925 | 61.7133 |
Yxy | 92.9925 | 0.3495 | 0.3910 |
Hunter Lab | 96.4326 | -14.9236 | 29.5594 |
CIE-Lab | 97.2246 | -9.9178 | 29.7002 |
#fafbbd color RGB value is (250,251,189).
#fafbbd hex color red value is 250, green value is 251 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fafbbd hue: 0.17 , saturation: 0.89 and the lightness value of fafbbd is 0.86.
The process color (four color CMYK) of #fafbbd color hex is 0.00, 0.00, 0.25, 0.02. Web safe color of #fafbbd is #ffffcc. Color #fafbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111011 | 10111101 |
Octal | 372 | 373 | 275 |
Decimal | 250 | 251 | 189 |
Hex | FA | FB | BD |
Shades of #fafbbd
Tints of #fafbbd
RGB Percentages of Color #fafbbd
CMYK Percentages of Color #fafbbd
Complementary Color
#fafbbd | #bebdfb |
#fafbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafbbd Color CSS Codes
.mybgcolor {background-color:#fafbbd; } .myforecolor {color:#fafbbd; } .mybordercolor {border:3px solid #fafbbd; }
#fafbbd Text Font Color
<p style="color:#fafbbd">Text here</p>
This sample text font color is #fafbbd
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.
#fafbbd Background Color
<div style="background-color:#fafbbd">
Div content here</div>
This div background color is #fafbbd
#fafbbd Border Color
<div style="border:3px solid #fafbbd">
Div here</div>
This div border color is #fafbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,251,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafbbd; -webkit-box-shadow: 1px 1px 3px 2px #fafbbd; box-shadow: 1px 1px 3px 2px #fafbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,251,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 #fafbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafbbd; -webkit-box-shadow: 1px 1px 3px 2px #fafbbd; box-shadow: 1px 1px 3px 2px #fafbbd;">
Div content here</div>
This div box has shadow with color #fafbbd
Comments
No comments written yet.
Please login to write comment.