Color Hex Logo

#fdcbbf Color Hex

#FDCBBF
(253,203,191)
0 Favorites   0 Comments

Color spaces of #fdcbbf

RGB 253203191
HSL0.030.940.87
HSV12°25°99°
CMYK 0.000.200.25   0.01
XYZ71.267967.356158.5350
Yxy67.35610.36150.3416
Hunter Lab82.070811.380515.1624
CIE-Lab85.683515.952512.6934

#fdcbbf color RGB value is (253,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 10111111
Octal 375 313 277
Decimal 253 203 191
Hex FD CB BF

RGB Percentages of Color #fdcbbf

%39.10
%31.38
%29.52

CMYK Percentages of Color #fdcbbf

%0
%20
%25
%1

Triadic Colors of #fdcbbf

#fdcbbf #bffdcb #cbbffd

Analogous Colors of #fdcbbf

#fdcbbf #fdeabf #fdbfd2

Monochromatic Colors of #fdcbbf

#fdcbbf

Complementary Color

#fdcbbf #bff1fd

#fdcbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbbf Color CSS Codes

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

#fdcbbf Text Font Color

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

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


#fdcbbf Background Color

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

This div background color is #fdcbbf


#fdcbbf Border Color

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

This div border color is #fdcbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbbf


Comments

No comments written yet.

Please login to write comment.