color details

Color Details
#fc6b98 Color Hex

#fc6b98 color RGB value is (15, 198, 185).
#fc6b98 hex color red value is 15, green value is 198, and blue value is 185.
Cylindrical-coordinate representations (HSL) of color #fc6b98 hue: 175.74, saturation: 0.86 and lightness: 0.42.

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

Color Spaces
Color spaces of #fc6b98Value
RGB252, 107, 152
HSL0.95, 0.96, 0.7
HSV341°, 58°, 99°
XYZ51.07, 33.48, 33.47
Base Numbers
Base Red Green Blue
Binary 11111100 1101011 10011000
Octal 374 153 230
Decimal 252 107 152
Hex FC 6B 98

RGB Percentages for Color #fc6b98

49.32%
20.94%
29.75%

CMYK Percentages of the Color #fc6b98

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top