Color Hex Logo

#fdbef4 Color Hex

#FDBEF4
(253,190,244)
0 Favorites   0 Comments

Color spaces of #fdbef4

RGB 253190244
HSL0.860.940.87
HSV309°25°99°
CMYK 0.000.250.04   0.01
XYZ75.250664.241294.0216
Yxy64.24120.32230.2751
Hunter Lab80.150627.3238-13.4454
CIE-Lab84.091231.1244-17.8811

#fdbef4 color RGB value is (253,190,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11110100
Octal 375 276 364
Decimal 253 190 244
Hex FD BE F4

RGB Percentages of Color #fdbef4

%36.83
%27.66
%35.52

CMYK Percentages of Color #fdbef4

%0
%25
%4
%1

Triadic Colors of #fdbef4

#fdbef4 #f4fdbe #bef4fd

Analogous Colors of #fdbef4

#fdbef4 #fdbed5 #e7befd

Monochromatic Colors of #fdbef4

#fdbef4

Complementary Color

#fdbef4 #befdc7

#fdbef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbef4 Color CSS Codes

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

#fdbef4 Text Font Color

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

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


#fdbef4 Background Color

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

This div background color is #fdbef4


#fdbef4 Border Color

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

This div border color is #fdbef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbef4

Related Colors


Comments

No comments written yet.

Please login to write comment.