Color spaces of #febfdf
RGB | 254 | 191 | 223 |
---|---|---|---|
HSL | 0.92 | 0.97 | 0.87 |
HSV | 330° | 25° | 100° |
CMYK | 0.00 | 0.25 | 0.12 0.00 |
XYZ | 72.8231 | 63.6601 | 78.2615 |
Yxy | 63.6601 | 0.3391 | 0.2964 |
Hunter Lab | 79.7873 | 23.2920 | -2.3051 |
CIE-Lab | 83.7885 | 27.4009 | -7.1047 |
#febfdf color RGB value is (254,191,223).
#febfdf hex color red value is 254, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #febfdf hue: 0.92 , saturation: 0.97 and the lightness value of febfdf is 0.87.
The process color (four color CMYK) of #febfdf color hex is 0.00, 0.25, 0.12, 0.00. Web safe color of #febfdf is #ffcccc. Color #febfdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111111 | 11011111 |
Octal | 376 | 277 | 337 |
Decimal | 254 | 191 | 223 |
Hex | FE | BF | DF |
Shades of #febfdf
Tints of #febfdf
RGB Percentages of Color #febfdf
CMYK Percentages of Color #febfdf
Complementary Color
#febfdf | #bffede |
#febfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#febfdf Color CSS Codes
.mybgcolor {background-color:#febfdf; } .myforecolor {color:#febfdf; } .mybordercolor {border:3px solid #febfdf; }
#febfdf Text Font Color
<p style="color:#febfdf">Text here</p>
This sample text font color is #febfdf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#febfdf Background Color
<div style="background-color:#febfdf">
Div content here</div>
This div background color is #febfdf
#febfdf Border Color
<div style="border:3px solid #febfdf">
Div here</div>
This div border color is #febfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,191,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febfdf; -webkit-box-shadow: 1px 1px 3px 2px #febfdf; box-shadow: 1px 1px 3px 2px #febfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,191,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febfdf; -webkit-box-shadow: 1px 1px 3px 2px #febfdf; box-shadow: 1px 1px 3px 2px #febfdf;">
Div content here</div>
This div box has shadow with color #febfdf
Related Colors
Comments
No comments written yet.
Please login to write comment.