Color Hex Logo

#fdcada Color Hex

#FDCADA
(253,202,218)
0 Favorites   0 Comments

Color spaces of #fdcada

RGB 253202218
HSL0.950.930.89
HSV341°20°99°
CMYK 0.000.200.14   0.01
XYZ74.283468.185775.5757
Yxy68.18570.34070.3127
Hunter Lab82.574616.07143.5376
CIE-Lab86.099220.4788-1.0473

#fdcada color RGB value is (253,202,218).

#fdcada hex color red value is 253, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fdcada hue: 0.95 , saturation: 0.93 and the lightness value of fdcada is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11011010
Octal 375 312 332
Decimal 253 202 218
Hex FD CA DA

RGB Percentages of Color #fdcada

%37.59
%30.01
%32.39

CMYK Percentages of Color #fdcada

%0
%20
%14
%1

Triadic Colors of #fdcada

#fdcada #dafdca #cadafd

Analogous Colors of #fdcada

#fdcada #fdd4ca #fdcaf4

Monochromatic Colors of #fdcada

#fdcada

Complementary Color

#fdcada #cafded

#fdcada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcada Color CSS Codes

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

#fdcada Text Font Color

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

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


#fdcada Background Color

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

This div background color is #fdcada


#fdcada Border Color

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

This div border color is #fdcada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcada


Comments

No comments written yet.

Please login to write comment.