Color Hex Logo

#fdbffe Color Hex

#FDBFFE
(253,191,254)
0 Favorites   0 Comments

Color spaces of #fdbffe

RGB 253191254
HSL0.830.970.87
HSV299°25°100°
CMYK 0.000.250.00   0.00
XYZ77.028265.3000102.3103
Yxy65.30000.31490.2669
Hunter Lab80.808428.7350-18.5003
CIE-Lab84.638132.3810-22.3779

#fdbffe color RGB value is (253,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11111110
Octal 375 277 376
Decimal 253 191 254
Hex FD BF FE

RGB Percentages of Color #fdbffe

%36.25
%27.36
%36.39

CMYK Percentages of Color #fdbffe

%0
%25
%0
%0

Triadic Colors of #fdbffe

#fdbffe #fefdbf #bffefd

Analogous Colors of #fdbffe

#fdbffe #febfe0 #debffe

Monochromatic Colors of #fdbffe

#fdbffe

Complementary Color

#fdbffe #c0febf

#fdbffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbffe Color CSS Codes

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

#fdbffe Text Font Color

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

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


#fdbffe Background Color

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

This div background color is #fdbffe


#fdbffe Border Color

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

This div border color is #fdbffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,191,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 #fdbffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbffe

Related Colors


Comments

No comments written yet.

Please login to write comment.