Color Hex Logo

#ffded2 Color Hex

#FFDED2
(255,222,210)
0 Favorites   0 Comments

Color spaces of #ffded2

RGB 255222210
HSL0.041.000.91
HSV16°18°100°
CMYK 0.000.130.18   0.00
XYZ78.994178.155771.8949
Yxy78.15570.34490.3412
Hunter Lab88.40574.787013.6671
CIE-Lab90.85099.534110.0680

#ffded2 color RGB value is (255,222,210).

#ffded2 hex color red value is 255, green value is 222 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ffded2 hue: 0.04 , saturation: 1.00 and the lightness value of ffded2 is 0.91.

The process color (four color CMYK) of #ffded2 color hex is 0.00, 0.13, 0.18, 0.00. Web safe color of #ffded2 is #ffcccc. Color #ffded2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11010010
Octal 377 336 322
Decimal 255 222 210
Hex FF DE D2

RGB Percentages of Color #ffded2

%37.12
%32.31
%30.57

CMYK Percentages of Color #ffded2

%0
%13
%18
%0

Triadic Colors of #ffded2

#ffded2 #d2ffde #ded2ff

Analogous Colors of #ffded2

#ffded2 #fff5d2 #ffd2dd

Monochromatic Colors of #ffded2

#ffded2

Complementary Color

#ffded2 #d2f3ff

#ffded2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffded2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffded2 Color CSS Codes

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

#ffded2 Text Font Color

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

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


#ffded2 Background Color

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

This div background color is #ffded2


#ffded2 Border Color

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

This div border color is #ffded2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffded2

Related Colors

#ffded2 Color Palettes


Comments

No comments written yet.

Please login to write comment.