Color spaces of #fcf18d
RGB | 252 | 241 | 141 |
---|---|---|---|
HSL | 0.15 | 0.95 | 0.77 |
HSV | 54° | 44° | 99° |
CMYK | 0.00 | 0.04 | 0.44 0.01 |
XYZ | 76.4079 | 85.5291 | 37.6809 |
Yxy | 85.5291 | 0.3828 | 0.4285 |
Hunter Lab | 92.4819 | -14.3680 | 40.5802 |
CIE-Lab | 94.1106 | -9.7037 | 49.4298 |
#fcf18d color RGB value is (252,241,141).
#fcf18d hex color red value is 252, green value is 241 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fcf18d hue: 0.15 , saturation: 0.95 and the lightness value of fcf18d is 0.77.
The process color (four color CMYK) of #fcf18d color hex is 0.00, 0.04, 0.44, 0.01. Web safe color of #fcf18d is #ffff99. Color #fcf18d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11110001 | 10001101 |
Octal | 374 | 361 | 215 |
Decimal | 252 | 241 | 141 |
Hex | FC | F1 | 8D |
Shades of #fcf18d
Tints of #fcf18d
RGB Percentages of Color #fcf18d
CMYK Percentages of Color #fcf18d
Complementary Color
#fcf18d | #8d98fc |
#fcf18d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf18d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf18d Color CSS Codes
.mybgcolor {background-color:#fcf18d; } .myforecolor {color:#fcf18d; } .mybordercolor {border:3px solid #fcf18d; }
#fcf18d Text Font Color
<p style="color:#fcf18d">Text here</p>
This sample text font color is #fcf18d
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.
#fcf18d Background Color
<div style="background-color:#fcf18d">
Div content here</div>
This div background color is #fcf18d
#fcf18d Border Color
<div style="border:3px solid #fcf18d">
Div here</div>
This div border color is #fcf18d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,241,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf18d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf18d; -webkit-box-shadow: 1px 1px 3px 2px #fcf18d; box-shadow: 1px 1px 3px 2px #fcf18d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,241,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf18d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf18d; -webkit-box-shadow: 1px 1px 3px 2px #fcf18d; box-shadow: 1px 1px 3px 2px #fcf18d;">
Div content here</div>
This div box has shadow with color #fcf18d
Comments
No comments written yet.
Please login to write comment.