Color Hex Logo

#fdddfb Color Hex

#FDDDFB
(253,221,251)
0 Favorites   0 Comments

Color spaces of #fdddfb

RGB 253221251
HSL0.840.890.93
HSV304°13°99°
CMYK 0.000.130.01   0.01
XYZ83.777179.5606102.2080
Yxy79.56060.31550.2996
Hunter Lab89.196711.5599-5.5010
CIE-Lab91.487316.0935-10.5036

#fdddfb color RGB value is (253,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11111011
Octal 375 335 373
Decimal 253 221 251
Hex FD DD FB

RGB Percentages of Color #fdddfb

%34.90
%30.48
%34.62

CMYK Percentages of Color #fdddfb

%0
%13
%1
%1

Triadic Colors of #fdddfb

#fdddfb #fbfddd #ddfbfd

Analogous Colors of #fdddfb

#fdddfb #fdddeb #efddfd

Monochromatic Colors of #fdddfb

#fdddfb

Complementary Color

#fdddfb #ddfddf

#fdddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddfb Color CSS Codes

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

#fdddfb Text Font Color

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

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


#fdddfb Background Color

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

This div background color is #fdddfb


#fdddfb Border Color

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

This div border color is #fdddfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,221,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 #fdddfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.