Color Hex Logo

#fdcabf Color Hex

#FDCABF
(253,202,191)
0 Favorites   0 Comments

Color spaces of #fdcabf

RGB 253202191
HSL0.030.940.87
HSV11°25°99°
CMYK 0.000.200.25   0.01
XYZ71.032566.885358.4565
Yxy66.88530.36170.3406
Hunter Lab81.783411.914114.8696
CIE-Lab85.446016.475412.3567

#fdcabf color RGB value is (253,202,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 10111111
Octal 375 312 277
Decimal 253 202 191
Hex FD CA BF

RGB Percentages of Color #fdcabf

%39.16
%31.27
%29.57

CMYK Percentages of Color #fdcabf

%0
%20
%25
%1

Triadic Colors of #fdcabf

#fdcabf #bffdca #cabffd

Analogous Colors of #fdcabf

#fdcabf #fde9bf #fdbfd3

Monochromatic Colors of #fdcabf

#fdcabf

Complementary Color

#fdcabf #bff2fd

#fdcabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcabf Color CSS Codes

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

#fdcabf Text Font Color

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

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


#fdcabf Background Color

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

This div background color is #fdcabf


#fdcabf Border Color

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

This div border color is #fdcabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,202,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 #fdcabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcabf

#fdcabf Color Palettes


Comments

No comments written yet.

Please login to write comment.