Color Hex Logo

#fdeaf2 Color Hex

#FDEAF2
(253,234,242)
0 Favorites   0 Comments

Color spaces of #fdeaf2

RGB 253234242
HSL0.930.830.95
HSV335°99°
CMYK 0.000.080.04   0.01
XYZ85.957886.139196.1004
Yxy86.13910.32050.3212
Hunter Lab92.81122.89973.5766
CIE-Lab94.37187.7845-1.5493

#fdeaf2 color RGB value is (253,234,242).

#fdeaf2 hex color red value is 253, green value is 234 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #fdeaf2 hue: 0.93 , saturation: 0.83 and the lightness value of fdeaf2 is 0.95.

The process color (four color CMYK) of #fdeaf2 color hex is 0.00, 0.08, 0.04, 0.01. Web safe color of #fdeaf2 is #ffffff. Color #fdeaf2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11110010
Octal 375 352 362
Decimal 253 234 242
Hex FD EA F2

RGB Percentages of Color #fdeaf2

%34.71
%32.10
%33.20

CMYK Percentages of Color #fdeaf2

%0
%8
%4
%1

Triadic Colors of #fdeaf2

#fdeaf2 #f2fdea #eaf2fd

Analogous Colors of #fdeaf2

#fdeaf2 #fdecea #fdeafc

Monochromatic Colors of #fdeaf2

#fdeaf2

Complementary Color

#fdeaf2 #eafdf5

#fdeaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaf2 Color CSS Codes

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

#fdeaf2 Text Font Color

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

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


#fdeaf2 Background Color

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

This div background color is #fdeaf2


#fdeaf2 Border Color

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

This div border color is #fdeaf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaf2

Related Colors


Comments

No comments written yet.

Please login to write comment.