#fbfafa color RGB value is (15, 191, 175).
#fbfafa hex color red value is 15, green value is 191, and blue value is 175.
Cylindrical-coordinate representations (HSL) of color #fbfafa
hue: 174.55,
saturation: 0.85 and lightness: 0.4.
The process color (four-color CMYK) of #fbfafa color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fbfafa is #ff9999. Color #fbfafa contains mainly RED.
| Color spaces of #fbfafa | Value |
|---|---|
| RGB | 251, 250, 250 |
| HSL | 0, 0.11, 0.98 |
| HSV | 0°, 0°, 98° |
| XYZ | 91.22, 95.78, 104.11 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111011 | 11111010 | 11111010 |
| Octal | 373 | 372 | 372 |
| Decimal | 251 | 250 | 250 |
| Hex | FB | FA | FA |
Shades of #fbfafa
Tints of #fbfafa
.mybgColor {background-color: #fbfafa;}
.myforeColor {color: #fbfafa;}
.myborderColor {border:3px solid #fbfafa;}
<p style="color:#fbfafa">Text here</p>
This sample text is styled with the font color #fbfafa. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#fbfafa">Div content here</div>
<div style="border:3px solid #fbfafa">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(251, 250, 250, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #fbfafa; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #fbfafa;
-webkit-box-shadow: 1px 1px 3px #fbfafa;
box-shadow: 1px 1px 3px #fbfafa; }
<p style="text-shadow: 4px 4px 2px rgba(251, 250, 250, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fbfafa;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fbfafa;
-webkit-box-shadow: 1px 1px 3px #fbfafa;
box-shadow: 1px 1px 3px #fbfafa;">Div content here</div>
