Color Hex Logo

#fdcbe2 Color Hex

#FDCBE2
(253,203,226)
0 Favorites   0 Comments

Color spaces of #fdcbe2

RGB 253203226
HSL0.920.930.89
HSV332°20°99°
CMYK 0.000.200.11   0.01
XYZ75.591469.085581.3022
Yxy69.08550.33450.3057
Hunter Lab83.117716.88090.1874
CIE-Lab86.546421.2390-4.6405

#fdcbe2 color RGB value is (253,203,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11100010
Octal 375 313 342
Decimal 253 203 226
Hex FD CB E2

RGB Percentages of Color #fdcbe2

%37.10
%29.77
%33.14

CMYK Percentages of Color #fdcbe2

%0
%20
%11
%1

Triadic Colors of #fdcbe2

#fdcbe2 #e2fdcb #cbe2fd

Analogous Colors of #fdcbe2

#fdcbe2 #fdcdcb #fdcbfb

Monochromatic Colors of #fdcbe2

#fdcbe2

Complementary Color

#fdcbe2 #cbfde6

#fdcbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbe2 Color CSS Codes

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

#fdcbe2 Text Font Color

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

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


#fdcbe2 Background Color

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

This div background color is #fdcbe2


#fdcbe2 Border Color

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

This div border color is #fdcbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbe2

Related Colors


Comments

No comments written yet.

Please login to write comment.