Color spaces of #fddfe0
RGB | 253 | 223 | 224 |
---|---|---|---|
HSL | 0.99 | 0.88 | 0.93 |
HSV | 358° | 12° | 99° |
CMYK | 0.00 | 0.12 | 0.11 0.01 |
XYZ | 80.3502 | 79.0398 | 81.5423 |
Yxy | 79.0398 | 0.3335 | 0.3281 |
Hunter Lab | 88.9043 | 5.7426 | 7.8527 |
CIE-Lab | 91.2523 | 10.4788 | 3.2947 |
#fddfe0 color RGB value is (253,223,224).
#fddfe0 hex color red value is 253, green value is 223 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fddfe0 hue: 0.99 , saturation: 0.88 and the lightness value of fddfe0 is 0.93.
The process color (four color CMYK) of #fddfe0 color hex is 0.00, 0.12, 0.11, 0.01. Web safe color of #fddfe0 is #ffcccc. Color #fddfe0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011111 | 11100000 |
Octal | 375 | 337 | 340 |
Decimal | 253 | 223 | 224 |
Hex | FD | DF | E0 |
Shades of #fddfe0
Tints of #fddfe0
RGB Percentages of Color #fddfe0
CMYK Percentages of Color #fddfe0
Complementary Color
#fddfe0 | #dffdfc |
#fddfe0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fddfe0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fddfe0 Color CSS Codes
.mybgcolor {background-color:#fddfe0; } .myforecolor {color:#fddfe0; } .mybordercolor {border:3px solid #fddfe0; }
#fddfe0 Text Font Color
<p style="color:#fddfe0">Text here</p>
This sample text font color is #fddfe0
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.
#fddfe0 Background Color
<div style="background-color:#fddfe0">
Div content here</div>
This div background color is #fddfe0
#fddfe0 Border Color
<div style="border:3px solid #fddfe0">
Div here</div>
This div border color is #fddfe0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,223,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fddfe0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fddfe0; -webkit-box-shadow: 1px 1px 3px 2px #fddfe0; box-shadow: 1px 1px 3px 2px #fddfe0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,223,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fddfe0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fddfe0; -webkit-box-shadow: 1px 1px 3px 2px #fddfe0; box-shadow: 1px 1px 3px 2px #fddfe0;">
Div content here</div>
This div box has shadow with color #fddfe0
Comments
No comments written yet.
Please login to write comment.