Color Hex Logo

#fda4ce Color Hex

#FDA4CE
(253,164,206)
0 Favorites   0 Comments

Color spaces of #fda4ce

RGB 253164206
HSL0.920.960.82
HSV332°35°99°
CMYK 0.000.350.19   0.01
XYZ64.924151.889864.9864
Yxy51.88980.35710.2854
Hunter Lab72.034634.8199-3.0646
CIE-Lab77.214938.5561-7.6751

#fda4ce color RGB value is (253,164,206).

#fda4ce hex color red value is 253, green value is 164 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fda4ce hue: 0.92 , saturation: 0.96 and the lightness value of fda4ce is 0.82.

The process color (four color CMYK) of #fda4ce color hex is 0.00, 0.35, 0.19, 0.01. Web safe color of #fda4ce is #ff99cc. Color #fda4ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 11001110
Octal 375 244 316
Decimal 253 164 206
Hex FD A4 CE

RGB Percentages of Color #fda4ce

%40.61
%26.32
%33.07

CMYK Percentages of Color #fda4ce

%0
%35
%19
%1

Triadic Colors of #fda4ce

#fda4ce #cefda4 #a4cefd

Analogous Colors of #fda4ce

#fda4ce #fda7a4 #fda4fb

Monochromatic Colors of #fda4ce

#fda4ce

Complementary Color

#fda4ce #a4fdd3

#fda4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda4ce Color CSS Codes

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

#fda4ce Text Font Color

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

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


#fda4ce Background Color

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

This div background color is #fda4ce


#fda4ce Border Color

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

This div border color is #fda4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda4ce

Related Colors


Comments

No comments written yet.

Please login to write comment.