Color Hex Logo

#fdbebf Color Hex

#FDBEBF
(253,190,191)
0 Favorites   0 Comments

Color spaces of #fdbebf

RGB 253190191
HSL1.000.940.87
HSV359°25°99°
CMYK 0.000.250.25   0.01
XYZ68.325461.471157.5542
Yxy61.47110.36470.3281
Hunter Lab78.403518.349211.3590
CIE-Lab82.631422.76858.3445

#fdbebf color RGB value is (253,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 10111111
Octal 375 276 277
Decimal 253 190 191
Hex FD BE BF

RGB Percentages of Color #fdbebf

%39.91
%29.97
%30.13

CMYK Percentages of Color #fdbebf

%0
%25
%25
%1

Triadic Colors of #fdbebf

#fdbebf #bffdbe #bebffd

Analogous Colors of #fdbebf

#fdbebf #fdddbe #fdbedf

Monochromatic Colors of #fdbebf

#fdbebf

Complementary Color

#fdbebf #befdfc

#fdbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbebf Color CSS Codes

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

#fdbebf Text Font Color

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

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


#fdbebf Background Color

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

This div background color is #fdbebf


#fdbebf Border Color

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

This div border color is #fdbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbebf


Comments

No comments written yet.

Please login to write comment.