Color Hex Logo

#fdbdf4 Color Hex

#FDBDF4
(253,189,244)
0 Favorites   0 Comments

Color spaces of #fdbdf4

RGB 253189244
HSL0.860.940.87
HSV308°25°99°
CMYK 0.000.250.04   0.01
XYZ75.034763.809593.9497
Yxy63.80950.32230.2741
Hunter Lab79.880827.8794-13.8157
CIE-Lab83.866531.6502-18.2200

#fdbdf4 color RGB value is (253,189,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 11110100
Octal 375 275 364
Decimal 253 189 244
Hex FD BD F4

RGB Percentages of Color #fdbdf4

%36.88
%27.55
%35.57

CMYK Percentages of Color #fdbdf4

%0
%25
%4
%1

Triadic Colors of #fdbdf4

#fdbdf4 #f4fdbd #bdf4fd

Analogous Colors of #fdbdf4

#fdbdf4 #fdbdd4 #e6bdfd

Monochromatic Colors of #fdbdf4

#fdbdf4

Complementary Color

#fdbdf4 #bdfdc6

#fdbdf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdf4 Color CSS Codes

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

#fdbdf4 Text Font Color

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

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


#fdbdf4 Background Color

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

This div background color is #fdbdf4


#fdbdf4 Border Color

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

This div border color is #fdbdf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdf4

Related Colors


Comments

No comments written yet.

Please login to write comment.