Color Hex Logo

#fdbefb Color Hex

#FDBEFB
(253,190,251)
0 Favorites   0 Comments

Color spaces of #fdbefb

RGB 253190251
HSL0.840.940.87
HSV302°25°99°
CMYK 0.000.250.01   0.01
XYZ76.334164.674699.7270
Yxy64.67460.31710.2687
Hunter Lab80.420528.6939-17.2293
CIE-Lab84.315832.3658-21.2708

#fdbefb color RGB value is (253,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11111011
Octal 375 276 373
Decimal 253 190 251
Hex FD BE FB

RGB Percentages of Color #fdbefb

%36.46
%27.38
%36.17

CMYK Percentages of Color #fdbefb

%0
%25
%1
%1

Triadic Colors of #fdbefb

#fdbefb #fbfdbe #befbfd

Analogous Colors of #fdbefb

#fdbefb #fdbedc #e0befd

Monochromatic Colors of #fdbefb

#fdbefb

Complementary Color

#fdbefb #befdc0

#fdbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbefb Color CSS Codes

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

#fdbefb Text Font Color

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

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


#fdbefb Background Color

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

This div background color is #fdbefb


#fdbefb Border Color

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

This div border color is #fdbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbefb

Related Colors


Comments

No comments written yet.

Please login to write comment.