color details

Color Details
#fbfafa Color Hex

#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
Color spaces of #fbfafaValue
RGB251, 250, 250
HSL0, 0.11, 0.98
HSV0°, 0°, 98°
XYZ91.22, 95.78, 104.11
Base Numbers
Base Red Green Blue
Binary 11111011 11111010 11111010
Octal 373 372 372
Decimal 251 250 250
Hex FB FA FA

RGB Percentages for Color #fbfafa

33.42%
33.29%
33.29%

CMYK Percentages of the Color #fbfafa

0.4%
0.4%
1.57%
CSS Codes for Color #fbfafa
.mybgColor {background-color: #fbfafa;}
.myforeColor {color: #fbfafa;}
.myborderColor {border:3px solid #fbfafa;}
Text Font Color #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,

Background Color #fbfafa

<div style="background-color:#fbfafa">Div content here</div>

The background color of this div is #fbfafa
Border Color #fbfafa

<div style="border:3px solid #fbfafa">Div here</div>

The border color of this div is #fbfafa
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251, 250, 250, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #fbfafa;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #fbfafa

Scroll to Top