Color Hex Logo

#fdbfe7 Color Hex

#FDBFE7
(253,191,231)
0 Favorites   0 Comments

Color spaces of #fdbfe7

RGB 253191231
HSL0.890.940.87
HSV321°25°99°
CMYK 0.000.250.09   0.01
XYZ73.562663.913884.0607
Yxy63.91380.33210.2885
Hunter Lab79.946124.3415-6.3792
CIE-Lab83.920928.3738-11.1965

#fdbfe7 color RGB value is (253,191,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11100111
Octal 375 277 347
Decimal 253 191 231
Hex FD BF E7

RGB Percentages of Color #fdbfe7

%37.48
%28.30
%34.22

CMYK Percentages of Color #fdbfe7

%0
%25
%9
%1

Triadic Colors of #fdbfe7

#fdbfe7 #e7fdbf #bfe7fd

Analogous Colors of #fdbfe7

#fdbfe7 #fdbfc8 #f4bffd

Monochromatic Colors of #fdbfe7

#fdbfe7

Complementary Color

#fdbfe7 #bffdd5

#fdbfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfe7 Color CSS Codes

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

#fdbfe7 Text Font Color

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

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


#fdbfe7 Background Color

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

This div background color is #fdbfe7


#fdbfe7 Border Color

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

This div border color is #fdbfe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfe7


Comments

No comments written yet.

Please login to write comment.