Color Hex Logo

#fdcdd8 Color Hex

#FDCDD8
(253,205,216)
1 Favorites   1 Comments

Color spaces of #fdcdd8

RGB 253205216
HSL0.960.920.90
HSV346°19°99°
CMYK 0.000.190.15   0.01
XYZ74.734069.503274.4423
Yxy69.50320.34180.3178
Hunter Lab83.368614.11755.4162
CIE-Lab86.752618.59180.9689

#fdcdd8 color RGB value is (253,205,216).

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

The process color (four color CMYK) of #fdcdd8 color hex is 0.00, 0.19, 0.15, 0.01. Web safe color of #fdcdd8 is #ffcccc. Color #fdcdd8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11011000
Octal 375 315 330
Decimal 253 205 216
Hex FD CD D8

RGB Percentages of Color #fdcdd8

%37.54
%30.42
%32.05

CMYK Percentages of Color #fdcdd8

%0
%19
%15
%1

Triadic Colors of #fdcdd8

#fdcdd8 #d8fdcd #cdd8fd

Analogous Colors of #fdcdd8

#fdcdd8 #fddacd #fdcdf0

Monochromatic Colors of #fdcdd8

#fdcdd8

Complementary Color

#fdcdd8 #cdfdf2

#fdcdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdd8 Color CSS Codes

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

#fdcdd8 Text Font Color

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

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


#fdcdd8 Background Color

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

This div background color is #fdcdd8


#fdcdd8 Border Color

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

This div border color is #fdcdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdd8


Comments

17 May 2023, 16:15 oh_dear

this is a really good color.

Please login to write comment.