Color Hex Logo

#fdbcf5 Color Hex

#FDBCF5
(253,188,245)
0 Favorites   0 Comments

Color spaces of #fdbcf5

RGB 253188245
HSL0.850.940.86
HSV307°26°99°
CMYK 0.000.260.03   0.01
XYZ74.972763.441794.6802
Yxy63.44170.32160.2722
Hunter Lab79.650328.6293-14.7227
CIE-Lab83.674232.3515-19.0437

#fdbcf5 color RGB value is (253,188,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11110101
Octal 375 274 365
Decimal 253 188 245
Hex FD BC F5

RGB Percentages of Color #fdbcf5

%36.88
%27.41
%35.71

CMYK Percentages of Color #fdbcf5

%0
%26
%3
%1

Triadic Colors of #fdbcf5

#fdbcf5 #f5fdbc #bcf5fd

Analogous Colors of #fdbcf5

#fdbcf5 #fdbcd5 #e5bcfd

Monochromatic Colors of #fdbcf5

#fdbcf5

Complementary Color

#fdbcf5 #bcfdc4

#fdbcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcf5 Color CSS Codes

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

#fdbcf5 Text Font Color

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

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


#fdbcf5 Background Color

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

This div background color is #fdbcf5


#fdbcf5 Border Color

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

This div border color is #fdbcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcf5


Comments

No comments written yet.

Please login to write comment.