Color Hex Logo

#fdbfe5 Color Hex

#FDBFE5
(253,191,229)
0 Favorites   0 Comments

Color spaces of #fdbfe5

RGB 253191229
HSL0.900.940.87
HSV323°25°99°
CMYK 0.000.250.09   0.01
XYZ73.281763.801482.5813
Yxy63.80140.33360.2904
Hunter Lab79.875823.9815-5.3852
CIE-Lab83.862328.0413-10.2149

#fdbfe5 color RGB value is (253,191,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11100101
Octal 375 277 345
Decimal 253 191 229
Hex FD BF E5

RGB Percentages of Color #fdbfe5

%37.59
%28.38
%34.03

CMYK Percentages of Color #fdbfe5

%0
%25
%9
%1

Triadic Colors of #fdbfe5

#fdbfe5 #e5fdbf #bfe5fd

Analogous Colors of #fdbfe5

#fdbfe5 #fdbfc6 #f6bffd

Monochromatic Colors of #fdbfe5

#fdbfe5

Complementary Color

#fdbfe5 #bffdd7

#fdbfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfe5 Color CSS Codes

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

#fdbfe5 Text Font Color

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

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


#fdbfe5 Background Color

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

This div background color is #fdbfe5


#fdbfe5 Border Color

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

This div border color is #fdbfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfe5


Comments

No comments written yet.

Please login to write comment.