Color Hex Logo

#fdbefd Color Hex

#FDBEFD
(253,190,253)
0 Favorites   0 Comments

Color spaces of #fdbefd

RGB 253190253
HSL0.830.940.87
HSV300°25°99°
CMYK 0.000.250.00   0.01
XYZ76.651164.8014101.3965
Yxy64.80140.31560.2668
Hunter Lab80.499329.0931-18.3318
CIE-Lab84.381332.7259-22.2357

#fdbefd color RGB value is (253,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11111101
Octal 375 276 375
Decimal 253 190 253
Hex FD BE FD

RGB Percentages of Color #fdbefd

%36.35
%27.30
%36.35

CMYK Percentages of Color #fdbefd

%0
%25
%0
%1

Triadic Colors of #fdbefd

#fdbefd #fdfdbe #befdfd

Analogous Colors of #fdbefd

#fdbefd #fdbede #debefd

Monochromatic Colors of #fdbefd

#fdbefd

Complementary Color

#fdbefd #befdbe

#fdbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbefd Color CSS Codes

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

#fdbefd Text Font Color

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

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


#fdbefd Background Color

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

This div background color is #fdbefd


#fdbefd Border Color

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

This div border color is #fdbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbefd

Related Colors


Comments

No comments written yet.

Please login to write comment.