Color Hex Logo

#ffddfd Color Hex

#FFDDFD
(255,221,253)
0 Favorites   0 Comments

Color spaces of #ffddfd

RGB 255221253
HSL0.841.000.93
HSV304°13°100°
CMYK 0.000.130.01   0.00
XYZ84.826180.0648103.9117
Yxy80.06480.31560.2979
Hunter Lab89.478912.6300-6.2181
CIE-Lab91.713917.1095-11.1950

#ffddfd color RGB value is (255,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11111101
Octal 377 335 375
Decimal 255 221 253
Hex FF DD FD

RGB Percentages of Color #ffddfd

%34.98
%30.32
%34.71

CMYK Percentages of Color #ffddfd

%0
%13
%1
%0

Triadic Colors of #ffddfd

#ffddfd #fdffdd #ddfdff

Analogous Colors of #ffddfd

#ffddfd #ffddec #f0ddff

Monochromatic Colors of #ffddfd

#ffddfd

Complementary Color

#ffddfd #ddffdf

#ffddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddfd Color CSS Codes

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

#ffddfd Text Font Color

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

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


#ffddfd Background Color

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

This div background color is #ffddfd


#ffddfd Border Color

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

This div border color is #ffddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.