Color Hex Logo

#fdbfd6 Color Hex

#FDBFD6
(253,191,214)
0 Favorites   0 Comments

Color spaces of #fdbfd6

RGB 253191214
HSL0.940.940.87
HSV338°25°99°
CMYK 0.000.250.15   0.01
XYZ71.276462.999372.0217
Yxy62.99930.34550.3054
Hunter Lab79.372121.39241.7611
CIE-Lab83.442025.6320-2.8083

#fdbfd6 color RGB value is (253,191,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11010110
Octal 375 277 326
Decimal 253 191 214
Hex FD BF D6

RGB Percentages of Color #fdbfd6

%38.45
%29.03
%32.52

CMYK Percentages of Color #fdbfd6

%0
%25
%15
%1

Triadic Colors of #fdbfd6

#fdbfd6 #d6fdbf #bfd6fd

Analogous Colors of #fdbfd6

#fdbfd6 #fdc7bf #fdbff5

Monochromatic Colors of #fdbfd6

#fdbfd6

Complementary Color

#fdbfd6 #bffde6

#fdbfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfd6 Color CSS Codes

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

#fdbfd6 Text Font Color

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

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


#fdbfd6 Background Color

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

This div background color is #fdbfd6


#fdbfd6 Border Color

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

This div border color is #fdbfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfd6

Related Colors


Comments

No comments written yet.

Please login to write comment.