Color spaces of #fdffc0
RGB | 253 | 255 | 192 |
---|---|---|---|
HSL | 0.17 | 1.00 | 0.88 |
HSV | 62° | 25° | 100° |
CMYK | 0.01 | 0.00 | 0.25 0.00 |
XYZ | 85.7824 | 96.2084 | 63.9180 |
Yxy | 96.2084 | 0.3488 | 0.3912 |
Hunter Lab | 98.0859 | -15.5406 | 30.0236 |
CIE-Lab | 98.5150 | -10.4031 | 29.9771 |
#fdffc0 color RGB value is (253,255,192).
#fdffc0 hex color red value is 253, green value is 255 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #fdffc0 hue: 0.17 , saturation: 1.00 and the lightness value of fdffc0 is 0.88.
The process color (four color CMYK) of #fdffc0 color hex is 0.01, 0.00, 0.25, 0.00. Web safe color of #fdffc0 is #ffffcc. Color #fdffc0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111111 | 11000000 |
Octal | 375 | 377 | 300 |
Decimal | 253 | 255 | 192 |
Hex | FD | FF | C0 |
Shades of #fdffc0
Tints of #fdffc0
RGB Percentages of Color #fdffc0
CMYK Percentages of Color #fdffc0
Complementary Color
#fdffc0 | #c2c0ff |
#fdffc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdffc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdffc0 Color CSS Codes
.mybgcolor {background-color:#fdffc0; } .myforecolor {color:#fdffc0; } .mybordercolor {border:3px solid #fdffc0; }
#fdffc0 Text Font Color
<p style="color:#fdffc0">Text here</p>
This sample text font color is #fdffc0
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.
#fdffc0 Background Color
<div style="background-color:#fdffc0">
Div content here</div>
This div background color is #fdffc0
#fdffc0 Border Color
<div style="border:3px solid #fdffc0">
Div here</div>
This div border color is #fdffc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,255,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdffc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdffc0; -webkit-box-shadow: 1px 1px 3px 2px #fdffc0; box-shadow: 1px 1px 3px 2px #fdffc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,255,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdffc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdffc0; -webkit-box-shadow: 1px 1px 3px 2px #fdffc0; box-shadow: 1px 1px 3px 2px #fdffc0;">
Div content here</div>
This div box has shadow with color #fdffc0
#fdffc0 Color Palettes
Comments
No comments written yet.
Please login to write comment.