Color Hex Logo

#fdbefe Color Hex

#FDBEFE
(253,190,254)
0 Favorites   0 Comments

Color spaces of #fdbefe

RGB 253190254
HSL0.830.970.87
HSV299°25°100°
CMYK 0.000.250.00   0.00
XYZ76.810964.8653102.2378
Yxy64.86530.31490.2659
Hunter Lab80.539029.2941-18.8866
CIE-Lab84.414332.9069-22.7175

#fdbefe color RGB value is (253,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11111110
Octal 375 276 376
Decimal 253 190 254
Hex FD BE FE

RGB Percentages of Color #fdbefe

%36.30
%27.26
%36.44

CMYK Percentages of Color #fdbefe

%0
%25
%0
%0

Triadic Colors of #fdbefe

#fdbefe #fefdbe #befefd

Analogous Colors of #fdbefe

#fdbefe #febedf #ddbefe

Monochromatic Colors of #fdbefe

#fdbefe

Complementary Color

#fdbefe #bffebe

#fdbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbefe Color CSS Codes

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

#fdbefe Text Font Color

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

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


#fdbefe Background Color

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

This div background color is #fdbefe


#fdbefe Border Color

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

This div border color is #fdbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbefe

Related Colors


Comments

No comments written yet.

Please login to write comment.