Color spaces of #fdfcc3
RGB | 253 | 252 | 195 |
---|---|---|---|
HSL | 0.16 | 0.94 | 0.88 |
HSV | 59° | 23° | 99° |
CMYK | 0.00 | 0.00 | 0.23 0.01 |
XYZ | 85.1687 | 94.4436 | 65.3703 |
Yxy | 94.4436 | 0.3477 | 0.3855 |
Hunter Lab | 97.1821 | -13.6344 | 28.1456 |
CIE-Lab | 97.8105 | -8.5214 | 27.5035 |
#fdfcc3 color RGB value is (253,252,195).
#fdfcc3 hex color red value is 253, green value is 252 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fdfcc3 hue: 0.16 , saturation: 0.94 and the lightness value of fdfcc3 is 0.88.
The process color (four color CMYK) of #fdfcc3 color hex is 0.00, 0.00, 0.23, 0.01. Web safe color of #fdfcc3 is #ffffcc. Color #fdfcc3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111100 | 11000011 |
Octal | 375 | 374 | 303 |
Decimal | 253 | 252 | 195 |
Hex | FD | FC | C3 |
Shades of #fdfcc3
Tints of #fdfcc3
RGB Percentages of Color #fdfcc3
CMYK Percentages of Color #fdfcc3
Complementary Color
#fdfcc3 | #c3c4fd |
#fdfcc3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdfcc3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdfcc3 Color CSS Codes
.mybgcolor {background-color:#fdfcc3; } .myforecolor {color:#fdfcc3; } .mybordercolor {border:3px solid #fdfcc3; }
#fdfcc3 Text Font Color
<p style="color:#fdfcc3">Text here</p>
This sample text font color is #fdfcc3
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.
#fdfcc3 Background Color
<div style="background-color:#fdfcc3">
Div content here</div>
This div background color is #fdfcc3
#fdfcc3 Border Color
<div style="border:3px solid #fdfcc3">
Div here</div>
This div border color is #fdfcc3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,252,195, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdfcc3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdfcc3; -webkit-box-shadow: 1px 1px 3px 2px #fdfcc3; box-shadow: 1px 1px 3px 2px #fdfcc3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,252,195, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdfcc3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdfcc3; -webkit-box-shadow: 1px 1px 3px 2px #fdfcc3; box-shadow: 1px 1px 3px 2px #fdfcc3;">
Div content here</div>
This div box has shadow with color #fdfcc3
Comments
No comments written yet.
Please login to write comment.