Color Hex Logo

#fdbecf Color Hex

#FDBECF
(253,190,207)
0 Favorites   0 Comments

Color spaces of #fdbecf

RGB 253190207
HSL0.960.940.87
HSV344°25°99°
CMYK 0.000.250.18   0.01
XYZ70.184062.214667.3410
Yxy62.21460.35140.3115
Hunter Lab78.876220.79574.5942
CIE-Lab83.027425.08640.3368

#fdbecf color RGB value is (253,190,207).

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

The process color (four color CMYK) of #fdbecf color hex is 0.00, 0.25, 0.18, 0.01. Web safe color of #fdbecf is #ffcccc. Color #fdbecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11001111
Octal 375 276 317
Decimal 253 190 207
Hex FD BE CF

RGB Percentages of Color #fdbecf

%38.92
%29.23
%31.85

CMYK Percentages of Color #fdbecf

%0
%25
%18
%1

Triadic Colors of #fdbecf

#fdbecf #cffdbe #becffd

Analogous Colors of #fdbecf

#fdbecf #fdcdbe #fdbeef

Monochromatic Colors of #fdbecf

#fdbecf

Complementary Color

#fdbecf #befdec

#fdbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbecf Color CSS Codes

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

#fdbecf Text Font Color

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

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


#fdbecf Background Color

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

This div background color is #fdbecf


#fdbecf Border Color

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

This div border color is #fdbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbecf


Comments

No comments written yet.

Please login to write comment.