color details

Color Details
#fd3fcd Color Hex

#fd3fcd color RGB value is (15, 211, 252).
#fd3fcd hex color red value is 15, green value is 211, and blue value is 252.
Cylindrical-coordinate representations (HSL) of color #fd3fcd hue: 190.38, saturation: 0.98 and lightness: 0.52.

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

Color Spaces
Color spaces of #fd3fcdValue
RGB253, 63, 205
HSL0.88, 0.98, 0.62
HSV315°, 75°, 99°
XYZ53.31, 28.85, 60.51
Base Numbers
Base Red Green Blue
Binary 11111101 111111 11001101
Octal 375 77 315
Decimal 253 63 205
Hex FD 3F CD

RGB Percentages for Color #fd3fcd

48.56%
12.09%
39.35%

CMYK Percentages of the Color #fd3fcd

75.1%
18.97%
0.78%
CSS Codes for Color #fd3fcd
.mybgColor {background-color: #fd3fcd;}
.myforeColor {color: #fd3fcd;}
.myborderColor {border:3px solid #fd3fcd;}
Text Font Color #fd3fcd

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(253, 63, 205, 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 #fd3fcd;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top