Color Hex Logo

#fdcaba Color Hex

#FDCABA
(253,202,186)
0 Favorites   0 Comments

Color spaces of #fdcaba

RGB 253202186
HSL0.040.940.86
HSV14°26°99°
CMYK 0.000.200.26   0.01
XYZ70.491566.668955.6075
Yxy66.66890.36570.3459
Hunter Lab81.651011.214516.7769
CIE-Lab85.336515.792614.8527

#fdcaba color RGB value is (253,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 10111010
Octal 375 312 272
Decimal 253 202 186
Hex FD CA BA

RGB Percentages of Color #fdcaba

%39.47
%31.51
%29.02

CMYK Percentages of Color #fdcaba

%0
%20
%26
%1

Triadic Colors of #fdcaba

#fdcaba #bafdca #cabafd

Analogous Colors of #fdcaba

#fdcaba #fdecba #fdbacc

Monochromatic Colors of #fdcaba

#fdcaba

Complementary Color

#fdcaba #baedfd

#fdcaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcaba Color CSS Codes

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

#fdcaba Text Font Color

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

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


#fdcaba Background Color

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

This div background color is #fdcaba


#fdcaba Border Color

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

This div border color is #fdcaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcaba


Comments

No comments written yet.

Please login to write comment.