color details

Color Details
#fef8fb Color Hex

#fef8fb color RGB value is (15, 239, 143).
#fef8fb hex color red value is 15, green value is 239, and blue value is 143.
Cylindrical-coordinate representations (HSL) of color #fef8fb hue: 154.29, saturation: 0.88 and lightness: 0.5.

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

Color Spaces
Color spaces of #fef8fbValue
RGB254, 248, 251
HSL0.92, 0.75, 0.98
HSV330°, 2°, 100°
XYZ91.85, 95.17, 104.78
Base Numbers
Base Red Green Blue
Binary 11111110 11111000 11111011
Octal 376 370 373
Decimal 254 248 251
Hex FE F8 FB

RGB Percentages for Color #fef8fb

33.73%
32.93%
33.33%

CMYK Percentages of the Color #fef8fb

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

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(254, 248, 251, 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 #fef8fb;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #fef8fb
Scroll to Top