Color Hex Logo

#fdbcef Color Hex

#FDBCEF
(253,188,239)
0 Favorites   0 Comments

Color spaces of #fdbcef

RGB 253188239
HSL0.870.940.86
HSV313°26°99°
CMYK 0.000.260.06   0.01
XYZ74.071263.081189.9332
Yxy63.08110.32620.2778
Hunter Lab79.423627.4794-11.5389
CIE-Lab83.485031.3079-16.1247

#fdbcef color RGB value is (253,188,239).

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

The process color (four color CMYK) of #fdbcef color hex is 0.00, 0.26, 0.06, 0.01. Web safe color of #fdbcef is #ffccff. Color #fdbcef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11101111
Octal 375 274 357
Decimal 253 188 239
Hex FD BC EF

RGB Percentages of Color #fdbcef

%37.21
%27.65
%35.15

CMYK Percentages of Color #fdbcef

%0
%26
%6
%1

Triadic Colors of #fdbcef

#fdbcef #effdbc #bceffd

Analogous Colors of #fdbcef

#fdbcef #fdbccf #ebbcfd

Monochromatic Colors of #fdbcef

#fdbcef

Complementary Color

#fdbcef #bcfdca

#fdbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcef Color CSS Codes

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

#fdbcef Text Font Color

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

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


#fdbcef Background Color

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

This div background color is #fdbcef


#fdbcef Border Color

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

This div border color is #fdbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcef

Related Colors


Comments

No comments written yet.

Please login to write comment.