#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 of #fef8fb | Value |
---|---|
RGB | 254, 248, 251 |
HSL | 0.92, 0.75, 0.98 |
HSV | 330°, 2°, 100° |
XYZ | 91.85, 95.17, 104.78 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111000 | 11111011 |
Octal | 376 | 370 | 373 |
Decimal | 254 | 248 | 251 |
Hex | FE | F8 | FB |
Shades of #fef8fb
Tints of #fef8fb
.mybgColor {background-color: #fef8fb;} .myforeColor {color: #fef8fb;} .myborderColor {border:3px solid #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,
<div style="background-color:#fef8fb">Div content here</div>
<div style="border:3px solid #fef8fb">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(254, 248, 251, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fef8fb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>