Color spaces of #fffced
RGB | 255 | 252 | 237 |
---|---|---|---|
HSL | 0.14 | 1.00 | 0.96 |
HSV | 50° | 7° | 100° |
CMYK | 0.00 | 0.01 | 0.07 0.00 |
XYZ | 91.3365 | 96.9952 | 94.0288 |
Yxy | 96.9952 | 0.3235 | 0.3435 |
Hunter Lab | 98.4861 | -6.8090 | 12.3337 |
CIE-Lab | 98.8263 | -1.5340 | 7.5194 |
#fffced color RGB value is (255,252,237).
#fffced hex color red value is 255, green value is 252 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fffced hue: 0.14 , saturation: 1.00 and the lightness value of fffced is 0.96.
The process color (four color CMYK) of #fffced color hex is 0.00, 0.01, 0.07, 0.00. Web safe color of #fffced is #ffffff. Color #fffced contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11111100 | 11101101 |
Octal | 377 | 374 | 355 |
Decimal | 255 | 252 | 237 |
Hex | FF | FC | ED |
Shades of #fffced
Tints of #fffced
RGB Percentages of Color #fffced
CMYK Percentages of Color #fffced
Complementary Color
#fffced | #edf0ff |
#fffced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fffced Color Preview on White Background
Lorem ipsum dolor sit amet.
#fffced Color CSS Codes
.mybgcolor {background-color:#fffced; } .myforecolor {color:#fffced; } .mybordercolor {border:3px solid #fffced; }
#fffced Text Font Color
<p style="color:#fffced">Text here</p>
This sample text font color is #fffced
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.
#fffced Background Color
<div style="background-color:#fffced">
Div content here</div>
This div background color is #fffced
#fffced Border Color
<div style="border:3px solid #fffced">
Div here</div>
This div border color is #fffced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,252,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fffced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fffced; -webkit-box-shadow: 1px 1px 3px 2px #fffced; box-shadow: 1px 1px 3px 2px #fffced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,252,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fffced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fffced; -webkit-box-shadow: 1px 1px 3px 2px #fffced; box-shadow: 1px 1px 3px 2px #fffced;">
Div content here</div>
This div box has shadow with color #fffced
#fffced Color Palettes
Comments
No comments written yet.
Please login to write comment.