Color Hex Logo

#fdbfda Color Hex

#FDBFDA
(253,191,218)
0 Favorites   0 Comments

Color spaces of #fdbfda

RGB 253191218
HSL0.930.940.87
HSV334°25°99°
CMYK 0.000.250.14   0.01
XYZ71.793763.206274.7457
Yxy63.20620.34230.3013
Hunter Lab79.502322.0634-0.0910
CIE-Lab83.550826.2596-4.7906

#fdbfda color RGB value is (253,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11011010
Octal 375 277 332
Decimal 253 191 218
Hex FD BF DA

RGB Percentages of Color #fdbfda

%38.22
%28.85
%32.93

CMYK Percentages of Color #fdbfda

%0
%25
%14
%1

Triadic Colors of #fdbfda

#fdbfda #dafdbf #bfdafd

Analogous Colors of #fdbfda

#fdbfda #fdc3bf #fdbff9

Monochromatic Colors of #fdbfda

#fdbfda

Complementary Color

#fdbfda #bffde2

#fdbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfda Color CSS Codes

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

#fdbfda Text Font Color

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

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


#fdbfda Background Color

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

This div background color is #fdbfda


#fdbfda Border Color

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

This div border color is #fdbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfda


Comments

No comments written yet.

Please login to write comment.