Color Hex Logo

#fdbfdc Color Hex

#FDBFDC
(253,191,220)
0 Favorites   0 Comments

Color spaces of #fdbfdc

RGB 253191220
HSL0.920.940.87
HSV332°25°99°
CMYK 0.000.250.13   0.01
XYZ72.057163.311676.1327
Yxy63.31160.34070.2993
Hunter Lab79.568622.4041-1.0318
CIE-Lab83.606126.5774-5.7799

#fdbfdc color RGB value is (253,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11011100
Octal 375 277 334
Decimal 253 191 220
Hex FD BF DC

RGB Percentages of Color #fdbfdc

%38.10
%28.77
%33.13

CMYK Percentages of Color #fdbfdc

%0
%25
%13
%1

Triadic Colors of #fdbfdc

#fdbfdc #dcfdbf #bfdcfd

Analogous Colors of #fdbfdc

#fdbfdc #fdc1bf #fdbffb

Monochromatic Colors of #fdbfdc

#fdbfdc

Complementary Color

#fdbfdc #bffde0

#fdbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfdc Color CSS Codes

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

#fdbfdc Text Font Color

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

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


#fdbfdc Background Color

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

This div background color is #fdbfdc


#fdbfdc Border Color

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

This div border color is #fdbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfdc

Related Colors


Comments

No comments written yet.

Please login to write comment.