Color Hex Logo

#fdbfc7 Color Hex

#FDBFC7
(253,191,199)
0 Favorites   0 Comments

Color spaces of #fdbfc7

RGB 253191199
HSL0.980.940.87
HSV352°25°99°
CMYK 0.000.250.21   0.01
XYZ69.447662.267862.3914
Yxy62.26780.35780.3208
Hunter Lab78.909919.00318.3584
CIE-Lab83.055623.37864.6670

#fdbfc7 color RGB value is (253,191,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11000111
Octal 375 277 307
Decimal 253 191 199
Hex FD BF C7

RGB Percentages of Color #fdbfc7

%39.35
%29.70
%30.95

CMYK Percentages of Color #fdbfc7

%0
%25
%21
%1

Triadic Colors of #fdbfc7

#fdbfc7 #c7fdbf #bfc7fd

Analogous Colors of #fdbfc7

#fdbfc7 #fdd6bf #fdbfe6

Monochromatic Colors of #fdbfc7

#fdbfc7

Complementary Color

#fdbfc7 #bffdf5

#fdbfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfc7 Color CSS Codes

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

#fdbfc7 Text Font Color

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

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


#fdbfc7 Background Color

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

This div background color is #fdbfc7


#fdbfc7 Border Color

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

This div border color is #fdbfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfc7


Comments

No comments written yet.

Please login to write comment.