Color Hex Logo

#fdadcb Color Hex

#FDADCB
(253,173,203)
0 Favorites   0 Comments

Color spaces of #fdadcb

RGB 253173203
HSL0.940.950.84
HSV338°32°99°
CMYK 0.000.320.20   0.01
XYZ66.231155.081663.6410
Yxy55.08160.35810.2978
Hunter Lab74.217029.41341.1108
CIE-Lab79.088233.4166-3.2750

#fdadcb color RGB value is (253,173,203).

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

The process color (four color CMYK) of #fdadcb color hex is 0.00, 0.32, 0.20, 0.01. Web safe color of #fdadcb is #ff99cc. Color #fdadcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11001011
Octal 375 255 313
Decimal 253 173 203
Hex FD AD CB

RGB Percentages of Color #fdadcb

%40.22
%27.50
%32.27

CMYK Percentages of Color #fdadcb

%0
%32
%20
%1

Triadic Colors of #fdadcb

#fdadcb #cbfdad #adcbfd

Analogous Colors of #fdadcb

#fdadcb #fdb7ad #fdadf3

Monochromatic Colors of #fdadcb

#fdadcb

Complementary Color

#fdadcb #adfddf

#fdadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadcb Color CSS Codes

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

#fdadcb Text Font Color

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

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


#fdadcb Background Color

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

This div background color is #fdadcb


#fdadcb Border Color

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

This div border color is #fdadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadcb

Related Colors


Comments

No comments written yet.

Please login to write comment.