Color spaces of #fddfee
RGB | 253 | 223 | 238 |
---|---|---|---|
HSL | 0.92 | 0.88 | 0.93 |
HSV | 330° | 12° | 99° |
CMYK | 0.00 | 0.12 | 0.06 0.01 |
XYZ | 82.3283 | 79.8310 | 91.9587 |
Yxy | 79.8310 | 0.3240 | 0.3141 |
Hunter Lab | 89.3482 | 8.1163 | 1.5214 |
CIE-Lab | 91.6090 | 12.7896 | -3.5162 |
#fddfee color RGB value is (253,223,238).
#fddfee hex color red value is 253, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fddfee hue: 0.92 , saturation: 0.88 and the lightness value of fddfee is 0.93.
The process color (four color CMYK) of #fddfee color hex is 0.00, 0.12, 0.06, 0.01. Web safe color of #fddfee is #ffccff. Color #fddfee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011111 | 11101110 |
Octal | 375 | 337 | 356 |
Decimal | 253 | 223 | 238 |
Hex | FD | DF | EE |
Shades of #fddfee
Tints of #fddfee
RGB Percentages of Color #fddfee
CMYK Percentages of Color #fddfee
Complementary Color
#fddfee | #dffdee |
#fddfee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fddfee Color Preview on White Background
Lorem ipsum dolor sit amet.
#fddfee Color CSS Codes
.mybgcolor {background-color:#fddfee; } .myforecolor {color:#fddfee; } .mybordercolor {border:3px solid #fddfee; }
#fddfee Text Font Color
<p style="color:#fddfee">Text here</p>
This sample text font color is #fddfee
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.
#fddfee Background Color
<div style="background-color:#fddfee">
Div content here</div>
This div background color is #fddfee
#fddfee Border Color
<div style="border:3px solid #fddfee">
Div here</div>
This div border color is #fddfee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,223,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fddfee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fddfee; -webkit-box-shadow: 1px 1px 3px 2px #fddfee; box-shadow: 1px 1px 3px 2px #fddfee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,223,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fddfee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fddfee; -webkit-box-shadow: 1px 1px 3px 2px #fddfee; box-shadow: 1px 1px 3px 2px #fddfee;">
Div content here</div>
This div box has shadow with color #fddfee
#fddfee Color Palettes
Comments
No comments written yet.
Please login to write comment.