Color Hex Logo

#fddffb Color Hex

#FDDFFB
(253,223,251)
0 Favorites   0 Comments

Color spaces of #fddffb

RGB 253223251
HSL0.840.880.93
HSV304°12°99°
CMYK 0.000.120.01   0.01
XYZ84.308380.6230102.3851
Yxy80.62300.31540.3016
Hunter Lab89.790310.4689-4.7533
CIE-Lab91.963715.0515-9.7953

#fddffb color RGB value is (253,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 11111011
Octal 375 337 373
Decimal 253 223 251
Hex FD DF FB

RGB Percentages of Color #fddffb

%34.80
%30.67
%34.53

CMYK Percentages of Color #fddffb

%0
%12
%1
%1

Triadic Colors of #fddffb

#fddffb #fbfddf #dffbfd

Analogous Colors of #fddffb

#fddffb #fddfec #f0dffd

Monochromatic Colors of #fddffb

#fddffb

Complementary Color

#fddffb #dffde1

#fddffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddffb Color CSS Codes

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

#fddffb Text Font Color

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

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


#fddffb Background Color

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

This div background color is #fddffb


#fddffb Border Color

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

This div border color is #fddffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddffb

Related Colors


Comments

No comments written yet.

Please login to write comment.