Color Hex Logo

#fdeaeb Color Hex

#FDEAEB
(253,234,235)
0 Favorites   0 Comments

Color spaces of #fdeaeb

RGB 253234235
HSL0.990.830.95
HSV357°99°
CMYK 0.000.080.07   0.01
XYZ84.926285.726490.6680
Yxy85.72640.32500.3281
Hunter Lab92.58861.69796.7518
CIE-Lab94.19526.60341.8315

#fdeaeb color RGB value is (253,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11101011
Octal 375 352 353
Decimal 253 234 235
Hex FD EA EB

RGB Percentages of Color #fdeaeb

%35.04
%32.41
%32.55

CMYK Percentages of Color #fdeaeb

%0
%8
%7
%1

Triadic Colors of #fdeaeb

#fdeaeb #ebfdea #eaebfd

Analogous Colors of #fdeaeb

#fdeaeb #fdf3ea #fdeaf5

Monochromatic Colors of #fdeaeb

#fdeaeb

Complementary Color

#fdeaeb #eafdfc

#fdeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaeb Color CSS Codes

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

#fdeaeb Text Font Color

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

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


#fdeaeb Background Color

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

This div background color is #fdeaeb


#fdeaeb Border Color

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

This div border color is #fdeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaeb


Comments

No comments written yet.

Please login to write comment.