Color Hex Logo

#fdddfc Color Hex

#FDDDFC
(253,221,252)
0 Favorites   0 Comments

Color spaces of #fdddfc

RGB 253221252
HSL0.840.890.93
HSV302°13°99°
CMYK 0.000.130.00   0.01
XYZ83.935279.6238103.0405
Yxy79.62380.31480.2987
Hunter Lab89.232211.7476-6.0024
CIE-Lab91.515816.2722-10.9847

#fdddfc color RGB value is (253,221,252).

#fdddfc hex color red value is 253, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fdddfc hue: 0.84 , saturation: 0.89 and the lightness value of fdddfc is 0.93.

The process color (four color CMYK) of #fdddfc color hex is 0.00, 0.13, 0.00, 0.01. Web safe color of #fdddfc is #ffccff. Color #fdddfc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11111100
Octal 375 335 374
Decimal 253 221 252
Hex FD DD FC

RGB Percentages of Color #fdddfc

%34.85
%30.44
%34.71

CMYK Percentages of Color #fdddfc

%0
%13
%0
%1

Triadic Colors of #fdddfc

#fdddfc #fcfddd #ddfcfd

Analogous Colors of #fdddfc

#fdddfc #fdddec #eeddfd

Monochromatic Colors of #fdddfc

#fdddfc

Complementary Color

#fdddfc #ddfdde

#fdddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddfc Color CSS Codes

.mybgcolor {background-color:#fdddfc; } 
.myforecolor {color:#fdddfc; }
.mybordercolor {border:3px solid #fdddfc; }

#fdddfc Text Font Color

<p style="color:#fdddfc">Text here</p>

This sample text font color is #fdddfc
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.


#fdddfc Background Color

<div style="background-color:#fdddfc">
Div content here</div>

This div background color is #fdddfc


#fdddfc Border Color

<div style="border:3px solid #fdddfc">
Div here</div>

This div border color is #fdddfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,221,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdddfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdddfc;
  -webkit-box-shadow: 1px 1px 3px 2px #fdddfc;
  box-shadow:         1px 1px 3px 2px #fdddfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,221,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fdddfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fdddfc;
  -webkit-box-shadow: 1px 1px 3px 2px #fdddfc;
  box-shadow:         1px 1px 3px 2px #fdddfc;">
Div content here</div>

This div box has shadow with color #fdddfc


Comments

No comments written yet.

Please login to write comment.