Color Hex Logo

#fdbeea Color Hex

#FDBEEA
(253,190,234)
1 Favorites   0 Comments

Color spaces of #fdbeea

RGB 253190234
HSL0.880.940.87
HSV318°25°99°
CMYK 0.000.250.08   0.01
XYZ73.772863.650186.2393
Yxy63.65010.32980.2846
Hunter Lab79.781025.4406-8.2428
CIE-Lab83.783329.4037-13.0053

#fdbeea color RGB value is (253,190,234).

#fdbeea hex color red value is 253, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fdbeea hue: 0.88 , saturation: 0.94 and the lightness value of fdbeea is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11101010
Octal 375 276 352
Decimal 253 190 234
Hex FD BE EA

RGB Percentages of Color #fdbeea

%37.37
%28.06
%34.56

CMYK Percentages of Color #fdbeea

%0
%25
%8
%1

Triadic Colors of #fdbeea

#fdbeea #eafdbe #beeafd

Analogous Colors of #fdbeea

#fdbeea #fdbecb #f1befd

Monochromatic Colors of #fdbeea

#fdbeea

Complementary Color

#fdbeea #befdd1

#fdbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbeea Color CSS Codes

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

#fdbeea Text Font Color

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

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


#fdbeea Background Color

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

This div background color is #fdbeea


#fdbeea Border Color

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

This div border color is #fdbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbeea

#fdbeea Color Palettes


Comments

No comments written yet.

Please login to write comment.