Color Hex Logo

#fddcfb Color Hex

#FDDCFB
(253,220,251)
0 Favorites   0 Comments

Color spaces of #fddcfb

RGB 253220251
HSL0.840.890.93
HSV304°13°99°
CMYK 0.000.130.01   0.01
XYZ83.513879.0341102.1202
Yxy79.03410.31550.2986
Hunter Lab88.901112.1061-5.8753
CIE-Lab91.249716.6150-10.8572

#fddcfb color RGB value is (253,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11111011
Octal 375 334 373
Decimal 253 220 251
Hex FD DC FB

RGB Percentages of Color #fddcfb

%34.94
%30.39
%34.67

CMYK Percentages of Color #fddcfb

%0
%13
%1
%1

Triadic Colors of #fddcfb

#fddcfb #fbfddc #dcfbfd

Analogous Colors of #fddcfb

#fddcfb #fddceb #efdcfd

Monochromatic Colors of #fddcfb

#fddcfb

Complementary Color

#fddcfb #dcfdde

#fddcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcfb Color CSS Codes

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

#fddcfb Text Font Color

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

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


#fddcfb Background Color

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

This div background color is #fddcfb


#fddcfb Border Color

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

This div border color is #fddcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.