Color Hex Logo

#ffdffb Color Hex

#FFDFFB
(255,223,251)
0 Favorites   0 Comments

Color spaces of #ffdffb

RGB 255223251
HSL0.851.000.94
HSV308°13°100°
CMYK 0.000.130.02   0.00
XYZ85.040381.0004102.4193
Yxy81.00040.31680.3017
Hunter Lab90.000211.1625-4.4712
CIE-Lab92.131915.7129-9.5272

#ffdffb color RGB value is (255,223,251).

#ffdffb hex color red value is 255, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ffdffb hue: 0.85 , saturation: 1.00 and the lightness value of ffdffb is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 11111011
Octal 377 337 373
Decimal 255 223 251
Hex FF DF FB

RGB Percentages of Color #ffdffb

%34.98
%30.59
%34.43

CMYK Percentages of Color #ffdffb

%0
%13
%2
%0

Triadic Colors of #ffdffb

#ffdffb #fbffdf #dffbff

Analogous Colors of #ffdffb

#ffdffb #ffdfeb #f3dfff

Monochromatic Colors of #ffdffb

#ffdffb

Complementary Color

#ffdffb #dfffe3

#ffdffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdffb Color CSS Codes

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

#ffdffb Text Font Color

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

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


#ffdffb Background Color

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

This div background color is #ffdffb


#ffdffb Border Color

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

This div border color is #ffdffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdffb

Related Colors

#ffdffb Color Palettes


Comments

No comments written yet.

Please login to write comment.