Color Hex Logo

#fdcadb Color Hex

#FDCADB
(253,202,219)
0 Favorites   0 Comments

Color spaces of #fdcadb

RGB 253202219
HSL0.940.930.89
HSV340°20°99°
CMYK 0.000.200.13   0.01
XYZ74.414768.238276.2670
Yxy68.23820.33990.3117
Hunter Lab82.606416.23773.0845
CIE-Lab86.125420.6371-1.5405

#fdcadb color RGB value is (253,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11011011
Octal 375 312 333
Decimal 253 202 219
Hex FD CA DB

RGB Percentages of Color #fdcadb

%37.54
%29.97
%32.49

CMYK Percentages of Color #fdcadb

%0
%20
%13
%1

Triadic Colors of #fdcadb

#fdcadb #dbfdca #cadbfd

Analogous Colors of #fdcadb

#fdcadb #fdd3ca #fdcaf5

Monochromatic Colors of #fdcadb

#fdcadb

Complementary Color

#fdcadb #cafdec

#fdcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcadb Color CSS Codes

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

#fdcadb Text Font Color

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

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


#fdcadb Background Color

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

This div background color is #fdcadb


#fdcadb Border Color

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

This div border color is #fdcadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcadb


Comments

No comments written yet.

Please login to write comment.