Color Hex Logo

#fdbee7 Color Hex

#FDBEE7
(253,190,231)
0 Favorites   0 Comments

Color spaces of #fdbee7

RGB 253190231
HSL0.890.940.87
HSV321°25°99°
CMYK 0.000.250.09   0.01
XYZ73.345363.479183.9883
Yxy63.47910.33220.2875
Hunter Lab79.673824.8927-6.7291
CIE-Lab83.693828.8999-11.5353

#fdbee7 color RGB value is (253,190,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11100111
Octal 375 276 347
Decimal 253 190 231
Hex FD BE E7

RGB Percentages of Color #fdbee7

%37.54
%28.19
%34.27

CMYK Percentages of Color #fdbee7

%0
%25
%9
%1

Triadic Colors of #fdbee7

#fdbee7 #e7fdbe #bee7fd

Analogous Colors of #fdbee7

#fdbee7 #fdbec8 #f4befd

Monochromatic Colors of #fdbee7

#fdbee7

Complementary Color

#fdbee7 #befdd4

#fdbee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbee7 Color CSS Codes

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

#fdbee7 Text Font Color

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

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


#fdbee7 Background Color

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

This div background color is #fdbee7


#fdbee7 Border Color

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

This div border color is #fdbee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbee7


Comments

No comments written yet.

Please login to write comment.