Color spaces of #feccf0
RGB | 254 | 204 | 240 |
---|---|---|---|
HSL | 0.88 | 0.96 | 0.90 |
HSV | 317° | 20° | 100° |
CMYK | 0.00 | 0.20 | 0.06 0.00 |
XYZ | 78.1941 | 70.5478 | 91.9339 |
Yxy | 70.5478 | 0.3249 | 0.2931 |
Hunter Lab | 83.9927 | 19.1895 | -6.1007 |
CIE-Lab | 87.2648 | 23.3990 | -10.9891 |
#feccf0 color RGB value is (254,204,240).
#feccf0 hex color red value is 254, green value is 204 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #feccf0 hue: 0.88 , saturation: 0.96 and the lightness value of feccf0 is 0.90.
The process color (four color CMYK) of #feccf0 color hex is 0.00, 0.20, 0.06, 0.00. Web safe color of #feccf0 is #ffccff. Color #feccf0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001100 | 11110000 |
Octal | 376 | 314 | 360 |
Decimal | 254 | 204 | 240 |
Hex | FE | CC | F0 |
Shades of #feccf0
Tints of #feccf0
RGB Percentages of Color #feccf0
CMYK Percentages of Color #feccf0
Complementary Color
#feccf0 | #ccfeda |
#feccf0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feccf0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feccf0 Color CSS Codes
.mybgcolor {background-color:#feccf0; } .myforecolor {color:#feccf0; } .mybordercolor {border:3px solid #feccf0; }
#feccf0 Text Font Color
<p style="color:#feccf0">Text here</p>
This sample text font color is #feccf0
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.
#feccf0 Background Color
<div style="background-color:#feccf0">
Div content here</div>
This div background color is #feccf0
#feccf0 Border Color
<div style="border:3px solid #feccf0">
Div here</div>
This div border color is #feccf0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,204,240, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feccf0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feccf0; -webkit-box-shadow: 1px 1px 3px 2px #feccf0; box-shadow: 1px 1px 3px 2px #feccf0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,204,240, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feccf0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feccf0; -webkit-box-shadow: 1px 1px 3px 2px #feccf0; box-shadow: 1px 1px 3px 2px #feccf0;">
Div content here</div>
This div box has shadow with color #feccf0
Related Colors
Comments
No comments written yet.
Please login to write comment.