Color Hex Logo

#fdcade Color Hex

#FDCADE
(253,202,222)
0 Favorites   0 Comments

Color spaces of #fdcade

RGB 253202222
HSL0.930.930.89
HSV336°20°99°
CMYK 0.000.200.12   0.01
XYZ74.813468.397678.3662
Yxy68.39760.33760.3087
Hunter Lab82.702816.74201.7109
CIE-Lab86.204921.1162-3.0184

#fdcade color RGB value is (253,202,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11011110
Octal 375 312 336
Decimal 253 202 222
Hex FD CA DE

RGB Percentages of Color #fdcade

%37.37
%29.84
%32.79

CMYK Percentages of Color #fdcade

%0
%20
%12
%1

Triadic Colors of #fdcade

#fdcade #defdca #cadefd

Analogous Colors of #fdcade

#fdcade #fdd0ca #fdcaf8

Monochromatic Colors of #fdcade

#fdcade

Complementary Color

#fdcade #cafde9

#fdcade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcade Color CSS Codes

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

#fdcade Text Font Color

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

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


#fdcade Background Color

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

This div background color is #fdcade


#fdcade Border Color

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

This div border color is #fdcade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcade


Comments

No comments written yet.

Please login to write comment.