color details

Color Details
#fcfafc Color Hex

#fcfafc color RGB value is (15, 207, 175).
#fcfafc hex color red value is 15, green value is 207, and blue value is 175.
Cylindrical-coordinate representations (HSL) of color #fcfafc hue: 170, saturation: 0.86 and lightness: 0.44.

The process color (four-color CMYK) of #fcfafc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fcfafc is #ff9999. Color #fcfafc contains mainly RED.

Color Spaces
Color spaces of #fcfafcValue
RGB252, 250, 252
HSL0.83, 0.25, 0.98
HSV300°, 1°, 99°
XYZ91.9, 96.1, 105.78
Base Numbers
Base Red Green Blue
Binary 11111100 11111010 11111100
Octal 374 372 374
Decimal 252 250 252
Hex FC FA FC

RGB Percentages for Color #fcfafc

33.42%
33.16%
33.42%

CMYK Percentages of the Color #fcfafc

0.79%
1.18%
CSS Codes for Color #fcfafc
.mybgColor {background-color: #fcfafc;}
.myforeColor {color: #fcfafc;}
.myborderColor {border:3px solid #fcfafc;}
Text Font Color #fcfafc

<p style="color:#fcfafc">Text here</p>

This sample text is styled with the font color #fcfafc. 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 #fcfafc

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

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

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

The border color of this div is #fcfafc
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(252, 250, 252, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #fcfafc;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #fcfafc;
-webkit-box-shadow: 1px 1px 3px #fcfafc;
box-shadow: 1px 1px 3px #fcfafc;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252, 250, 252, 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 #fcfafc;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #fcfafc; -webkit-box-shadow: 1px 1px 3px #fcfafc; box-shadow: 1px 1px 3px #fcfafc;">Div content here</div>

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

Scroll to Top