#fecff2 color RGB value is (15, 236, 255).
#fecff2 hex color red value is 15, green value is 236, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #fecff2
hue: 184.75,
saturation: 1 and lightness: 0.53.
The process color (four-color CMYK) of #fecff2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fecff2 is #ff9999. Color #fecff2 contains mainly RED.
| Color spaces of #fecff2 | Value |
|---|---|
| RGB | 254, 207, 242 |
| HSL | 0.88, 0.96, 0.9 |
| HSV | 315°, 19°, 100° |
| XYZ | 79.21, 72.11, 93.73 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111110 | 11001111 | 11110010 |
| Octal | 376 | 317 | 362 |
| Decimal | 254 | 207 | 242 |
| Hex | FE | CF | F2 |
Shades of #fecff2
Tints of #fecff2
.mybgColor {background-color: #fecff2;}
.myforeColor {color: #fecff2;}
.myborderColor {border:3px solid #fecff2;}
<p style="color:#fecff2">Text here</p>
This sample text is styled with the font color #fecff2. 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:#fecff2">Div content here</div>
<div style="border:3px solid #fecff2">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(254, 207, 242, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #fecff2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #fecff2;
-webkit-box-shadow: 1px 1px 3px #fecff2;
box-shadow: 1px 1px 3px #fecff2; }
<p style="text-shadow: 4px 4px 2px rgba(254, 207, 242, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fecff2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fecff2;
-webkit-box-shadow: 1px 1px 3px #fecff2;
box-shadow: 1px 1px 3px #fecff2;">Div content here</div>
